Laurent Destailleur
|
acef702c27
|
Fix: pgsql compatibility not complete.
New: Move convert sql functions as static.
New: Add phpunit tests for database drivers.
|
2012-05-13 14:30:11 +02:00 |
|
Laurent Destailleur
|
8abacfaf35
|
Fix: Bad phpunit test
|
2012-05-13 14:26:25 +02:00 |
|
Laurent Destailleur
|
5499c91712
|
New: Monaco is like France for default vat calculation
Qual: More phpunit tests
|
2012-04-29 11:42:30 +02:00 |
|
Laurent Destailleur
|
7977897fd8
|
Fix: dol_uncompress function now works with all PHP and OS. Use PHP
native code. Only zip is supported. This is enough, modules must be zip
and only zip (tgz not more allowed).
|
2012-04-28 18:21:51 +02:00 |
|
Regis Houssin
|
e6a89633ae
|
Fix: disable core test for avoid this message: Click here to finish
Dolibarr install process
|
2012-04-16 09:32:23 +02:00 |
|
Regis Houssin
|
00bcbd45d1
|
Try to fix phpunit error
|
2012-04-16 09:22:39 +02:00 |
|
Regis Houssin
|
b0b3ce826f
|
Fix: wrong file name
|
2012-04-16 09:04:07 +02:00 |
|
Laurent Destailleur
|
9a70541084
|
Fix: Missing migration field
Fix: Date must be quoted
|
2012-04-15 18:41:38 +02:00 |
|
Laurent Destailleur
|
753434a545
|
Qual: More phpunit tests
|
2012-04-15 17:56:13 +02:00 |
|
Laurent Destailleur
|
49113b4ab8
|
I forgot image file
|
2012-04-02 09:47:35 +02:00 |
|
Laurent Destailleur
|
46251db167
|
Qual: Use a shared function to define logo heigth.
Qual: Add more phpunit tests
Fix: This also solve overlapping logos.
|
2012-04-01 23:57:15 +02:00 |
|
Laurent Destailleur
|
d8c975da3d
|
More fields into import of products
|
2012-03-30 00:54:41 +02:00 |
|
Regis Houssin
|
7da4d7f072
|
Fix: phpunit test dol_json_*
|
2012-03-26 08:21:40 +02:00 |
|
Regis Houssin
|
d7d5681b4b
|
Fix: avoid phpunit warning
|
2012-03-26 08:18:03 +02:00 |
|
Laurent Destailleur
|
693d0441b3
|
Fix: json emulated function now support utf8 char.
|
2012-03-25 14:25:32 +02:00 |
|
Regis Houssin
|
5d2da2c884
|
Fix: uniformize code
|
2012-03-22 08:33:44 +01:00 |
|
Laurent Destailleur
|
b6b33877a7
|
Fix: Better fix
|
2012-03-21 13:57:47 +01:00 |
|
Laurent Destailleur
|
89c906dde6
|
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
|
2012-03-21 12:51:09 +01:00 |
|
Laurent Destailleur
|
ab6c1a5160
|
Qual: Add new PHPUnit test and fix bugs the test show me
|
2012-03-21 12:33:51 +01:00 |
|
Regis Houssin
|
b1f1c203fd
|
Fix: return the good result value
|
2012-03-21 12:00:29 +01:00 |
|
Regis Houssin
|
14996257a2
|
Fix: try another method
|
2012-03-21 11:44:04 +01:00 |
|
Regis Houssin
|
0c62709a9c
|
Fix: save and restore value of $this->id
|
2012-03-21 11:33:50 +01:00 |
|
Regis Houssin
|
0432609502
|
Fix: unset $this->id for good check test
|
2012-03-21 11:24:30 +01:00 |
|
Regis Houssin
|
0f3f822e3d
|
Fix: add test
|
2012-03-21 11:06:53 +01:00 |
|
Regis Houssin
|
7508974cbb
|
Fix: print log before the test
|
2012-03-21 10:45:50 +01:00 |
|
Regis Houssin
|
6734549436
|
Fix: use good function with good parameters
|
2012-03-21 10:38:13 +01:00 |
|
Regis Houssin
|
5dbb246db0
|
Fix: the expected value is the first parameter
|
2012-03-21 10:28:31 +01:00 |
|
Regis Houssin
|
e62424294a
|
Fix: test if equals for stop on failure
|
2012-03-21 10:19:52 +01:00 |
|
Regis Houssin
|
22c232f82d
|
Fix: move phpunit in first and stop if failure
|
2012-03-21 08:33:36 +01:00 |
|
Laurent Destailleur
|
845fe95128
|
Return specific code for duplicate
|
2012-03-20 13:51:50 +01:00 |
|
Regis Houssin
|
da4a29462e
|
Fix: php unit test error
|
2012-03-17 08:50:09 +01:00 |
|
Laurent Destailleur
|
3f001e3938
|
Qual: More PHPUnit tests
|
2012-03-13 01:24:21 +01:00 |
|
Laurent Destailleur
|
aea97075f1
|
Fix: Fix some bugs (phpunit is now ok with pgsql too)
|
2012-03-11 21:45:17 +01:00 |
|
Laurent Destailleur
|
64d5c85880
|
Qual: Add more phpunit
|
2012-03-10 14:04:26 +01:00 |
|
Regis Houssin
|
0e0f8a3864
|
Fix: unit test error
|
2012-03-09 07:18:05 +01:00 |
|
Laurent Destailleur
|
70ea13a0f2
|
Add more phpunit tests
|
2012-03-08 19:38:58 +01:00 |
|
Laurent Destailleur
|
57c94c6736
|
Fix: chrome detection
|
2012-02-29 20:51:44 +01:00 |
|
Laurent Destailleur
|
55904f7f37
|
New: Test on browser version during install step.
Mutualize code to detect browser version.
|
2012-02-29 19:41:12 +01:00 |
|
Laurent Destailleur
|
6550ba53f6
|
More phpunit test
|
2012-02-29 11:48:03 +01:00 |
|
Laurent Destailleur
|
1645ddbe47
|
Sec: Sanitize all input for ids.
|
2012-02-27 22:26:22 +01:00 |
|
Laurent Destailleur
|
e699711b36
|
Fix: Add a test to be sure PHPunit tests are run with correct language.
|
2012-02-20 01:36:01 +01:00 |
|
Laurent Destailleur
|
f54573be12
|
Qual: Add more php unit tests
|
2012-02-19 23:12:48 +01:00 |
|
Laurent Destailleur
|
8d6655061e
|
Qual: Full description of lines for ODT generation share same
function.
|
2012-02-19 21:08:17 +01:00 |
|
Laurent Destailleur
|
75bb0eddd7
|
Fix: Bad br.
|
2012-02-19 20:31:59 +01:00 |
|
Laurent Destailleur
|
fc62b1c9c7
|
Removed all checkstyle errors into phpunit files
|
2012-02-18 01:07:52 +01:00 |
|
Laurent Destailleur
|
9b3bab5ff9
|
Doxygen
|
2012-02-17 16:02:35 +01:00 |
|
Regis Houssin
|
c4750a8f9a
|
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
|
2012-02-17 09:58:13 +01:00 |
|
Regis Houssin
|
1ad98968dc
|
Fix: add logs
|
2012-02-17 09:57:38 +01:00 |
|
Laurent Destailleur
|
881df18f0c
|
Doxygen
|
2012-02-17 09:55:48 +01:00 |
|
Laurent Destailleur
|
6acf38b77c
|
Qual: Add specific test for all prof id checks.
|
2012-02-17 09:43:26 +01:00 |
|