Commit Graph

158 Commits

Author SHA1 Message Date
Laurent Destailleur
89b51eeeb2 Update test samples 2012-02-12 19:15:17 +01:00
Laurent Destailleur
447922c218 More phpunit tests 2012-02-12 18:30:50 +01:00
Laurent Destailleur
036e578e0f Move security function into security.lib.php
Split security.lib.php into 2 files: One always loaded, the other for
rare functions.
2012-02-12 17:41:28 +01:00
Laurent Destailleur
ffa767bb33 Qual: Add more PHPunit tests 2012-02-12 16:41:43 +01:00
Laurent Destailleur
4489eba5c6 Add samples for tests 2012-02-12 16:22:19 +01:00
Laurent Destailleur
842fb07d08 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-02-08 00:22:58 +01:00
Laurent Destailleur
104a4532b9 Fix: miscellaneous not initialized vars 2012-02-07 18:48:50 +01:00
Laurent Destailleur
55f6cdd495 Qual: Removed warnings 2012-02-07 10:25:58 +01:00
Laurent Destailleur
66ccb8c679 First change to prepare usage of native PHP functions for date instead 2012-02-06 05:31:19 +01:00
Laurent Destailleur
7b527e085d Add more test to prepare option for rounding lines 2012-02-06 00:07:48 +01:00
Laurent Destailleur
2093b3f0be New: Allow to use ODT templates for prososal like it's done for invoices 2012-02-05 19:37:52 +01:00
Laurent Destailleur
1574f4a795 Add more test to prepare option for rounding lines 2012-02-05 15:47:28 +01:00
Laurent Destailleur
866e8ac556 First change to prepare usage of native PHP functions for date instead
of adodb-time library.
2012-02-05 15:13:31 +01:00
Laurent Destailleur
b22dc4170c Fix: From must be escaped between " 2012-02-02 10:22:04 +01:00
Laurent Destailleur
ed4a0742c8 Add a test to be sure module is on 2012-01-31 00:51:52 +01:00
Laurent Destailleur
82db98ee1d [ task #176 ] Allow to use ODT templates. Works with Orders 2012-01-28 00:43:39 +01:00
Regis Houssin
114a1793a5 Fix: phpunit error 2012-01-24 07:05:06 +01:00
Regis Houssin
a51948c245 Fix: wrong name 2012-01-21 18:46:36 +01:00
Laurent Destailleur
70a67bc3f1 Qual: Move a not frequently used function out of functions.lib.php
Enhance PHPUnit tests
2012-01-21 14:10:22 +01:00
Laurent Destailleur
02b37d499c More PHPUnit 2012-01-20 19:39:58 +01:00
Regis Houssin
1714990769 Fix: bad file name 2012-01-20 16:28:16 +01:00
Laurent Destailleur
0340403c52 Add more phpunit tests 2012-01-20 10:08:16 +01:00
Laurent Destailleur
27568ad82f Try to uniformize this setup too. 2012-01-12 09:58:31 +01:00
Regis Houssin
d45a473d22 Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git
into develop

Conflicts:
	test/phpunit/PricesTest.php
2012-01-12 09:35:46 +01:00
Regis Houssin
d79c9dd17e Fix: add logs 2012-01-12 09:31:45 +01:00
Regis Houssin
84d1ef2a8f Fix: float to string 2012-01-12 09:10:49 +01:00
Regis Houssin
aa66a630e4 Fix: custom directories not in official repository but is used in
personnal phpunit test
2012-01-12 08:31:05 +01:00
Laurent Destailleur
a57295cc73 Qual: Add phpunit test before working on different rounding modes 2012-01-11 16:35:12 +01:00
Laurent Destailleur
c773e25c21 Add timeouts 2012-01-11 16:01:35 +01:00
Laurent Destailleur
4b1ac579f2 Try to unifromize config file. We will se if it's ok with jenkins. 2012-01-11 14:13:09 +01:00
Laurent Destailleur
6b8d4391ac Try to uniformize config files 2012-01-11 13:42:27 +01:00
Laurent Destailleur
db77b43f9c Add more phpunit tests 2012-01-11 13:07:02 +01:00
Regis Houssin
f3e5774469 Fix: uniform jenkins filename 2012-01-08 09:02:47 +01:00
Regis Houssin
f61ed34848 Fix: exclude all directory 2012-01-08 08:39:17 +01:00
Laurent Destailleur
ebf8a6eef4 artichow was used only for captcha generation so i replaced with
dolibarr code to allow to remove completely artichow (artichow project
is dead).
2012-01-07 23:31:25 +01:00
Laurent Destailleur
4c0d7378d3 Some change to prepare artichow removal 2012-01-07 21:32:35 +01:00
Laurent Destailleur
3f8d2cbef8 Qual: Remove checkstyle warnings 2012-01-04 21:23:50 +01:00
Laurent Destailleur
90b7cd1aae [ task #176 ] Allow to use ODT templates for prososal like it's done for
invoices. Move pdf and odt to doc dir
2012-01-04 02:04:55 +01:00
Regis Houssin
1e4141087e Fix: no status field in llx_socpeople 2012-01-02 10:02:17 +01:00
Regis Houssin
790f013ed2 Fix: debug phpunit 2012-01-02 09:25:32 +01:00
Regis Houssin
a02d07c969 Test to fix Jenkins phpunit error 2012-01-02 09:07:10 +01:00
Regis Houssin
a3a3db58e3 Fix: test phpunit error 2011-12-31 11:30:49 +01:00
Laurent Destailleur
e97078f6c1 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
into develop

Conflicts:
	htdocs/contact/class/contact.class.php
	test/phpunit/ContactTest.php
	test/phpunit/SocieteTest.php
2011-12-30 14:22:17 +01:00
Laurent Destailleur
55156edd0d Enhance PHPUnits 2011-12-30 14:18:19 +01:00
Laurent Destailleur
4bf03a2d0e Enhance PHPUnits 2011-12-30 12:33:41 +01:00
Laurent Destailleur
c2348ef600 Uniformize field country_id, country_code, country 2011-12-29 18:07:41 +01:00
Laurent Destailleur
95a292f41b Fix: Update licence files 2011-12-17 21:58:44 +01:00
Laurent Destailleur
f48348cade More PHPUnit tests 2011-12-17 16:53:36 +01:00
Laurent Destailleur
1aa75b847b New: dol_trunc has an option to make "exact" truncation (without adding
... if truncation is done).
2011-12-17 16:44:48 +01:00
Laurent Destailleur
6dd126749f Qual: enhance PHPUnit tests 2011-12-12 17:10:09 +01:00