Commit Graph

111 Commits

Author SHA1 Message Date
Laurent Destailleur
bd26c9e465 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-05-14 20:46:35 +02:00
Laurent Destailleur
4a9baa590c Fix: Bad timezone function. Daylight was not used. 2012-05-14 16:46:48 +02:00
Laurent Destailleur
89836cea29 Fix: var init 2012-05-14 01:39:59 +02:00
simnandez
d226534ba0 Fix:[ bug #399 ] Bad calculation of local taxes in update line products 2012-05-09 12:12:14 +02:00
Laurent Destailleur
161846be77 Fix: [ bug #397 ] Product VAT is not coming from buying price 2012-05-08 22:10:07 +02:00
Regis Houssin
73487a6aec Fix: replace mktime() by dol_now() 2012-04-30 15:01: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
ff06360071 Fix: Overwritting code is not role of a template but of a module.
Code is now working as a module change. Also it is faster (no need to
make a failed include when module is not installed) and support
alternative directory.
2012-04-28 17:01:25 +02:00
Laurent Destailleur
220d7a2c33 Fix: eldy theme still works without css3 2012-04-17 10:27:42 +02:00
Laurent Destailleur
14ad919109 Fix: Avoid fall of funtion if not defined 2012-04-11 17:30:51 +02:00
Laurent Destailleur
4cb6ec76ee Revert "Fix: sql injection"
This reverts commit 8c3158cf28.
2012-04-10 01:03:54 +02:00
Laurent Destailleur
212b3bd60e Revert "Fix: add special test"
This reverts commit ef0e6956b3.
2012-04-10 01:03:43 +02:00
Regis Houssin
ef0e6956b3 Fix: add special test 2012-04-09 22:52:13 +02:00
Regis Houssin
8c3158cf28 Fix: sql injection 2012-04-09 22:51:13 +02:00
Laurent Destailleur
9df05381d1 Fix: Bug war.
Look: enhance look for map views.
2012-04-08 13:05:58 +02:00
Regis Houssin
a22259907b Fix: possibility to custom helpdoc image 2012-04-05 20:12:11 +02:00
Laurent Destailleur
58d6aafa62 Prepare code for module 2012-04-04 17:25:06 +02:00
Laurent Destailleur
84057d46cc Checkstyle 2012-04-02 18:37:37 +02:00
Laurent Destailleur
74c39a10a2 Work on ajax ecm module 2012-03-25 22:47:37 +02:00
Laurent Destailleur
693d0441b3 Fix: json emulated function now support utf8 char. 2012-03-25 14:25:32 +02:00
Regis Houssin
30fb26296d Fix: add check array in GETPOST
New: update multiselect with a fork
2012-03-24 21:20:22 +08:00
Regis Houssin
ffc6812241 Fix: avoid php strict mode warning 2012-03-23 18:19:50 +01:00
Laurent Destailleur
3ef88384b8 New: Add parameter unaccent 2012-03-21 15:58:04 +01:00
Regis Houssin
52a8216e3e Fix: avoid php E_STRICT errors and compatibility with php 5.4 2012-03-21 02:12:44 +01:00
Laurent Destailleur
336d18edd7 Missing ; 2012-03-19 16:06:36 +01:00
Regis Houssin
4ecc64504d Fix: use the original json functions 2012-03-18 19:59:38 +01:00
Laurent Destailleur
ed41e03589 Qual: Fix a ton of CheckStyle errors 2012-03-18 19:23:01 +01:00
Laurent Destailleur
2086d4f3fa Add TODO comments 2012-03-18 17:31:36 +01:00
Laurent Destailleur
a7a55645d8 Fix: Some fix when using fckeditor with notes.
Qual: Uniformize code to use new system for notes.
Qual: Removed duplicate updatenote method into commandefournisseur
class.
2012-03-18 00:59:24 +01:00
Laurent Destailleur
1d51ee3aab Perf: Reduce quantity of code for boxes. 2012-03-17 14:04:16 +01:00
Regis Houssin
d07ff6ec11 Fix: missing object $db 2012-03-08 12:05:32 +01:00
Regis Houssin
ee86da0e1e Fix: refactorize llx_c_currencies and currency symbol 2012-03-08 11:49:38 +01:00
Laurent Destailleur
6d8c1bf7c6 Fix: Removed warnings 2012-03-03 16:44:05 +01:00
Regis Houssin
034b0fc4d4 New: add dol_json_encode and dol_json_decode instead
serialize/unserialize
2012-03-02 17:48:05 +01:00
Laurent Destailleur
18a7cd1e33 Perf: Try a speed enhancement 2012-02-29 21:22:08 +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
Regis Houssin
8f9b9987ff Fix: Multiple directory traversal vulnerabilities with document.php 2012-02-27 17:02:56 +01:00
Laurent Destailleur
7a4398e5a0 doxygen 2012-02-27 00:58:00 +01:00
Laurent Destailleur
2647cb72ac New: Now all features can be provided by a module with all files inside
the directory of module.
2012-02-22 16:18:03 +01:00
Laurent Destailleur
c4b845d60a Qual: Removed deprecated function name. 2012-02-19 18:34:22 +01:00
Laurent Destailleur
845cd98ef3 Qual: Clean old functions deprecated into 3.0 version
Clean no more used date function to prepare removing of adodb.
2012-02-18 12:54:23 +01:00
Laurent Destailleur
d1f06dbd3a Add comments 2012-02-17 23:24:47 +01:00
Laurent Destailleur
9b3bab5ff9 Doxygen 2012-02-17 16:02:35 +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
2a5f299ddd Doxygen 2012-02-12 16:50:58 +01:00
Laurent Destailleur
ffa767bb33 Qual: Add more PHPunit tests 2012-02-12 16:41:43 +01:00
Laurent Destailleur
9d2afc5fea New: Increase speed when switching to auguria module. Add error management. 2012-02-10 17:09:13 +01:00
Laurent Destailleur
8bcdfc8897 New: Add an error message when transactions are not closed. 2012-02-10 16:37:41 +01:00