Laurent Destailleur
534e2b1282
FIX Security to restrict email sending was not efficient
2016-12-16 13:46:39 +01:00
Laurent Destailleur
b42a2616bc
Merge remote-tracking branch 'origin/3.8' into 3.9
...
Conflicts:
htdocs/install/mysql/migration/3.8.0-3.9.0.sql
2016-12-11 02:34:59 +01:00
Laurent Destailleur
9b47d7e05d
Keep only us file
2016-07-17 12:46:09 +02:00
Laurent Destailleur
25d9969590
Fix watch to use orig.tar.gz on package_ubuntu directory
2016-07-16 23:47:37 +02:00
Laurent Destailleur
653bfd5d43
Fix missing orig file in upload.
2016-07-16 22:19:26 +02:00
Laurent Destailleur
a8f06d78b1
Merge remote-tracking branch 'origin/3.8' into 3.9
...
Conflicts:
htdocs/install/pgsql/functions/functions.sql
2016-07-06 14:53:05 +02:00
Laurent Destailleur
c539cc7151
Merge remote-tracking branch 'origin/3.8' into 3.9
2016-04-29 15:30:04 +02:00
Laurent Destailleur
f91a8934bd
Merge remote-tracking branch 'origin/3.7' into 3.8
2016-04-29 15:17:11 +02:00
Laurent Destailleur
211d217f8c
Merge remote-tracking branch 'origin/3.6' into 3.7
2016-04-29 15:13:27 +02:00
Laurent Destailleur
2a27fe02eb
Fix detection if tag already exists
2016-04-29 15:12:58 +02:00
Laurent Destailleur
c35d8d1b8e
Fix publish on foundation server
2016-03-13 12:48:08 +01:00
Laurent Destailleur
e0809fc750
Merge remote-tracking branch 'origin/3.8' into 3.9
...
Conflicts:
ChangeLog
build/makepack-dolibarr.pl
htdocs/compta/facture.php
htdocs/product/document.php
2016-03-12 18:40:50 +01:00
Laurent Destailleur
eb65707da8
Fix code to publishing packages on foundation server
2016-03-12 12:50:05 +01:00
Laurent Destailleur
19a9a02e6a
Fix script is able to manage rc versions
2016-03-03 01:08:15 +01:00
Laurent Destailleur
9a0af064bf
Prepare rc2
2016-02-26 19:05:02 +01:00
Laurent Destailleur
1d5bd7208e
Packager can publish release candidates on foundation server
2016-02-11 00:24:32 +01:00
Laurent Destailleur
38e5b773ce
Fix: can publish on foundation ref storage
2016-02-07 01:11:12 +01:00
Laurent Destailleur
426f6541e6
Fix: can publish on foundation ref storage
2016-02-07 01:05:53 +01:00
Laurent Destailleur
adb66eddf1
Fix generation of rpm packages
2016-02-06 18:15:54 +01:00
Laurent Destailleur
77c059f7e6
We must remove flash binary part
2016-02-06 17:24:54 +01:00
Laurent Destailleur
4c859999e8
Fix first install on debian.
2016-02-06 17:19:57 +01:00
Laurent Destailleur
ebd9a97bab
Prepare 3.9
2016-02-06 15:55:05 +01:00
Laurent Destailleur
806d3642d8
FIX Bad filter on opportunities
...
Conflicts:
htdocs/core/class/html.formprojet.class.php
2016-02-06 15:09:57 +01:00
Laurent Destailleur
605c36de65
Merge remote-tracking branch 'origin/3.8' into 3.9
2016-01-31 21:27:46 +01:00
Laurent Destailleur
b93170b345
Merge remote-tracking branch 'origin/3.7' into 3.8
2016-01-31 21:27:20 +01:00
Laurent Destailleur
0076512d5b
Merge remote-tracking branch 'origin/3.6' into 3.7
2016-01-31 21:26:52 +01:00
Laurent Destailleur
1b23ede857
Merge remote-tracking branch 'origin/3.5' into 3.6
2016-01-31 21:26:28 +01:00
Laurent Destailleur
d9e089256e
Fix path to copyrighted files
2016-01-31 16:16:46 +01:00
Laurent Destailleur
0eae624a60
Add protection to avoid packaging external tested modules
2016-01-07 18:13:15 +01:00
Laurent Destailleur
0314b3b5b1
Merge remote-tracking branch 'origin/3.8' into develop
...
Conflicts:
ChangeLog
2016-01-02 12:27:08 +01:00
Laurent Destailleur
cfd01b6060
Fix package for 3.8.3
2015-12-27 23:50:13 +01:00
Laurent Destailleur
e536e10269
Merge remote-tracking branch 'origin/3.7' into 3.8
...
Conflicts:
build/makepack-howto.txt
htdocs/filefunc.inc.php
2015-12-27 19:06:31 +01:00
Laurent Destailleur
06754068ff
Merge remote-tracking branch 'origin/3.6' into 3.7
...
Conflicts:
build/debian/changelog
build/makepack-dolibarr.pl
build/makepack-howto.txt
htdocs/filefunc.inc.php
2015-12-27 19:02:19 +01:00
Laurent Destailleur
96bc2023f3
Prepare package 3.6.6
2015-12-27 18:56:15 +01:00
Laurent Destailleur
dd3f5a32d3
Merge remote-tracking branch 'origin/3.7' into 3.8
...
Conflicts:
.travis.yml
composer.json
htdocs/accountancy/admin/card.php
2015-12-18 21:20:12 +01:00
Laurent Destailleur
c1c0fa88c2
Fix for new travis setup
2015-12-18 20:56:27 +01:00
Laurent Destailleur
b47dc8a394
Fix to use new travis setup
2015-12-18 20:10:11 +01:00
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
3b595f0247
Merge remote-tracking branch 'origin/3.8' into develop
...
Conflicts:
htdocs/accountancy/bookkeeping/list.php
htdocs/accountancy/customer/list.php
htdocs/accountancy/journal/bankjournal.php
htdocs/core/lib/date.lib.php
htdocs/core/lib/report.lib.php
htdocs/langs/en_US/accountancy.lang
2015-12-13 16:23:33 +01:00
Laurent Destailleur
a462cd232d
Merge remote-tracking branch 'origin/3.7' into 3.8
2015-12-13 16:09:09 +01:00
Laurent Destailleur
4a88c9ea9f
Merge remote-tracking branch 'origin/3.6' into 3.7
...
Conflicts:
htdocs/product/class/product.class.php
2015-12-13 15:53:57 +01:00
Laurent Destailleur
793e6e2a8f
Example mut be excluded of packages
2015-12-11 16:56:25 +01:00
Raphaël Doursenaud
4e9b339439
[Qual] Removed PHP closing tag
2015-12-09 13:28:45 +01:00
Raphaël Doursenaud
c0862762a5
Fix #3930 Removed executable bit
...
These files doesn't contain executable code and may pose a security
threat.
2015-12-09 13:28:36 +01:00
Laurent Destailleur
3df097f4bf
Update doc
2015-12-06 14:06:37 +01:00
Laurent Destailleur
f814bc11a0
Clean packaging
2015-11-26 01:27:59 +01:00
Laurent Destailleur
ffeae34f51
Update doc
2015-11-22 18:41:35 +01:00
Laurent Destailleur
ab177b43af
Merge remote-tracking branch 'origin/3.8' into develop
...
Conflicts:
ChangeLog
htdocs/.gitignore
htdocs/comm/mailing/card.php
htdocs/commande/list.php
htdocs/compta/facture.php
htdocs/expedition/class/expedition.class.php
2015-11-13 12:35:10 +01:00
Laurent Destailleur
f49fab8a7e
Rename some files in english and increase fields size.
2015-11-09 16:48:30 +01:00
Laurent Destailleur
350345ecca
Prepare 3.6.5
2015-11-08 15:18:26 +01:00