Commit Graph

145 Commits

Author SHA1 Message Date
Laurent Destailleur
950555a2fc New: Add list of notifications sent in notification module 2010-01-09 15:50:27 +00:00
Regis Houssin
3388e4ad37 Fix: add virus alert 2010-01-08 10:02:53 +00:00
Regis Houssin
3b5735bd9c Fix: uniformize code
Fix: if the contact's address is empty, it uses one of the company
2009-12-23 10:07:48 +00:00
Laurent Destailleur
ffaa8dc08f New: VAT number is saved in one field only. This is more "international". 2009-12-09 13:17:16 +00:00
Regis Houssin
3361b4d594 Fix: class "soapclient_nusoap" rename "nusoap_client" in version 0.7.3 2009-11-05 08:31:40 +00:00
Regis Houssin
a33a015eb4 Fix: functions "ereg", "ereg_replace", "eregi", "eregi_replace" is deprecated since php 5.3.0 2009-10-23 19:03:01 +00:00
Laurent Destailleur
1ba947aef4 Qual: Uniformise doxygen headers 2009-10-19 19:54:27 +00:00
Laurent Destailleur
edf66f1c8d Fix: Remove forced mime type. What we can force is open dialo but not the mime type. 2009-10-15 02:40:12 +00:00
Laurent Destailleur
eb4d353f11 Fix: Data in memory must always be encoded in utf8. PHP files functions need ISO, so we convert data just before and after using them. 2009-10-04 18:01:30 +00:00
Laurent Destailleur
12cf04ba79 Fix: Ajax use of third party select 2009-09-11 13:24:47 +00:00
Laurent Destailleur
9a8f90679b Perf: Some optimization in ajax usage. 2009-08-29 18:08:46 +00:00
Laurent Destailleur
5f173e01ee Qual: Ajax code is simpler and now works with IE6 2009-08-28 01:14:35 +00:00
Laurent Destailleur
756ca4499a Qual: Ajax code is simpler and now works with IE6 2009-08-27 23:31:50 +00:00
Laurent Destailleur
c296965865 Fix: Some ajax features was broken 2009-08-27 22:20:01 +00:00
Laurent Destailleur
0baf06d2d1 New: Add picto on tab titles 2009-08-05 17:19:55 +00:00
Laurent Destailleur
cf0e98809d Fix: Debug module notification 2009-07-29 22:03:20 +00:00
Laurent Destailleur
0cc71ca978 Fix: bug #26929 : les fichiers contenant le signe + dans le nom ne peuvent tre tlchargs
Ne:w Use new confirm popup to delete file confirmation
2009-07-16 00:43:59 +00:00
Regis Houssin
6d4d493c36 Fix: increase the capacity of field prefix_iban of llx_societe_rib 2009-07-09 12:31:49 +00:00
Laurent Destailleur
7e562c6fa0 Qual: Uniformize tab contents 2009-06-30 00:01:47 +00:00
Regis Houssin
fa55e65e54 Fix: Disables token renewal in Ajax request 2009-05-26 17:01:18 +00:00
Regis Houssin
06d2d2fc2f Fix: nous ne sommes jamais trop prudent ! 2009-05-18 13:10:40 +00:00
Regis Houssin
e5d222b6cc Fix: rgression sur l'utilisation des niveau du jeton, on test sur les 2 niveaux car
comportement alatoire avec certaines fonctions
2009-05-17 08:01:54 +00:00
Regis Houssin
c1c1f8a4d2 Fix: ajout d'un niveau supplmentaire du cache du jeton 2009-05-16 15:45:26 +00:00
Regis Houssin
07c6ffb065 Fix: ajout d'un jeton alatoire dans les requetes POST 2009-05-16 12:52:53 +00:00
Regis Houssin
e63c142ce7 Fix: ajout d'un jeton alatoire dans les requetes POST 2009-05-15 15:33:33 +00:00
Laurent Destailleur
3ccecb4e7f Qual: Use a so much simpler way to have ajax confirmation boxes 2009-05-06 16:27:45 +00:00
Laurent Destailleur
7c6016b355 Qual: Use a so much simpler way to have ajax confirmation boxes 2009-05-06 13:39:43 +00:00
Laurent Destailleur
77d3821645 New: Some pages can link to wiki help pages 2009-03-09 11:28:12 +00:00
Laurent Destailleur
ba14103659 New: Upload of joined files need create/modify permissions to work 2009-03-03 00:12:56 +00:00
Laurent Destailleur
61e2282cb1 Qual: Removed deprecated code 2009-03-02 18:25:51 +00:00
Laurent Destailleur
0823322ba1 Qual: All call to dolibarr_ functions are made on dol_ functions. 2009-02-20 22:53:15 +00:00
Laurent Destailleur
a2b8b30a84 Reorganize code to reduce memory usage 2009-02-19 19:06:12 +00:00
Laurent Destailleur
d48bfc3fcb Qual: Removed deprecated code 2009-02-01 13:42:12 +00:00
Laurent Destailleur
d6648b65f2 New: EMails links are show with function dol_print_email 2009-01-07 12:39:40 +00:00
Laurent Destailleur
0bdd1efe2b Qual: Renamed all function dolibarr_xxx to dol_xxx to use same prefix everywhere. 2009-01-07 10:57:36 +00:00
Laurent Destailleur
dc46ba4000 Removed duplicate code.
Prepare dynamic disabling of modules
2008-11-27 23:02:49 +00:00
Laurent Destailleur
43aedb0020 Spanish bank account use full detailed informations 2008-11-26 07:50:47 +00:00
Laurent Destailleur
750e5a45c2 Support internationnal BBAN (Basic Bank Account Number) 2008-11-24 19:17:09 +00:00
Laurent Destailleur
b86223bc90 Maxi debug of withdraw module 2008-11-05 22:34:14 +00:00
Laurent Destailleur
3808913480 All phone number now show the clicktodial link if module is enabled 2008-11-01 00:16:34 +00:00
Laurent Destailleur
4d0a68d48c Removed all now() and sysdate() database sql inline function by a date defined by PHP ($db->idate(mktime())).
This is to be more portable, to solve problem when database server time differs from PHP server and to prepare for TZ support.
2008-08-27 18:53:27 +00:00
Laurent Destailleur
12279fddec Fix: Documents links was bad if ref contains special chars 2008-07-10 17:11:04 +00:00
Laurent Destailleur
4dc0787274 Fix: Translation 2008-06-30 19:24:28 +00:00
Laurent Destailleur
f6f2c0a3e3 Qual: Rename file for standardisation 2008-05-04 15:26:01 +00:00
Laurent Destailleur
3ab531f65f Add protection on upload if file already exists 2008-05-04 15:19:02 +00:00
Laurent Destailleur
d5ccb222e8 Reorganize functions 2008-04-09 18:13:45 +00:00
Laurent Destailleur
bc47d486a3 New: Navigation next/previous for companies on note tab 2008-03-31 05:11:11 +00:00
Laurent Destailleur
af274668a3 Fix: Detection auto des champs text/html.
Fix: Dans les PDF, il ne faut pas faire le nl2br standard de PHP lors de la conversion text en HTML car ce dernier ne remplace pas le \n mais ajoute le br hors le writeHTMLCell transforme aussi les \n en br.
2008-03-31 03:31:08 +00:00
Laurent Destailleur
6bd6e4a309 New: Add pages for agenda module 2008-03-01 01:26:41 +00:00
Laurent Destailleur
86b2a32c69 New: Ajout du "potentiel" des prospects 2008-03-01 01:12:55 +00:00