Commit Graph

1790 Commits

Author SHA1 Message Date
Laurent Destailleur
9a38002c46 Session name DOLSESSID_databasename is replace with DOLSESSID_dolibarrwebinstance. This remove a key read in conf.class.php used to name session because, to make code simpler, we will need to create session before the conf is loaded. This is also most secure because it is possible to use 2 dolibarr instances even if database names are same on two different mysql server.
Add also comments on code to remember to simplify things.
2009-05-21 13:37:18 +00:00
Regis Houssin
1437913f39 Fix: remplace rand par mt_rand plus performant 2009-05-19 21:51:08 +00:00
Laurent Destailleur
75471b89ee Work on import module 2009-05-19 18:11:47 +00:00
Regis Houssin
842d240980 Add: build style css in mail 2009-05-19 15:40:25 +00:00
Regis Houssin
91624baceb Add: a color picker
Add: define a background color/image in mailing
2009-05-19 13:27:44 +00:00
Regis Houssin
dcb54f5321 Fix: lien invalide
Fix: requete invalide ou obsolete
Add: début ajout possibilité de définir un style css aux mailings (background-image,
 etc...)
2009-05-19 02:43:03 +00:00
Laurent Destailleur
c3904dbb61 Can force login/pass for demo 2009-05-19 00:58:27 +00:00
Laurent Destailleur
8b12e7c07b Work on import module 2009-05-19 00:14:27 +00:00
Regis Houssin
06d2d2fc2f Fix: nous ne sommes jamais trop prudent ! 2009-05-18 13:10:40 +00:00
Regis Houssin
83a9b4c009 Fix: simplification, on vérifie l'entité du document et pas celle de la société afin
d'avoir la possibilité d'utiliser une base commune des sociétés entre entités
2009-05-18 08:01:16 +00:00
Regis Houssin
475600d948 Fix: simplification, on vérifie l'entité du document et pas celle de la société afin
d'avoir la possibilité d'utiliser une base commune des sociétés entre entités
2009-05-18 08:01:15 +00:00
Regis Houssin
ef5c7f1caa Fix: If duplicate images are embedded, they may show up as attachments, so remove them. 2009-05-18 07:30:53 +00:00
Regis Houssin
364c247405 Fix: removed obsolete code 2009-05-18 06:25:45 +00:00
Laurent Destailleur
9126dd334e Fix: Bad encoding from, bcc, cc with simplemail driver. 2009-05-17 23:41:33 +00:00
Laurent Destailleur
c79a093ce1 Fix: Try to fix bad encoding when from user contains special caracters. 2009-05-17 22:54:12 +00:00
Regis Houssin
36862c4aaf Fix: ajout option "accusé réception" à la classe simplemail 2009-05-17 16:00:30 +00:00
Regis Houssin
dbbe0ff656 Add: ajout de la classe simplemail, testée et fonctionnelle avec le webmail orange,
roundcube et outlook
2009-05-17 15:36:19 +00:00
Regis Houssin
6d66415a43 Add: début ajout nouvelle classe mail 2009-05-17 14:22:57 +00:00
Regis Houssin
2609dbe9d7 Add: début ajout nouvelle classe mail 2009-05-17 10:27:13 +00:00
Regis Houssin
8abf10c79e Add: début ajout nouvelle classe mail 2009-05-17 10:19:55 +00:00
Regis Houssin
e5d222b6cc Fix: régression sur l'utilisation des niveau du jeton, on test sur les 2 niveaux car
comportement aléatoire avec certaines fonctions
2009-05-17 08:01:54 +00:00
Regis Houssin
03a6fd8ff8 Add: début ajout nouvelle classe mail 2009-05-16 21:26:20 +00:00
Regis Houssin
e06d166a3a Add: début ajout nouvelle classe mail 2009-05-16 18:11:38 +00:00
Regis Houssin
c1c1f8a4d2 Fix: ajout d'un niveau supplémentaire du cache du jeton 2009-05-16 15:45:26 +00:00
Regis Houssin
e63c142ce7 Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-15 15:33:33 +00:00
Regis Houssin
09b286de39 Fix: parenthèse manquante 2009-05-14 07:27:42 +00:00
Regis Houssin
a60c0d02d1 Fix: parenthesis too if the constant MAIN_HELPCENTER_DISABLELINK is disabled 2009-05-13 23:28:05 +00:00
Laurent Destailleur
3544914045 Add option to hide the link "need help" 2009-05-13 19:52:36 +00:00
Laurent Destailleur
0d1229f522 New: Can use inline images.Everything seems to work with thunderbird and webmail gmail. New to be tested on other mail browsers. 2009-05-13 19:10:06 +00:00
Laurent Destailleur
02a0ee7d9e Fix: Make code so much simpler and solve a lot of problem with new version. 2009-05-13 14:49:30 +00:00
Regis Houssin
a123706521 Add: possibilité de ne pas inclure la ref dans la description produit afin de pouvoir
l'inclure à part dans le document
2009-05-13 10:21:26 +00:00
Regis Houssin
44ae8f79f2 Add: possibilité d'envoyer un fichier attaché avec du html contenant des images avec
la classe SMTPS
2009-05-12 11:44:59 +00:00
Regis Houssin
168c177fb5 Add: possibilité d'envoyer un fichier attaché avec du html contenant des images avec
la classe SMTPS
Fix: 'quoted-printable' truncated html code
2009-05-12 10:12:02 +00:00
Regis Houssin
3330db62f6 Add: possibilité d'envoyer un fichier attaché avec du html contenant des images 2009-05-11 23:32:58 +00:00
Regis Houssin
0ad0379285 Add: possibilité d'uploader une image et de l'envoyer dans un mailing (finalisé et fonctionnel)
Add: modification classe smtps.php pour l'envoi d'images
2009-05-11 17:13:56 +00:00
Laurent Destailleur
215ac8fa30 Fix: Correct link to forum in help center 2009-05-11 16:26:54 +00:00
Regis Houssin
e99a19ac20 Add: possibilité d'uploader une image et de l'envoyer dans un mailing (finalisé et fonctionnel) 2009-05-10 17:24:36 +00:00
Regis Houssin
db662f4c24 Fix: prise en compte des sous répertoires pour les images 2009-05-10 16:14:51 +00:00
Regis Houssin
089c327923 Add: possibilité d'uploader une image et de l'envoyer dans un mailing (finalisé et fonctionnel) 2009-05-10 15:49:44 +00:00
Laurent Destailleur
b53d8a68f6 New: Enhance help center 2009-05-10 06:22:21 +00:00
Regis Houssin
2ebb11e0c6 Add: possibilité d'uploader une image et de l'envoyer dans un mailing
Todo: encore en mode débugage !!
2009-05-09 15:51:20 +00:00
Regis Houssin
27558c273d Add: possibilité d'uploader une image et de l'envoyer dans un mailing
Todo: encore en mode débugage !!
2009-05-09 15:43:13 +00:00
Regis Houssin
2920211868 Add: possibilité d'uploader une image et de l'envoyer dans un mailing
Todo: encore en mode débugage !!
2009-05-09 14:58:49 +00:00
Regis Houssin
af3ad73b36 Add: possibilité d'uploader une image et de l'envoyer dans un mailing
Todo: encore en mode débugage !!
2009-05-09 14:31:20 +00:00
Regis Houssin
2bd9bf8148 Todo: utiliser $user->datelastlogin pour un cryptage aléatoire 2009-05-09 07:17:48 +00:00
Regis Houssin
852e8703f6 Fix: Replace with simple directories 2009-05-08 11:22:15 +00:00
Laurent Destailleur
326cd8b227 All data from conf file are stored into conf->file->xxx
Multicompany should be ok to logon with no breaking sessions when disabled
2009-05-08 01:23:33 +00:00
Laurent Destailleur
1eaf133738 Change order of tabulations when multicompany is enabled 2009-05-08 01:20:54 +00:00
Laurent Destailleur
cbdd29a51a All data from conf file are stored into conf->file->xxx
Multicompany should be ok to logon with no breaking sessions when disabled
2009-05-08 01:11:04 +00:00
Regis Houssin
5e7666c915 Add: all tables with a field ref must contain a field entity 2009-05-07 14:33:52 +00:00
Regis Houssin
f1a5c6fae3 Fix: seul le superadmin peut changer la config de syslog 2009-05-07 09:06:57 +00:00
Laurent Destailleur
1e37d24bf4 Can make a link between a member and a user 2009-05-06 23:30:49 +00:00
Regis Houssin
5e405ad655 Fix: not used $this 2009-05-06 20:41:48 +00:00
Laurent Destailleur
6335fe2b55 Qual: Use a so much simpler way to have ajax confirmation boxes 2009-05-06 15:45:50 +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
edc58e3e93 Add dol_now function 2009-05-05 16:05:20 +00:00
Regis Houssin
4c2789cb00 New: early development of multi-company module 2009-05-05 12:43:51 +00:00
Laurent Destailleur
93444309dd Add import key on third party table 2009-05-05 01:09:31 +00:00
Laurent Destailleur
c917cad328 Try a change to allow to input month/day with one digit. 2009-05-05 00:18:23 +00:00
Laurent Destailleur
ab2b56be13 Minor esthetical change and fix 2009-05-04 20:57:26 +00:00
Laurent Destailleur
3705cd5ba0 Remove warning 2009-05-04 20:13:25 +00:00
Regis Houssin
9a8a953e47 New: only superadmin access for common constant 2009-05-04 14:58:40 +00:00
Laurent Destailleur
aee2dcff57 Test if user is in correct company is done only when multicompany is enabled. 2009-05-04 10:27:35 +00:00
Regis Houssin
2c9a811a12 Fix: phpize this page 2009-05-01 11:38:48 +00:00
Regis Houssin
6a9a9ff040 New: early development of multi-company module 2009-04-30 16:28:53 +00:00
Regis Houssin
41a4036874 New: early development of multi-company module 2009-04-30 16:11:33 +00:00
Regis Houssin
265ea1dbc8 Fix: security in tab category 2009-04-30 12:52:04 +00:00
Regis Houssin
ab65d529d6 Fix: security in tab category 2009-04-30 12:52:04 +00:00
Laurent Destailleur
297b6a007c Comment 2009-04-29 21:40:14 +00:00
Regis Houssin
dd5023c433 Fix: on récupère les constantes de répertoires créé à partir de l'activation des modules
Fix: les répertoiresde documents des entitées seront dans :
/documents/1/ pour l'entité 1
/documents/2/ pour l'entité 2
etc..
2009-04-29 19:51:07 +00:00
Laurent Destailleur
2ba45bcfb7 Restore a broken feature. 2009-04-29 18:14:13 +00:00
Laurent Destailleur
7322cd136e Fix: rename function sanitizeFileName into dol_sanitizeFileName to avoir conflict with fckeditor 2009-04-29 18:02:50 +00:00
Regis Houssin
e89044da42 New: early development of multi-company module 2009-04-29 16:54:51 +00:00
Regis Houssin
8a1d511da4 Add: ajout d'un répertoire par défaut pour les logs dans /documents/entity_1/logs
créé à l'activation du module syslog, on peut toujours modifier le chemin si on souhaite
 mettre ce fichier à un autre endroit.
