Marcos García
07dcb07fd2
Created a modular syslog handler system
...
I've split all log handlers into classes so that people can make
new log handler systems without making changes to the core.
Also, now every log handler can handle how and what will be logged.
2012-10-16 02:01:37 +02:00
Laurent Destailleur
5dff8dbc6d
New: Avoid horizontal scroll on standard resolution.
2012-10-15 23:13:28 +02:00
Laurent Destailleur
e34cdb76e8
Fix: Translation
2012-10-15 23:02:52 +02:00
Laurent Destailleur
df3c1ca644
Fix: Showing rate
2012-10-15 22:13:39 +02:00
Laurent Destailleur
7a7e2b6873
Fix: Error management
2012-10-15 21:42:17 +02:00
Laurent Destailleur
0dbc7ebb25
Fix: error management
2012-10-15 21:31:46 +02:00
Laurent Destailleur
354e673d92
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2012-10-15 20:54:11 +02:00
Laurent Destailleur
6f93e9cdac
Fix: Can delete even if data corrupted (fk_bank set but entry removed
...
manually into llx_bank).
2012-10-15 20:53:49 +02:00
Regis Houssin
d40a862203
Merge pull request #448 from marcosgdf/minor
...
Fixed PHP warning on MailmanSPIP module
2012-10-15 00:06:13 -07:00
Marcos García
59e8964bc5
Fixed PHP warning on MailmanSPIP module
...
Also simplified the code and removed unused variables from it
2012-10-14 23:56:28 +02:00
Laurent Destailleur
70ae16f89e
Merge pull request #447 from simnandez/develop
...
New: More import options. Warehouses
2012-10-14 14:43:35 -07:00
Laurent Destailleur
118ec8277b
Fix: Old data store
2012-10-14 13:27:18 +02:00
Laurent Destailleur
325d47c882
Fix: Creation of notes was not using DolEditor class.
2012-10-14 13:18:52 +02:00
Laurent Destailleur
4a3ade6264
Update doc
2012-10-13 18:09:00 +02:00
simnandez
6f799f8e16
New: More import options. Warehouses
2012-10-13 18:02:43 +02:00
Laurent Destailleur
153997432f
Fix: Several fix.
...
New: Also allow to enter a payment with a negative value on an invoice
and positive onto other.
2012-10-13 17:00:38 +02:00
Laurent Destailleur
8ff506b120
Sec: Sanitize all params page, sortfield and sortorder
2012-10-13 14:47:46 +02:00
Laurent Destailleur
ac38954c17
Fix: Regression selectlang choice
...
Fix: Regression conf file was not saved successfully.
2012-10-13 13:56:37 +02:00
Laurent Destailleur
2a8095f3de
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2012-10-13 13:03:57 +02:00
Laurent Destailleur
7385ea15db
Doxygen
2012-10-13 13:03:39 +02:00
Regis Houssin
df1e4a401a
Fix: convert line delimiters
...
Info: the last Eclipse version fix this problem
2012-10-13 11:42:58 +02:00
Regis Houssin
a12d453d38
Fix: security
2012-10-13 11:41:17 +02:00
Regis Houssin
67f40fcd1e
Fix: works on security
2012-10-13 10:39:16 +02:00
Laurent Destailleur
091966902e
Fix: for special_code=3
2012-10-12 22:18:31 +02:00
Laurent Destailleur
6046feda11
Restore border into PDF
2012-10-11 09:42:47 +02:00
Laurent Destailleur
8162dd301b
Add doc
2012-10-10 20:45:39 +02:00
Laurent Destailleur
be810f891b
Fix: Bad value into dump
2012-10-10 16:01:00 +02:00
Laurent Destailleur
6a7a982688
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2012-10-10 15:07:41 +02:00
Laurent Destailleur
4aebaf22ae
Fix: Avoid wrap on amount
2012-10-10 15:06:02 +02:00
Regis Houssin
10bd942328
Fix: customer ref is very important for a best traceability
2012-10-10 12:04:08 +02:00
Regis Houssin
62f170d3d7
Fix: add escape
2012-10-09 20:23:02 +02:00
Regis Houssin
edb6195cc2
Fix: add similitude test
2012-10-09 20:08:54 +02:00
Regis Houssin
925af263fc
Fix: best test
2012-10-09 18:54:21 +02:00
Regis Houssin
3abb1b88ff
Fix: best method
2012-10-09 18:33:02 +02:00
Regis Houssin
6791d23032
Fix: use asterisk for define the percentage
2012-10-09 18:21:12 +02:00
Regis Houssin
a20f7094ef
Fix: refactore
2012-10-09 18:11:51 +02:00
Regis Houssin
74dd4ce218
Fix: possibility to force the clause
2012-10-09 18:06:59 +02:00
Regis Houssin
337cb0faa5
Fix: add not exact method
2012-10-09 17:47:58 +02:00
Regis Houssin
9f43d8613c
Fix: missing clean parameters
2012-10-09 16:59:19 +02:00
Regis Houssin
8486f9d85d
Fix: missing spaces
2012-10-09 16:33:28 +02:00
Regis Houssin
7cde9ab668
New: add search method with case sensibility and filters
2012-10-09 15:49:42 +02:00
Laurent Destailleur
8b4886073c
Fix: Removed the FIXME. This is supported by the pgsql driver.
2012-10-09 12:03:39 +02:00
Laurent Destailleur
4413613d14
Another better fix.
2012-10-09 11:56:39 +02:00
Laurent Destailleur
1725561c34
Better security fix: Using GETPOST does not fix all cases, also the real
...
bug (missing escaping information when using it) was not fixed.
2012-10-09 11:42:38 +02:00
Regis Houssin
72a1194d14
Fix: search with case sensitive method
...
FIXME: Mysql "LIKE" is case insensitive by default and use LIKE BINARY
for case sensitive, Pgsql "LIKE" is case sensitive by default, and use
ILIKE for case insensitive
2012-10-09 10:57:15 +02:00
Regis Houssin
a814ea7924
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-10-09 09:34:57 +02:00
Regis Houssin
4cd702bb1a
Fix: prevent XSS and SQL injection
2012-10-09 09:34:12 +02:00
Regis Houssin
044ec61aba
Merge pull request #446 from atm-maxime/develop
...
Task # 186 : Forgot to add the new box in the mod definition...
2012-10-08 23:50:49 -07:00
Regis Houssin
bfee8553f0
Merge pull request #445 from atm-maxime/mko543
...
Bug # 543 and # 570 : contact address is now used in recipient block and...
2012-10-08 23:50:29 -07:00
Regis Houssin
d61a8ee947
Fix: missing comma
2012-10-09 08:47:11 +02:00