Regis Houssin
51ccb33964
Fix: carriage return
2012-07-26 18:12:02 +02:00
Laurent Destailleur
f5a4f32b0f
[ bug #445 ] Hex escaping in descriptions
2012-07-19 18:04:56 +02:00
Laurent Destailleur
5d502aa7d1
Fix: function dol_nboflines_bis
2012-06-15 00:17:12 +02:00
Laurent Destailleur
c28c5c1003
Fix: Bad calculation of nb of line. Fix: Bad position of lines into pdf_soleil
2012-06-14 20:01:47 +02:00
Laurent Destailleur
b6c9a37415
Fix: Avoid to have a special php module.
2012-05-28 23:06:32 +02:00
Laurent Destailleur
dc1457b96a
Fix: Bad timezone function. Daylight was not used.
2012-05-14 21:07:49 +02:00
simnandez
84a09808fc
Fix:[ bug #399 ] Bad calculation of local taxes in update line products
2012-05-09 10:29:12 +02:00
Laurent Destailleur
425ca83a99
Fix: [ bug #397 ] Product VAT is not coming from buying price
2012-05-08 21:55:52 +02:00
Laurent Destailleur
ca7fa84d80
Fix: eldy theme still works without css3
2012-04-17 10:34:54 +02:00
Laurent Destailleur
53a78838f8
Fix: Avoid call if function not defined
2012-04-11 17:28:04 +02:00
Laurent Destailleur
141fa014e6
Revert code because it does not fix security hole completely. Also it
...
does work on origin but at a transition level.
Sanitizing for command line data must not appears inside a function used
for http data. I prefer fixing this at the source and also using a rule
that clean all attacks completely instead of a rule that clean "most
problem but not all".
2012-04-10 01:24:52 +02:00
Regis Houssin
ae8b16b9fc
Fix: add special test
2012-04-09 22:53:28 +02:00
Regis Houssin
64d60d1270
Fix: sql injection
2012-04-09 22:49:19 +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
Laurent Destailleur
104a4532b9
Fix: miscellaneous not initialized vars
2012-02-07 18:48:50 +01:00