Raphaël Doursenaud
bbe7498de6
Better Travis CI
...
NEW:
Cleaned up routines for better readability of both declaration and results.
PHP versions now really covered.
The old code forced install of PHP and didn't use Travis provided versions.
This resulted in the process not being executed with the declared PHP version.
Dropped MySQL in favor of MariaDB.
This is now the FLOSS community standard.
This should help avoid problems with buggy MySQL releases.
Fast finish enabled to show results faster.
Optimized tools installation with composer.
The right version of the tool is installed for the PHP version under test.
New PHP linter to check for syntax errors.
Parallelized for better speed.
Apache + PHP FPM for testing webservices.
The previous mod_php configuration was not supported on Travis.
New global DEBUG environment variable to show verbose output with configuration files content.
IRC notification on #dolibarr@freenode for community awareness.
FIXES:
Bug in scripts preventing execution with environmentalized PHP.
Wrong detection of MAIN_URL_ROOT under specific circumstances.
$_SERVER["DOCUMENT_ROOT"] empty and $_SERVER["SCRIPT_NAME"] populated.
Relative ignore directive in coding style ruleset to avoid bypassing test.
Unit test errors without an exit status.
This prevented the CI from properly detecting and reporting the error.
TODOS:
PostgreSQL support.
This one is tricky since we only have a MySQL dump and the syntax is not directly compatible.
SQLite support.
Disabled in core at the moment.
Nginx + PHP FPM support.
Test webservices on the second most popular webserver.
Run dev/* checks.
We have a nice collection of scripts we could leverage.
Check Javascript.
Check CSS.
Check SQL.
2015-12-13 21:34:36 +01:00
Laurent Destailleur
2a345b6fc0
Merge remote-tracking branch 'origin/3.8' into develop
...
Conflicts:
htdocs/admin/company.php
htdocs/admin/menus/edit.php
htdocs/core/class/hookmanager.class.php
htdocs/core/class/html.form.class.php
htdocs/core/lib/pdf.lib.php
2015-11-21 12:48:41 +01:00
Laurent Destailleur
43f3999234
Clean demo file
2015-11-16 00:22:14 +01:00
Laurent Destailleur
f49fab8a7e
Rename some files in english and increase fields size.
2015-11-09 16:48:30 +01:00
Laurent Destailleur
0b4a1b827a
Update demo database
2015-11-04 16:21:44 +01:00
Laurent Destailleur
9e7ded94af
Clean init/demo file. Demo init must contains real and clean values
2015-10-03 13:00:44 +02:00
Florian HENRY
dc5b7c4079
FIX : Fix demo dump data, date '0000-00-00 00:00:00' is not valid,
...
replace by NOW()
2015-08-13 10:07:26 +02:00
Laurent Destailleur
4179d7dd5d
Prepare 3.8
2015-07-19 15:50:53 +02:00
jfefe
7e0357dcf9
FIX : remove deprecated property 'libelle' on product object
2015-05-04 03:03:24 +02:00
Juanjo Menent
f7ab53be8e
Fix test for es. Dumps 3.5 et 3.6
2015-04-22 23:40:43 +02:00
Juanjo Menent
e2635f66f5
Fix test for es
2015-04-22 22:10:50 +02:00
Laurent Destailleur
560fcb1b24
Remove external module
2015-04-19 15:27:30 +02:00
frederic34
3c2499f9a2
Remove logo in initdata for admin user
2015-04-01 10:10:39 +02:00
Laurent Destailleur
4fdc287717
Merge remote-tracking branch 'origin/3.7' into develop
...
Conflicts:
htdocs/accountancy/customer/card.php
htdocs/accountancy/journal/sellsjournal.php
htdocs/admin/menus.php
htdocs/fourn/commande/card.php
htdocs/install/check.php
2015-01-30 15:53:06 +01:00
Laurent Destailleur
b61c475aa8
Clean code for validate permissions. "validate" is a status to say, "now
...
it exists, it is no more a draft", so by default we don't need this
permissions (it is same than create). We keep "validate" permissions as
an "advanced" permission only.
2015-01-25 21:32:40 +01:00
aspangaro
e9e552533f
Correct link
2015-01-22 21:13:08 +01:00
aspangaro
6f3d9200bf
Correct link
2015-01-22 07:15:14 +01:00
Laurent Destailleur
38b51c0a14
Prepare 3.7 release
2014-12-21 21:07:31 +01:00
Laurent Destailleur
c120e7b3df
Clean deprecated files.
...
Add utility tool
2014-12-19 16:10:11 +01:00
Raphaël Doursenaud
7a7097a106
Work around bug #1643
2014-11-17 14:58:48 +01:00
Laurent Destailleur
e52d8a609f
Merge remote-tracking branch 'origin/3.6' into develop
2014-08-06 11:01:43 +02:00
Laurent Destailleur
74d9ada517
Fix: Clean init data
2014-08-06 10:59:09 +02:00
Laurent Destailleur
9c6222a776
Merge remote-tracking branch 'origin/3.5' into 3.6
2014-08-06 10:54:31 +02:00
Laurent Destailleur
338c4543fc
Merge remote-tracking branch 'origin/3.4' into 3.5
2014-08-06 10:52:57 +02:00
Laurent Destailleur
098c5febd5
Merge remote-tracking branch 'origin/3.4' into 3.5
2014-08-06 10:51:16 +02:00
Laurent Destailleur
272c438431
Merge remote-tracking branch 'origin/3.4' into 3.5
2014-08-06 10:49:22 +02:00
Laurent Destailleur
800ded40d3
Fix: Removed table of external modules
2014-08-06 10:40:26 +02:00
Laurent Destailleur
d8fe7b904e
Fix: Removed table of external modules
2014-08-06 10:38:14 +02:00
Laurent Destailleur
35d2e4f84c
Merge remote-tracking branch 'origin/3.6' into develop
2014-08-06 10:30:58 +02:00
Laurent Destailleur
230b1d4bb8
Merge remote-tracking branch 'origin/3.5' into 3.6
...
Conflicts:
test/phpunit/SqlTest.php
2014-08-06 10:28:37 +02:00
Laurent Destailleur
a430534768
Merge remote-tracking branch 'origin/3.4' into 3.5
2014-08-06 10:22:34 +02:00
Laurent Destailleur
65b7f3d744
Fix: Clean data init
2014-08-06 10:18:32 +02:00
Laurent Destailleur
8c25fdfd2c
Merge remote-tracking branch 'origin/3.4' into 3.5
2014-08-06 10:16:25 +02:00
Laurent Destailleur
86f4b874eb
Fix: Clean data init
2014-08-06 10:15:32 +02:00
Laurent Destailleur
7f0baa3d65
Merge remote-tracking branch 'origin/3.4' into 3.5
2014-08-06 10:12:47 +02:00
Laurent Destailleur
bb201010e5
Fix: Clean data init
2014-08-06 10:12:02 +02:00
Laurent Destailleur
86c6709d02
Merge remote-tracking branch 'origin/3.4' into 3.5
2014-08-06 10:10:13 +02:00
Laurent Destailleur
0e2de54660
Fix: Clean data init
2014-08-06 10:02:02 +02:00
Laurent Destailleur
bb8ec0c8f9
Fix: Too many parameter
2014-08-01 14:26:13 +02:00
Florian HENRY
26b74a53a2
Fix initdata 3.6 for CommandeFournisseurTest.php run correctly
2014-05-14 14:17:03 +02:00
Florian HENRY
ff454130de
add tobatch into into data product
2014-05-14 12:58:20 +02:00
Florian HENRY
100628622a
fix insert data from initdata3.6 form url column into llx_product
2014-05-14 12:53:06 +02:00
Florian HENRY
9cd8b3a2b7
Add url column into llx_product into initdata for 3.6 (else phpunit is
...
not happy)
2014-05-14 11:49:54 +02:00
Raphaël Doursenaud
f8f502d013
Removed closing php tag
...
http://php.net/manual/en/language.basic-syntax.phptags.php
2014-05-03 18:18:44 +02:00
Laurent Destailleur
1b02cdd352
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
ChangeLog
dev/initdata/mysqldump_dolibarr_3.5.0.sql
htdocs/commande/fiche.php
htdocs/compta/facture.php
htdocs/product/index.php
htdocs/user/fiche.php
2014-04-12 00:53:25 +02:00
Laurent Destailleur
90f5f0823f
Prepare 3.5.2
2014-04-05 16:32:25 +02:00
Laurent Destailleur
73682baff0
Fix: Use correct vat rate into text cases.
...
Qual: Next step cleaning date functions.
Qual: Complete phpunit test case for dol_mktime to check dayling saving
time is correctly managed.
2014-03-21 16:22:41 +01:00
Laurent Destailleur
b2d9fac993
More complete sql file
2014-03-03 19:39:44 +01:00
Laurent Destailleur
c3bc0cc8d1
Add demo sql file for 3.6
2014-03-02 16:57:37 +01:00
Laurent Destailleur
46e9b5d550
Merge branch 'develop' of https://github.com/grandoc/dolibarr into
...
grandoc-develop
Conflicts:
htdocs/langs/ar_SA/admin.lang
htdocs/langs/el_GR/admin.lang
htdocs/langs/es_ES/admin.lang
htdocs/langs/nl_NL/admin.lang
htdocs/langs/tr_TR/admin.lang
2014-02-10 01:30:48 +01:00