2009-04-29 15:02:40 +00:00
Regis Houssin
86aea55e61 Todo: mettre au clair les droits du user dans les
modules commercial, agenda et tiers
2009-04-29 09:05:57 +00:00
Regis Houssin
7708f967f8 Fix: security 2009-04-28 06:49:44 +00:00
Regis Houssin
b86684805c New: early development of multi-company module 2009-04-27 20:37:50 +00:00
Laurent Destailleur
a88dd655bc Fix: Restore removed function because this break compatibility with external modules. Must first be deprecated and then deleted very later. 2009-04-20 21:05:38 +00:00
Regis Houssin
a433887c57 Fix: delete obsolete function 2009-04-20 16:44:46 +00:00
Regis Houssin
c84ff1c77e Fix: load global conf 2009-04-19 12:59:30 +00:00
Regis Houssin
9d47744153 New: early development of multi-company module 2009-04-18 11:50:40 +00:00
Regis Houssin
0d7195c40f New: early development of multi-company module 2009-04-16 08:23:00 +00:00
Regis Houssin
94a5df6a2d New: early development of multi-company module 2009-04-15 20:09:43 +00:00
Regis Houssin
6ee85309d1 New: early development of multi-company module 2009-04-14 18:54:13 +00:00
Regis Houssin
394bc8575e Fix: syntax 2009-04-13 09:36:43 +00:00
Laurent Destailleur
55aa8bc4bc Add a tool to merge all invoices in one PDF 2009-04-09 21:53:53 +00:00
Laurent Destailleur
a37297a83f Qual: Reduce too much memory used on all pages for only 1 test is 5 files (move function into functions2.lib.php instead of functions.lib.php, functions.php is always loaded, functions2 is loaded on demand).
Fix: Removed test on url to allow to input url with no http before
2009-04-06 08:34:42 +00:00
Laurent Destailleur
b104a84992 Fix: Sending page when subproduct feature is enabled 2009-04-05 19:01:43 +00:00
Regis Houssin
5ab4f320b5 Added : url string validation 2009-04-03 13:01:45 +00:00
Regis Houssin
5b57c5f497 Added : url string validation 2009-04-03 12:56:22 +00:00
Regis Houssin
282871a8c4 Added : url string validation 2009-04-03 12:56:21 +00:00
Laurent Destailleur
df5d17f31d Fix: Typo 2009-03-30 16:33:55 +00:00
Laurent Destailleur
e9aae286cd Fix: Pb in price level management 2009-03-28 19:11:38 +00:00
Laurent Destailleur
c85b9cb017 Add first files for import module 2009-03-25 21:26:15 +00:00
Laurent Destailleur
0116999026 Remove clone feature on create page. Must be used on object page 2009-03-25 19:12:35 +00:00
Laurent Destailleur
4d5270a977 Add a script with rare javascript functions 2009-03-13 14:40:01 +00:00
Laurent Destailleur
4df755b5ab Only one logo is necessary 2009-03-13 13:14:29 +00:00
Laurent Destailleur
cd78a8db7b Minor changes 2009-03-13 13:12:43 +00:00
Laurent Destailleur
1f3f2b8c44 Log file for error messages use LOG_ERR level. 2009-03-12 22:49:05 +00:00
Laurent Destailleur
65f707dea0 New: A module can add a new tab in third party view tabs 2009-03-12 01:44:02 +00:00
Laurent Destailleur
cdc6493ba5 Removed TODO and deprecated files 2009-03-09 21:59:29 +00:00
Laurent Destailleur
e15a67f6c9 Minor code clean in ECM module. 2009-03-08 23:57:28 +00:00
Laurent Destailleur
a4815bf44c Prepare select of type of line 2009-03-08 23:09:45 +00:00
Laurent Destailleur
33ff5c61f2 Minor enhancement on vat report 2009-03-05 20:14:13 +00:00
Laurent Destailleur
32faa96ab6 New: For admin users, show the SQL request in export build. 2009-03-03 00:42:40 +00:00
Laurent Destailleur
b84a0fefbe Change in document wrapper to download files in bittorrent directory 2009-02-24 22:52:55 +00:00
Laurent Destailleur
75b738eff9 Added XDebug tools 2009-02-21 01:04:35 +00:00
Laurent Destailleur
801bf75f58 Fix: Translation of days 2009-02-21 00:11:13 +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
e83b22b29b Added XDebug tools 2009-02-20 20:28:16 +00:00
Laurent Destailleur
a2b8b30a84 Reorganize code to reduce memory usage 2009-02-19 19:06:12 +00:00
Laurent Destailleur
d433c7120f Reorganize code to reduce memory usage 2009-02-19 18:57:54 +00:00
Laurent Destailleur
6409ef3467 Fix: Action on a contact should not show action of company 2009-02-18 17:50:04 +00:00
Laurent Destailleur
5fcd6b4af5 Contact page picto is more clear to distinguish internal from external users. 2009-02-16 22:37:30 +00:00
Laurent Destailleur
f7640aab2e Fix: CR on form 2009-02-14 14:52:15 +00:00
Laurent Destailleur
288b29925d Fix: UTF8 translation 2009-02-14 00:00:24 +00:00
Laurent Destailleur
68ccad2f7f Minor enhancements in project module 2009-02-12 09:09:36 +00:00
Laurent Destailleur
1e1ee9d338 Fix: Save of box order 2009-02-11 02:18:27 +00:00
Laurent Destailleur
c42ed09071 Fix: Some fix everywhere in beta 2009-02-10 22:07:31 +00:00
Laurent Destailleur
95d6260e87 Added support for SMTPS protocol 2009-02-09 00:04:34 +00:00
Laurent Destailleur
3f5dbe5a7d Fix: Translation of month should be ok. 2009-02-07 11:44:18 +00:00
Laurent Destailleur
e472e6cff8 Fix: Translation of month should be ok. 2009-02-07 00:55:23 +00:00
Laurent Destailleur
b1165d90fb Fix: Translation of month should be ok. 2009-02-07 00:38:29 +00:00
Laurent Destailleur
0d386d7e6c Fix: A lot of debug in project module 2009-02-04 20:38:07 +00:00
Laurent Destailleur
5a4dc21369 Fix: Show sending method
Fix: Avoid long loop with bad date in dol_print_date
2009-02-03 02:59:16 +00:00
Laurent Destailleur
f9dde86da9 Fix: Show sending method
Fix: Avoid long loop with bad date in dol_print_date
2009-02-03 02:59:16 +00:00
Laurent Destailleur
9a8a7b6a87 New: Show comment in supplier order status changement 2009-02-02 22:11:10 +00:00
Laurent Destailleur
04607575ac Fix: infinite loop if documents directory not writable 2009-02-02 18:33:44 +00:00
Laurent Destailleur
ce317d6084 New: Can create a third party from a member. 2009-02-02 02:04:26 +00:00
Laurent Destailleur
bb90ab1288 New: Customer and supplier codes can be automatically generated 2009-01-31 15:23:05 +00:00
Laurent Destailleur
678ab5b931 Fix: Pb with fckeditor 2009-01-31 02:55:32 +00:00
Laurent Destailleur
dc4448c423 Can use empty prefix for oscommerce module 2009-01-31 01:17:53 +00:00
Laurent Destailleur
4606095b1e Add navigation bar on supplier orders 2009-01-30 23:49:32 +00:00
Laurent Destailleur
43a6797e1b Removed treemenu libraries 2009-01-30 21:21:22 +00:00
Laurent Destailleur
ce6f8a1c81 Change to uniformize code of PDF generators 2009-01-29 20:56:14 +00:00
Laurent Destailleur
5de23dcc59 Change to uniformize code of PDF generators 2009-01-29 12:39:52 +00:00
Laurent Destailleur
204693b0e8 Change to uniformize code of PDF generators 2009-01-29 01:57:56 +00:00
Laurent Destailleur
57fc0db956 Can use multilanguage label and desc for product 2009-01-28 15:37:10 +00:00
Laurent Destailleur
5233e4894e Mutualize code and debug for UTF output 2009-01-28 15:09:37 +00:00
Laurent Destailleur
569316d3bd Removed deprecated code 2009-01-28 09:00:29 +00:00
Laurent Destailleur
ab711a3ead Fix: Removed of a column 2009-01-26 23:52:37 +00:00
Laurent Destailleur
16c9fd79d3 Minor fix 2009-01-26 21:57:14 +00:00
Laurent Destailleur
ff8eab87fc W3C compliant 2009-01-25 18:16:09 +00:00
Laurent Destailleur
68d4f9c693 Fix error on install 2009-01-25 17:56:42 +00:00
Laurent Destailleur
c3adbb11fe Fix: Error in price when adding a product in contract with base type that is with tax. 2009-01-25 17:05:40 +00:00
Laurent Destailleur
6da0d25acc Fix: Miscellanous fix on i18n 2009-01-25 16:45:04 +00:00
Laurent Destailleur
f520dae7d1 Add confirmation on classify payed 2009-01-23 17:18:19 +00:00
Laurent Destailleur
69d6ce7467 Enhancement in bookmark module 2009-01-23 16:12:48 +00:00
Laurent Destailleur
df0ef9efe5 New: Can add a bookmark on all dolibarr pages. 2009-01-23 00:47:23 +00:00
Laurent Destailleur
feef7bc05a New: Can edit sending methods 2009-01-22 22:55:51 +00:00
Laurent Destailleur
d2ee9ef397 New: Add attachments on intervention cards 2009-01-21 17:39:21 +00:00
Laurent Destailleur
bcef81a453 Removed PHP warnings with E_ALL level 2009-01-21 15:06:34 +00:00
Laurent Destailleur
0befb92a12 Removed PHP warnings with E_ALL level 2009-01-21 14:09:42 +00:00
Laurent Destailleur
bdfecdc751 Removed PHP warnings with E_ALL level 2009-01-21 13:06:34 +00:00
Laurent Destailleur
d370e2ff9f Fix: Translation of Offered on PDF 2009-01-15 00:32:10 +00:00
Laurent Destailleur
e40fe712cd Major enhancement of project module 2009-01-14 23:36:51 +00:00
Laurent Destailleur
54449e3465 Debug of project module 2009-01-14 16:40:45 +00:00
Laurent Destailleur
b0c9f21d46 Add option MAIN_LOGTOHTML to help debug 2009-01-12 21:52:12 +00:00
Laurent Destailleur
4d7e695d86 Can switch between graph on account or all acounts. 2009-01-12 19:36:40 +00:00
Laurent Destailleur
7edbbc9048 No limit on free text on PDF 2009-01-12 17:36:14 +00:00
Laurent Destailleur
f1f4dd2f9b No limit on free text on PDF 2009-01-12 17:23:12 +00:00
Laurent Destailleur
4e01c23974 Minor fix 2009-01-12 15:35:06 +00:00
Laurent Destailleur
0977e479cc Add warning to avoid bug reports when on experimental feature 2009-01-12 15:19:32 +00:00
Laurent Destailleur
8d19da30f4 Minor change 2009-01-09 22:52:45 +00:00
Laurent Destailleur
142a269667 Fix: Clicktodial plugin works correctly now 2009-01-09 21:22:58 +00:00
Laurent Destailleur
e71e58366a Added contact form for supplier. 2009-01-07 17:49:00 +00:00
Laurent Destailleur
1cb7fc6ede Fix: Usage of reset of cursor in numbering modules for a particular month (@ option) was broken. 2009-01-07 15:57:02 +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
1f013bb354 Use idate and jdate to store date 2009-01-07 10:03:00 +00:00
Laurent Destailleur
0f3eb27e04 Use idate and jdate to store date 2009-01-04 22:30:24 +00:00
Laurent Destailleur
150c73f049 Use idate and jdate to store date 2009-01-04 22:09:02 +00:00
Laurent Destailleur
5165e2e093 Fix: Add message if delete can(t be done because of joined files. 2008-12-30 22:42:28 +00:00
Laurent Destailleur
ff49c3c833 Can choose project not linked to a third party in entities 2008-12-27 23:15:47 +00:00
Laurent Destailleur
9e102945f2 Fix: Login page was not in same pagecode that application 2008-12-22 23:40:23 +00:00
Laurent Destailleur
b997c9c2cb Fix: Support utf8 for database creation
Only option latin and utf8 are enabled.
2008-12-21 21:19:49 +00:00
Laurent Destailleur
cf4d0361db Add more log in install process 2008-12-18 01:06:12 +00:00
Laurent Destailleur
ff60f8b6ab Can use substitute value in notes 2008-12-15 23:04:13 +00:00
Laurent Destailleur
691b9fb227 Add more info on error 2008-12-15 21:15:34 +00:00
Laurent Destailleur
aeb1488a56 Reduce memory usage 2008-12-15 20:55:44 +00:00
Laurent Destailleur
d9b7bff2fd Add log inside install pages. 2008-12-15 01:04:32 +00:00
Laurent Destailleur
51cf79a123 Remove warnings 2008-12-11 21:40:21 +00:00
Laurent Destailleur
f5931aa6f0 Can add tabs from an external module on all entities 2008-12-11 20:12:44 +00:00
Laurent Destailleur
02a4e8e1e0 More log 2008-12-11 19:58:42 +00:00
Laurent Destailleur
6abe23f15c Fix: UTF8 support for LDAP module 2008-12-09 20:14:04 +00:00
Laurent Destailleur
51dc0dd01f Add fast search form in menu for member module 2008-12-08 15:07:11 +00:00
Laurent Destailleur
7dcd991215 Change to allow modules to add new tabs 2008-12-07 22:29:44 +00:00
Laurent Destailleur
fcc5f9f28d Can use several root directories. 2008-12-07 20:54:08 +00:00
Laurent Destailleur
8b263e4b16 Can use several root directories. 2008-12-07 19:19:32 +00:00
Laurent Destailleur
554fb8d707 price2num was broken with some localization 2008-12-06 11:48:34 +00:00
Laurent Destailleur
2bc593e534 price2num was broken with some localization 2008-12-06 11:28:40 +00:00
Laurent Destailleur
bb3ed6bd91 Fix: Invoice creation from order 2008-12-06 02:44:59 +00:00
Laurent Destailleur
46e6f3266f Fix bug in decimal separators 2008-12-06 02:40:37 +00:00
Laurent Destailleur
a29b1c3b3d Add now button 2008-12-03 21:41:07 +00:00
Laurent Destailleur
10ec99bb4a Fix: Rule to check bank account 2008-12-01 22:14:01 +00:00
Laurent Destailleur
fa0bd1f946 Add spanish bank control key 2008-11-29 17:03:06 +00:00
Laurent Destailleur
30a908e99e Fix: Bad view in menu admin page 2008-11-28 19:08:39 +00:00
Laurent Destailleur
8131fae519 Removed deprecated files 2008-11-28 09:48:54 +00:00
Laurent Destailleur
45aafae215 Removed deprecated files 2008-11-28 09:46:47 +00:00
Laurent Destailleur
74a9927021 Removed deprecated files 2008-11-28 09:46:47 +00:00
Laurent Destailleur
25e3109d91 Qual: Mutualize duplicate code 2008-11-26 19:37:25 +00:00
Laurent Destailleur
40a2be8db6 Support UTF8 export 2008-11-26 10:04:26 +00:00
Laurent Destailleur
43aedb0020 Spanish bank account use full detailed informations 2008-11-26 07:50:47 +00:00
Laurent Destailleur
0a32a7cd5f Can attach files on supplier orders 2008-11-24 20:09:23 +00:00
Laurent Destailleur
9547530c4d Support internationnal BBAN (Basic Bank Account Number) 2008-11-24 19:43:21 +00:00
Laurent Destailleur
750e5a45c2 Support internationnal BBAN (Basic Bank Account Number) 2008-11-24 19:17:09 +00:00
Laurent Destailleur
8d867a75d4 Show only account number if option is on 2008-11-21 14:59:25 +00:00
Laurent Destailleur
73a336527d Show only account number for countries other than France 2008-11-21 14:49:39 +00:00
Laurent Destailleur
77cc4a1b56 Qual: Factorize redundant code 2008-11-20 23:51:22 +00:00
Laurent Destailleur
3ad5d6b566 Fix preversion for cash desk module 2008-11-18 22:44:53 +00:00
Laurent Destailleur
5604b3dc81 Doxygen 2008-11-17 00:02:57 +00:00
Laurent Destailleur
e6107ea32f Support UTF8 2008-11-16 23:43:10 +00:00
Laurent Destailleur
e653822537 Look: A lot of enhancements in Dolibarr skins 2008-11-16 18:55:00 +00:00
Laurent Destailleur
eff8f51692 Fix: No http if url is empty 2008-11-16 01:34:48 +00:00
Laurent Destailleur
584d23bfbc Qual: Reduce memory required by 2% 2008-11-16 01:09:04 +00:00
Laurent Destailleur
1c58b61eba Look: A lot of enhancements in Dolibarr skins 2008-11-16 00:06:26 +00:00
Laurent Destailleur
1091f72a8f Library functions must be in lib directory 2008-11-15 21:10:10 +00:00
Laurent Destailleur
2f6f53b8e3 Doxygen 2008-11-15 00:52:42 +00:00
Laurent Destailleur
5c6e79a66c New: Add function dol_print_email 2008-11-14 19:47:47 +00:00
Laurent Destailleur
4ab16dd3a6 Fix: Bad url link 2008-11-14 19:20:24 +00:00
Laurent Destailleur
7a98515bf4 Add option to add log info in commit and rollback functions 2008-11-11 19:03:26 +00:00
Laurent Destailleur
6493af1669 Fix: Bad log level 2008-11-11 18:24:10 +00:00
Laurent Destailleur
f0814afe54 doxygen 2008-11-09 12:54:44 +00:00
Laurent Destailleur
24e95f9a29 Secu: Fix permission must match umask 2008-11-09 00:49:57 +00:00
Laurent Destailleur
881294e109 Add patch to choose separator in phone output 2008-11-09 00:08:52 +00:00
Laurent Destailleur
6d43b166c8 All phone number now show the clicktodial link if module is enabled 2008-11-08 23:14:49 +00:00
Laurent Destailleur
eb081b2d20 Support UTF8 2008-11-08 19:23:00 +00:00
Laurent Destailleur
ed69cd9f72 Fix: Menu entries stored in database are inserted with correct id 2008-11-08 14:43:12 +00:00
Laurent Destailleur
2702eee3da Fix: Warning with PHP4 2008-11-06 01:39:47 +00:00
Laurent Destailleur
3119f8125b function name is more clear 2008-11-06 01:31:57 +00:00
Laurent Destailleur
95921b10c7 Support UTF8 2008-11-05 23:36:59 +00:00
Laurent Destailleur
afd8068d0a Doxygen 2008-11-05 19:46:09 +00:00
Regis Houssin
31fb9c0fec Fix: le total du temps des interventions était faussée 2008-11-03 19:24:41 +00:00
Laurent Destailleur
5ab3da7c76 New: Can define hour and minutes in intervention cards.
New: Can edit a validated intervention.
2008-11-02 22:11:34 +00:00
raphael_bertrand
6b6800f82f add support for other socid forkeign key field name 2008-11-02 00:09:28 +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
ba648f8a85 ical export now support utf8 2008-10-31 02:03:26 +00:00
Laurent Destailleur
447d3c1eae Maxi debug for UTF8 support 2008-10-29 21:26:59 +00:00
Laurent Destailleur
45d8c67e6c Maxi debug for UTF8 support 2008-10-28 23:36:36 +00:00
Laurent Destailleur
156cf92cbb Add weight and size in sendings 2008-10-28 21:39:47 +00:00
Laurent Destailleur
2e9369a27b Added patch from matelli 2008-10-28 00:19:36 +00:00
Laurent Destailleur
0aa9cca4e1 Fix: Date output on UTF8 config return value in correct code 2008-10-26 21:43:51 +00:00
Laurent Destailleur
70b0f0042e Qual: Uniformize use of dolibarr_print_date 2008-10-26 15:55:50 +00:00
Laurent Destailleur
3ac8d5736d Add link to warehouse and bank account in cashdesk page. 2008-10-26 15:18:12 +00:00
Laurent Destailleur
055c4411ff Dolibarr and cashdesk module shares the same cookie 2008-10-26 12:59:56 +00:00
Laurent Destailleur
32801a3655 Enhancement in ecm module 2008-10-26 01:26:18 +00:00
Laurent Destailleur
f67962a049 Enhancement in ecm module 2008-10-26 00:28:11 +00:00
Laurent Destailleur
5424704757 No special chars in filename 2008-10-25 22:54:31 +00:00
Laurent Destailleur
64ff118c37 No special chars in filename 2008-10-25 22:43:27 +00:00
Laurent Destailleur
644839a098 Function dol_string_unaccent works both with iso and utf 2008-10-25 22:23:22 +00:00
Laurent Destailleur
59faec9b4e Rename function to make code cleaner 2008-10-25 21:35:27 +00:00
Laurent Destailleur
dbae510665 No special chars in filename 2008-10-25 21:18:53 +00:00
Laurent Destailleur
211be07fb1 Reduce amount of memory. 2008-10-25 17:27:15 +00:00
Laurent Destailleur
f35e3108d0 doxygen 2008-10-24 01:01:56 +00:00
Laurent Destailleur
2a52f4df8c Sec: Refused to upload hidden files 2008-10-24 00:02:18 +00:00
Laurent Destailleur
8134ced717 Avoid errors on ISP that does not support syslog functions 2008-10-23 17:10:35 +00:00
Laurent Destailleur
6a259176a4 Add option to set mask on new files 2008-10-21 21:27:20 +00:00
Laurent Destailleur
33ee88da19 Doxygen 2008-10-20 23:14:50 +00:00
Laurent Destailleur
91ee242a97 Suuport UTF8 format 2008-10-20 22:12:21 +00:00
Laurent Destailleur
742b775f37 Fix: decimal support for italian language 2008-10-20 02:18:54 +00:00
Laurent Destailleur
bd83f13563 Fix: Bad translation for actions 2008-10-20 00:50:56 +00:00
Laurent Destailleur
955b263a15 Fix: Bad translation for actions 2008-10-20 00:40:15 +00:00
Laurent Destailleur
e6fcbb98b8 Fix in chmod 2008-10-18 18:34:07 +00:00
Laurent Destailleur
af7b8fed4e Add date in error output 2008-10-18 15:43:10 +00:00
Laurent Destailleur
e78facd5da Fix: Can not delete a supplier order line 2008-10-17 15:16:44 +00:00
Laurent Destailleur
7050187012 Fix: A lot of fix in sending/receiving module 2008-10-17 14:43:33 +00:00
Laurent Destailleur
dd3d8084b8 New: changes to support UTF-8 output format 2008-10-17 00:24:44 +00:00
Laurent Destailleur
1cc2bf3190 New: task #8760 : Paramétrage UMask sur fichiers documents 2008-10-13 18:10:26 +00:00
Laurent Destailleur
481e10a18d Enhancement in ecm file navigation 2008-10-13 15:00:27 +00:00
Laurent Destailleur
72fcca6459 Doxygen 2008-10-13 14:14:44 +00:00
Laurent Destailleur
80ca284557 New: Can set session timeout. 2008-10-12 11:41:13 +00:00
Laurent Destailleur
db74ae5c7e Qual: Removed duplicated code 2008-10-10 23:05:27 +00:00
Laurent Destailleur
996bc94a4d doxygen 2008-10-10 22:27:11 +00:00
Laurent Destailleur
d2f1cc20c1 Change to support different page code in HTML output 2008-10-09 17:53:37 +00:00
Laurent Destailleur
248a7d7ee2 Change to support different page code in HTML output 2008-10-09 17:29:32 +00:00
Laurent Destailleur
2f61274a76 New: Input of action is easier. 2008-10-06 21:31:05 +00:00
Laurent Destailleur
cacb4f094a Duplicate link in transaction account view 2008-10-02 23:08:14 +00:00
Laurent Destailleur
4cc27fd401 Patch to add range date in orders: http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html
and add ability to use hour also in contract and invoices range dates.
2008-10-01 22:24:31 +00:00
Laurent Destailleur
828d62677a Text date format is full text 2008-10-01 20:13:19 +00:00
Laurent Destailleur
b262ec547f Fix: http://matelli.fr/showcases/patchs-dolibarr/fix-cleaning-url.html 2008-10-01 19:44:30 +00:00
Laurent Destailleur
23615ca82b Add patch http://www.matelli.fr/showcases/patchs-dolibarr/update-date-range-format.html 2008-09-29 23:59:05 +00:00
Laurent Destailleur
e83bda4f42 Miscellanous enhancements in dolibarr_stringtotime function 2008-09-29 00:17:40 +00:00
Laurent Destailleur
b42a3db71a Better navigation in file manager in ECM module. 2008-09-25 15:54:08 +00:00
Laurent Destailleur
1933acda86 Comments in english 2008-09-25 13:02:32 +00:00
Laurent Destailleur
4d92aa5027 New: Support location in events 2008-09-09 17:57:12 +00:00
Laurent Destailleur
140de8ef45 New: Navigation in ECM module is done like in a file manager. 2008-09-08 23:21:22 +00:00
Laurent Destailleur
ead04cbddc New: Add statistics report for supplier invoices 2008-09-08 07:37:53 +00:00
Laurent Destailleur
dc0b7da9a9 We change mod to allow file to be overwritten if dump is launched from command line or a web session. 2008-09-07 10:24:41 +00:00
Laurent Destailleur
7535c7cdb9 We change mod to allow file to be overwritten if dump is launched from command line or a web session. 2008-09-07 10:23:35 +00:00
Laurent Destailleur
149aee5615 We change mod to allow file to be overwritten if dump is launched from command line or a web session. 2008-09-07 10:23:35 +00:00
Laurent Destailleur
956f530ae2 Optimized memory used by database handlers 2008-09-05 23:49:40 +00:00
Laurent Destailleur
76ca030ec4 Install process use Mysql files whatever is database handler choosed. 2008-09-05 23:38:14 +00:00
Laurent Destailleur
73eb0de564 Optimized memory used by database handlers 2008-09-05 23:08:07 +00:00
Laurent Destailleur
c9060f817d Qual: Merge code between late unpayed invoices and unpayed invoices. 2008-09-04 19:47:46 +00:00
Laurent Destailleur
31eaa7c163 Support bookmark add of product cards 2008-09-04 17:56:55 +00:00
Laurent Destailleur
c7e0c1f3cb Fix: Bad link 2008-09-04 17:02:38 +00:00
Laurent Destailleur
dddb23e3bb Enhancement of ECM module 2008-09-02 13:15:25 +00:00
Laurent Destailleur
25d6387eae Enhancements in ecm module 2008-09-02 00:27:05 +00:00
Laurent Destailleur
1d54c654fa Isolate code of treeview in a lib 2008-09-01 21:51:38 +00:00
Laurent Destailleur
8c05a9851e Doxygen 2008-08-29 23:07:22 +00:00
Laurent Destailleur
b14e380380 Doxygen 2008-08-29 22:44:15 +00:00
Laurent Destailleur
c7cc9aa591 Doxygen 2008-08-29 22:42:35 +00:00
Laurent Destailleur
2d27a946a0 Reduce memory required between 0 to 40ko by page call. 2008-08-29 20:18:28 +00:00
Laurent Destailleur
9b89360f91 Add patch from patrick raguin to add the pdf unpayed concatenation feature. 2008-08-28 00:53:47 +00:00
Laurent Destailleur
79eb1e85a8 Debug barcode module 2008-08-28 00:31:27 +00:00
Laurent Destailleur
2819aa1ed2 Add patch from patrick raguin to support barcode on third parties 2008-08-28 00:07:52 +00:00
Laurent Destailleur
8411203632 Add patch from patrick raguin to support minimum for a price 2008-08-27 23:00:37 +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
76ba8b29a2 Fix: Pb in local decimal format for fr_BE 2008-08-27 17:23:37 +00:00
Laurent Destailleur
f50b5fb4b1 New: Added TSV in export formats 2008-08-25 07:16:16 +00:00
Laurent Destailleur
910107975a Add option MAIN_MAIL_ALLOW_SENDMAIL_F 2008-08-20 19:21:16 +00:00
Rodolphe Quiedeville
d12497fc0a Add return-path on command line option 2008-08-20 09:25:41 +00:00
Laurent Destailleur
c908cf925f Fix: Bad setter 2008-08-19 21:08:14 +00:00
raphael_bertrand
9f236910b4 doxygen 2008-08-19 13:36:56 +00:00
raphael_bertrand
bd47db68a1 write access restriction update for scripts using the new feature2 param 2008-08-19 13:35:16 +00:00
Laurent Destailleur
5ffa63426c Fix: Pb in float number with non fr languages 2008-08-17 21:13:21 +00:00
Laurent Destailleur
98fcf46c3a Fix: error if agenda module not enabled 2008-08-13 13:44:05 +00:00
Laurent Destailleur
d0891e2850 Fix: Encryption of password in file 2008-08-13 13:39:30 +00:00
Laurent Destailleur
4c481a17b3 Modif utf 2008-08-12 18:28:10 +00:00
Laurent Destailleur
1a911fc38a Fix: Pb with floating operations 2008-08-08 22:12:27 +00:00
Laurent Destailleur
d8d5dbbf21 Fix: encoding for ical export 2008-08-07 22:09:28 +00:00
Laurent Destailleur
93ee75291d Fix: mysqli works on localhost 2008-08-07 17:11:05 +00:00
raphael_bertrand
d7a8e44db5 Doxygen 2008-08-07 16:00:24 +00:00
Laurent Destailleur
342853591f Lang: Translation more clear 2008-08-07 06:33:35 +00:00
Laurent Destailleur
d1e66db5ff Change back 2008-08-06 14:58:26 +00:00
Laurent Destailleur
d0cbd05e0d Remove duplicate code 2008-08-06 14:50:06 +00:00
raphael_bertrand
95068050b0 Auto PageBreak ehancement with linebreaks anticipation 2008-08-06 14:23:26 +00:00
Laurent Destailleur
c705e1d91f Fix: mime type 2008-08-03 22:50:32 +00:00
Laurent Destailleur
327c74d35d Fix: Link was to short 2008-08-03 11:34:47 +00:00
Laurent Destailleur
4c1347d030 Fix: Log level for error must be LOG_ERR and not LOG_ERROR 2008-08-02 11:50:21 +00:00
Laurent Destailleur
5e51110f33 Fix: Log level for error must be LOG_ERR and not LOG_ERROR 2008-08-02 11:50:21 +00:00
Laurent Destailleur
5b01f35870 Fix: Log level for error must be LOG_ERR and not LOG_ERROR 2008-08-02 11:44:17 +00:00
Laurent Destailleur
40418d0d38 New: Add a module to select email targets from a file in email module 2008-08-01 20:59:33 +00:00
Laurent Destailleur
90c45ac373 Fix: Add social contributions in budget 2008-07-31 17:48:14 +00:00
Laurent Destailleur
83d240fbd9 Fix: Add social contributions in budget 2008-07-31 16:30:43 +00:00
Laurent Destailleur
5d95afa149 Fix: Add social contributions in budget 2008-07-31 16:07:40 +00:00
Laurent Destailleur
baae1aa998 Fix: Currency translation and prof id in PDF 2008-07-31 14:16:17 +00:00
Laurent Destailleur
897152a924 Qual: Removed duplicate code 2008-07-29 19:20:33 +00:00
Laurent Destailleur
6577bdddea Fix: Pb in date management 2008-07-29 05:04:56 +00:00
Laurent Destailleur
2e593b94b4 Doxygen 2008-07-29 04:08:06 +00:00
Laurent Destailleur
5f4ded10da Fix: Date must be GTM in agenda export 2008-07-28 21:20:23 +00:00
Laurent Destailleur
59efd19d2f Fix: Intra VAt value was not cleaned 2008-07-28 00:56:15 +00:00
Laurent Destailleur
f3a178d050 Qual: Removed duplicate code 2008-07-27 21:22:44 +00:00
Laurent Destailleur
a6c6d19b3f Fix: Pb with recurrent invoice 2008-07-26 14:48:22 +00:00
Laurent Destailleur
d1c615ef14 Fix: Pb in selecting rule for stock management 2008-07-26 12:10:24 +00:00
Laurent Destailleur
6395d1e4fb New: Add option MAIN_AUTOFILL_DATE 2008-07-17 22:11:45 +00:00
Laurent Destailleur
d4a85a6625 Fix: Remove log 2008-07-17 16:28:49 +00:00
Laurent Destailleur
2e18666d5d Fix: Pb with file attachment if mail is HTML 2008-07-16 23:37:34 +00:00
Laurent Destailleur
92cc51d9ed Fix: Detection if html tag already in mail content 2008-07-16 16:48:50 +00:00
Laurent Destailleur
3088596dc0 Fix: Bug 23775 2008-07-15 00:57:36 +00:00
Laurent Destailleur
5a54c49182 Fix: Products on hold are not reported in list with ajax selector 2008-07-11 14:37:51 +00:00
Laurent Destailleur
92b137b671 Fix: bad select if a filter is provided 2008-07-07 13:03:54 +00:00
Laurent Destailleur
6d8755edd4 Fix: Maxi bug. Value for date used in object numbering module was current date instead of date of object. 2008-07-05 14:20:03 +00:00
Laurent Destailleur
895543d72f Fix: Patch Samuel 2008-06-28 23:35:28 +00:00
Laurent Destailleur
c0852b1a87 Fix: PDF soleil 2008-06-20 22:39:45 +00:00
Laurent Destailleur
fb982b6fd3 Add tag {cccc0000} in generic numering modules (from a work of Raphael) 2008-06-20 21:10:24 +00:00
Regis Houssin
41b76fbe87 Fix: incorrect link in auguria menu 2008-06-17 08:10:29 +00:00
Laurent Destailleur
3e0cd4a9b4 Fix: Bad values for properties 2008-06-14 10:53:12 +00:00
Laurent Destailleur
1390a2af60 Fix: Wrong parent fk id when enabling auguria module. 2008-06-10 18:29:23 +00:00
Laurent Destailleur
63d6a555d8 Fix: Bad link to png 2008-05-28 01:04:02 +00:00
Laurent Destailleur
194b985440 Fix: Wrong permission test 2008-05-27 00:31:56 +00:00
Laurent Destailleur
5c10a7e4c2 Maxi debuggage de la gestion des expeditions.
La gestion des bons de livraisons ne marche pas car la table llx_co_liv n'est pas alimentée
2008-05-20 00:09:11 +00:00
Laurent Destailleur
626c235816 Fix: Added cheque menus in menus 2008-05-19 19:32:08 +00:00
Laurent Destailleur
a14623066c New: Added css declaration of ajax popup in themes 2008-05-18 12:25:51 +00:00
Laurent Destailleur
d0352880c8 Fix: bug #22312 : encodage mail 2008-05-17 00:22:37 +00:00
Laurent Destailleur
8a6b8c09f1 Fix: Bad value in log 2008-05-16 18:56:19 +00:00
Laurent Destailleur
614c52b2c0 Fix: Bad sort order 2008-05-16 02:35:13 +00:00
Laurent Destailleur
64c4df446a Fix: We need to change the vatrate when changing the price 2008-05-13 22:53:31 +00:00
Laurent Destailleur
22924961f9 Fix: Date action agenda is wrong (datea and datea2 must not be used). 2008-05-07 01:10:27 +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
6b2ea02412 Fix: Generating of reports for action use a good page break. Added page nb in report. 2008-05-02 19:19:02 +00:00
Regis Houssin
9e416ee936 fckeditor updated to version 2.6 2008-05-02 09:23:36 +00:00
Laurent Destailleur
1fa8bbf08e Add mime picto 2008-04-30 00:18:35 +00:00
Laurent Destailleur
79306a55d3 Some enhancements in ecm module 2008-04-29 23:49:00 +00:00
Laurent Destailleur
24bb2ca1d4 Directory to store files follow same tree than tree of sections 2008-04-29 21:13:49 +00:00
Laurent Destailleur
3062b49bbe Add a card on each ecm section 2008-04-28 21:56:42 +00:00
Laurent Destailleur
9d43f5ff0e Module GED accepte creation hierarchie de répertoires et fichiers en upload. 2008-04-28 21:19:01 +00:00
Laurent Destailleur
19c68b75c2 Add library files for files processing 2008-04-28 20:49:59 +00:00
Laurent Destailleur
29d11d7aba Add rss export in agenda module 2008-04-27 22:07:35 +00:00
Laurent Destailleur
8aa261fb8f Add rss export in agenda module 2008-04-27 20:58:11 +00:00
Laurent Destailleur
cbfcd1c7e8 Add rss export in agenda module 2008-04-27 20:31:15 +00:00
Laurent Destailleur
07b08d07de Fix: Date for actions 2008-04-27 11:41:20 +00:00
Laurent Destailleur
6df527526a Qual: Clean unused code. 2008-04-21 13:17:36 +00:00
Laurent Destailleur
dc9ef3aa2e Doxygen 2008-04-21 13:04:19 +00:00
Laurent Destailleur
9fd78b04a7 New: Add dm3 in volume unit 2008-04-21 12:23:08 +00:00
Laurent Destailleur
db20846989 Fix: space missing in order syntax in database handlers 2008-04-21 11:52:30 +00:00
Laurent Destailleur
b105a01dc7 Add feature level in error report function 2008-04-21 11:39:17 +00:00
Laurent Destailleur
abe025686b Qual: Move graphic thermometer function to images.lib.php library. 2008-04-20 04:31:31 +00:00
Laurent Destailleur
bd88573d1c Qual: All library files must be in lib directory and called *.lib.php 2008-04-20 04:24:00 +00:00
Laurent Destailleur
c5898b74b0 New: syslog is configured on document directory by default. This make enabled module easier for unexperienced users. 2008-04-19 20:57:29 +00:00
Laurent Destailleur
3a7b67a4cd Fix: HTML standard 2008-04-19 20:13:17 +00:00
Laurent Destailleur
5e4f47a8d7 Fix: Support option mysql strict for orders creation
New: Add a tab referers in project card.
Qual: Mutualize all code for project referers view
2008-04-19 17:26:41 +00:00
Laurent Destailleur
30747f3256 Fix: Click to dial picto is shown only if module configured 2008-04-17 12:04:40 +00:00
Laurent Destailleur
d1edb63eec Qual: code simplification 2008-04-17 11:30:04 +00:00
Laurent Destailleur
61a2df3919 New: Add action "Test server connectivity" 2008-04-16 23:11:45 +00:00
Laurent Destailleur
0c1e3531a7 New: Add events in agenda with hour. Support for events on several days. 2008-04-16 01:04:12 +00:00
Laurent Destailleur
063fa37f4f Euro symbols on text description dos not creat bad pdf coding 2008-04-13 22:30:09 +00:00
Laurent Destailleur
7335e61176 Change to allow module to use img_picto with their own images 2008-04-13 19:53:39 +00:00
Laurent Destailleur
d5ccb222e8 Reorganize functions 2008-04-09 18:13:45 +00:00