Commit Graph

19055 Commits

Author SHA1 Message Date
Laurent Destailleur
04ca16df2b Fix: W3C standard 2009-05-26 22:57:57 +00:00
Laurent Destailleur
75ecac5768 Fix: W3C standard 2009-05-26 22:50:36 +00:00
Regis Houssin
fa55e65e54 Fix: Disables token renewal in Ajax request 2009-05-26 17:01:18 +00:00
Regis Houssin
1f8b2d0d3a Fix: error in upgrade mode 2009-05-26 13:17:35 +00:00
Regis Houssin
f370a81bc4 Fix: errors in upgrade 2009-05-26 12:54:32 +00:00
Regis Houssin
daab595b57 Fix: clause with entity 2009-05-26 12:39:24 +00:00
Regis Houssin
d70beb872c Fix: errors in upgrade 2009-05-26 12:25:26 +00:00
Juanjo Menent
d0a52a43a8 Bat translation 2009-05-25 15:55:47 +00:00
Juanjo Menent
e0a230060a Can add a field errors-to to emailings 2009-05-25 08:15:41 +00:00
Laurent Destailleur
82d97b1ee1 Can add a field errors-to to emailings 2009-05-24 22:11:46 +00:00
Laurent Destailleur
c50d2cea03 Can add a field errors-to to emailings 2009-05-24 22:01:19 +00:00
Laurent Destailleur
824969bfa3 Fix: Send to cc and bcc was not working with SMTPs handler 2009-05-24 21:43:33 +00:00
Laurent Destailleur
fbf0747e0c Fix: Correct bugs in simplemail class that did not handle multi recipients correctly. 2009-05-24 21:30:37 +00:00
Laurent Destailleur
c5effe4caf Fix: Pb in error management 2009-05-24 20:01:43 +00:00
Laurent Destailleur
49d8233eb8 Isolate code for simplemail 2009-05-24 20:01:25 +00:00
Laurent Destailleur
003208bc96 Disable the CSRF protection if we are in a development instance (to be able to do test and send post from tools). 2009-05-24 19:04:25 +00:00
Laurent Destailleur
d1749dca57 Fix: Typo error 2009-05-24 18:43:23 +00:00
Laurent Destailleur
711c62d025 Fix: Typo error 2009-05-24 18:36:34 +00:00
Laurent Destailleur
e86917a148 Renamed conf->cookie_cryptkey into conf->file->cookie_cryptkey. The goal is to have all parameters defined inside file conf.php to be in $conf->file->xxx. Excep for database that are stored in $conf->db (historic reasons). This make code easier to understand and to know origine of a value (file or database). 2009-05-24 00:19:06 +00:00
Regis Houssin
29b707d380 Add: just used cookie for remind last user and last entity
Look: use cookie for view logo of last used entity
2009-05-23 17:56:01 +00:00
Regis Houssin
f45caf216f Add: just used cookie for remind last user and last entity
Look: use cookie for view logo of last used entity
2009-05-23 17:44:36 +00:00
Regis Houssin
1420692e53 Add: view last user and last entity in login page if cookie is enabled 2009-05-23 15:35:02 +00:00
Laurent Destailleur
2e48d482aa Fix: Can handle translation keys containing \" 2009-05-22 22:18:59 +00:00
Juanjo Menent
ed49d8e388 New: Add a new emailing selector 2009-05-22 16:22:22 +00:00
Laurent Destailleur
d8281abae3 Fix: Everybody should be able to make exports 2009-05-22 15:57:47 +00:00
Laurent Destailleur
d580670e0e New: Add a new emailing selector 2009-05-22 15:45:31 +00:00
Regis Houssin
23ce17b308 Add: entity cookie just used for the login page 2009-05-22 15:38:09 +00:00
Regis Houssin
6f163a94a8 Add: entity cookie just used for the login page 2009-05-22 15:24:32 +00:00
Laurent Destailleur
b8af89aae3 Fix: Function was truncated lines ended with n and r 2009-05-22 15:15:11 +00:00
Laurent Destailleur
47d77ba51b Fix: Try to fix expand pb 2009-05-22 15:06:17 +00:00
Laurent Destailleur
61bb79f8ce Fix: Try to fix expand pb 2009-05-22 15:00:40 +00:00
Juanjo Menent
1f50293155 Work on import module 2009-05-22 07:34:02 +00:00
Laurent Destailleur
2f61a2e994 Add a DOAP descriptor file 2009-05-22 01:57:40 +00:00
Laurent Destailleur
cf175016f4 Add a DOAP descriptor file 2009-05-22 01:21:18 +00:00
Laurent Destailleur
dee8526541 Add a DOAP descriptor file 2009-05-22 01:01:23 +00:00
Laurent Destailleur
8e167d3f80 Qual: Now creation of session is done before the loading of conf. This make code much easier to understand. 2009-05-22 00:20:45 +00:00
Laurent Destailleur
0c6606a260 Fix: Default value is old value 2009-05-21 23:54:00 +00:00
Laurent Destailleur
a687f859d5 Work on import module 2009-05-21 23:45:20 +00:00
Laurent Destailleur
cfe31513f2 Cashdesk module works with same driver than dolibarr 2009-05-21 22:55:53 +00:00
Laurent Destailleur
fb0e668fc0 Qual: Now creation of session is done before the loading of conf. This make code much easier to understand. 2009-05-21 22:28:05 +00:00
Laurent Destailleur
63b5f67069 Remove not required information 2009-05-21 21:50:36 +00:00
Laurent Destailleur
dde04e3dd3 Add info on session storage directory 2009-05-21 21:48:53 +00:00
Laurent Destailleur
e4090f63b1 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 21:37:45 +00:00
Laurent Destailleur
9d57b9ec71 Add message to avoid to search 2009-05-21 17:45:13 +00:00
Laurent Destailleur
8332aaa952 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 14:07:25 +00:00
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
Laurent Destailleur
8fe962991f Add logo with no transparency 2009-05-20 23:50:45 +00:00
Regis Houssin
ee350b7352 Fix: ouverture d'une session temporaire de securite pour stocker une de cryptage aléatoire pour
encryption du cookie
2009-05-20 18:23:02 +00:00
Regis Houssin
3786711822 Fix: ouverture d'une session temporaire de securite pour stocker une de cryptage aléatoire pour
encryption du cookie
2009-05-20 18:18:25 +00:00
Regis Houssin
43ee2c4acb Fix: ouverture d'une session temporaire de securite pour stocker une de cryptage aléatoire pour
encryption du cookie
2009-05-20 18:18:25 +00:00