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 |
|
Regis Houssin
|
f0fd274206
|
Fix: invalid value
|
2009-05-20 17:00:49 +00:00 |
|
Regis Houssin
|
77dd754fc3
|
Fix: some errors
|
2009-05-20 11:33:44 +00:00 |
|
Laurent Destailleur
|
426d948bb3
|
Add error management
|
2009-05-20 11:20:49 +00:00 |
|
Laurent Destailleur
|
c13477f860
|
Work on import module
|
2009-05-20 11:09:56 +00:00 |
|
Juanjo Menent
|
841869ede5
|
Work on import module
|
2009-05-20 06:42:25 +00:00 |
|
Regis Houssin
|
f64dc1612d
|
Fix: no accent
|
2009-05-19 21:57:12 +00:00 |
|
Regis Houssin
|
1437913f39
|
Fix: remplace rand par mt_rand plus performant
|
2009-05-19 21:51:08 +00:00 |
|
Regis Houssin
|
572a89e1d3
|
Fix: protection faille CSRF
|
2009-05-19 21:08:17 +00:00 |
|
Regis Houssin
|
63cbd5a24e
|
Fix: protection faille CSRF
|
2009-05-19 20:59:20 +00:00 |
|
Regis Houssin
|
16e91bf213
|
Fix: no accent
|
2009-05-19 20:19:45 +00:00 |
|
Regis Houssin
|
1082ec7d6a
|
Fix: no accent
|
2009-05-19 20:19:45 +00:00 |
|
Regis Houssin
|
d0606e4945
|
Fix: code homogène
|
2009-05-19 20:10:27 +00:00 |
|
Regis Houssin
|
71abc830aa
|
Add: class for parse and retrieve information from XLS files
|
2009-05-19 18:33:45 +00:00 |
|
Laurent Destailleur
|
75471b89ee
|
Work on import module
|
2009-05-19 18:11:47 +00:00 |
|
Regis Houssin
|
e02f581114
|
Fix: error sql
|
2009-05-19 17:21:19 +00:00 |
|