Marcos García de La Fuente
56abf1cd72
Removed duplicated SQL error logging
2014-06-13 02:28:30 +02:00
Marcos García de La Fuente
88cd5dec40
More substitutions
2014-06-13 01:42:00 +02:00
Marcos García de La Fuente
ca0a6cb307
Removed SQL string from call debug log
2014-06-13 01:34:39 +02:00
Florian HENRY
f796a6408e
Do not display dictionnay for non activated module
2014-06-12 15:28:11 +02:00
Marcos García de La Fuente
7e7958cf73
Removed SQL errors as they are logged by the database handler
2014-06-12 13:49:05 +02:00
Marcos García de La Fuente
9fbd7806f0
More substitutions
2014-06-12 11:31:53 +02:00
Marcos García de La Fuente
ae4bd4445e
Moved dol_syslog query log to the database handler and decreased report level to DEBUG
2014-06-09 15:49:54 +02:00
Laurent Destailleur
b124007c8c
Merge remote-tracking branch 'origin/3.5' into develop
2014-06-09 15:30:41 +02:00
Laurent Destailleur
9ba4b53a88
Merge pull request #1645 from FHenry/3.5
...
Start fix [ bug #1437 ] Securitu Issue
2014-06-09 15:10:55 +02:00
Florian HENRY
77a9d4eb71
Start fix [ bug #1437 ] Securitu Issue
...
Some of them can be fix, because GETPOST even with 'alpha' test do not
warn if input is
"2%2F0%2F1234%3cscript%3ealert%2893275%29%3c%2fscript%3e"
for exemple
I don't have magical solution for this kind of security issue
2014-06-09 12:34:10 +02:00
Laurent Destailleur
768163c6fc
Fix: Easy fix to solve pb with pagebreak when adding image
2014-06-06 12:57:12 +02:00
Laurent Destailleur
171227e43a
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
htdocs/core/class/html.formfile.class.php
2014-06-06 12:00:21 +02:00
Laurent Destailleur
905f700136
Fix: Pb with pagebreak when adding image
2014-06-06 11:57:45 +02:00
Laurent Destailleur
ccca46f380
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
htdocs/comm/propal.php
htdocs/comm/propal/list.php
htdocs/commande/fiche.php
htdocs/compta/facture.php
htdocs/core/lib/functions.lib.php
htdocs/expedition/note.php
htdocs/fourn/commande/liste.php
htdocs/fourn/facture/fiche.php
htdocs/main.inc.php
htdocs/projet/tasks/index.php
htdocs/theme/eldy/style.css.php
2014-05-29 19:20:48 +02:00
Laurent Destailleur
1557d8973f
Fix: [ bug #1403 ] suppression d'une fiche produit impossible
2014-05-26 23:12:47 +02:00
Raphaël Doursenaud
c48c3a9d91
Qual: remove PHP closing tag (again)
...
These were reintroduced by careless merge
2014-05-26 13:51:25 +02:00
Laurent Destailleur
ae01c785c5
Fix: Do not show ref supplier title if ref_supplier not set (currently
...
always the case with 3.5).
2014-05-25 03:57:13 +02:00
Laurent Destailleur
9bc1a6b4f5
Fix: favicon must use dol_buildpath and not hardcoded path
...
Conflicts:
htdocs/core/lib/security2.lib.php
2014-05-24 18:29:22 +02:00
Laurent Destailleur
44ebaf45cf
Fix: favicon must use dol_buildpath and not hardcoded path
2014-05-24 18:21:05 +02:00
Laurent Destailleur
872e764c94
Fix: html detection was not working with hx tags.
2014-05-24 14:57:41 +02:00
Laurent Destailleur
43bf9ba890
Fix: Import of ical files was broken
...
Fix: Can import of ical files from BlueMind.
2014-05-23 04:28:57 +02:00
Laurent Destailleur
94335b186e
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
htdocs/core/modules/propale/mod_propale_marbre.php
2014-05-21 20:30:07 +02:00
Laurent Destailleur
4a7e9e4d0b
Fix: CRLF
2014-05-21 19:54:40 +02:00
Laurent Destailleur
366bd64c4f
Fix: When number reach 9999 with default numbering module, next number
...
will be 10000 instead of 0000 and error.
2014-05-21 19:44:53 +02:00
Raphaël Doursenaud
00162cc93d
Members: fixed typo
2014-05-19 14:38:26 +02:00
Laurent Destailleur
15796ec592
Fix: checkstyle errors
2014-05-14 12:19:45 +02:00
Laurent Destailleur
b3b7da8f08
Merge pull request #1595 from FHenry/develop
...
Add showempty into combobox
2014-05-14 11:46:35 +02:00
Laurent Destailleur
757d92a318
Merge pull request #1589 from aternatik/resource_core
...
Core integration of resource module
2014-05-14 11:25:25 +02:00
Laurent Destailleur
f621f7eb32
Fix: The rounding mode is now forced when provided explicitly and no
...
more by default (we keep data intact when no mode provided).
2014-05-13 13:22:29 +02:00
Florian HENRY
b6f091926f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2014-05-13 11:40:39 +02:00
Florian HENRY
d2e2dabf26
Add showempty into combobox
2014-05-13 11:40:19 +02:00
Laurent Destailleur
69eaefc459
Fix: The way we tested if a ref/id already exists was wrong. Introduce a
...
common static method for this. Removed verifNumRef method.
Fix: Add missing logs
2014-05-13 10:12:45 +02:00
Laurent Destailleur
64f8dcf131
Fix: Bad syntax of vars
2014-05-12 12:10:52 +02:00
Jean-François Ferry
b3f7e9f99b
Fix : bad usage of this
2014-05-10 22:07:54 +02:00
Jean-François Ferry
e4962e9efd
Add resource card
2014-05-10 22:07:13 +02:00
Jean-François Ferry
fdb50ab116
Move generic function from commonobject.class to functions2.lib.php (work on resource module)
2014-05-10 22:06:22 +02:00
Laurent Destailleur
2bac66fd52
Merge remote-tracking branch 'origin/3.5' into develop
2014-05-10 19:53:06 +02:00
Laurent Destailleur
f95c87f1d6
Fix: [ bug #1374 ] Salaries module requires "Special costs" module to
...
work but it does not enable it
2014-05-10 18:57:04 +02:00
Laurent Destailleur
1724fd2f89
Merge branch '3.5' of git@github.com:Dolibarr/dolibarr.git into 3.5
2014-05-10 16:44:12 +02:00
Laurent Destailleur
4e41b721fb
Fix: Nb of notes and doc not visible onto tasks.
2014-05-10 16:43:47 +02:00
Florian HENRY
2aa2f896c6
Merge branch '3.5' of git@github.com:Dolibarr/dolibarr.git into 3.5
2014-05-09 13:28:45 +02:00
Florian HENRY
02e0fac79f
"or" into if instead of ||
2014-05-09 13:28:29 +02:00
Laurent Destailleur
7bfbc4cbf3
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
htdocs/core/modules/modExpedition.class.php
htdocs/projet/class/project.class.php
2014-05-07 19:30:19 +02:00
Laurent Destailleur
4bf86508a5
Merge pull request #1583 from FHenry/3.5
...
Fix error return project deletion
2014-05-07 19:25:02 +02:00
Laurent Destailleur
16b3ec8923
Fix: concat of string must use dol_concat.
2014-05-07 19:06:47 +02:00
Laurent Destailleur
1bc3558307
Fix: Better html detection
2014-05-07 19:06:15 +02:00
Florian HENRY
0e2497e710
[ bug #1377 ] Warning: get_class() called without object from outside a
...
class
2014-05-07 18:19:46 +02:00
Florian HENRY
395e09d64d
fix warning message into function2.lib.php
2014-05-07 17:25:50 +02:00
Laurent Destailleur
845f764f93
Increase default size of image
2014-05-07 12:21:14 +02:00
Laurent Destailleur
9f795331f5
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
ChangeLog
build/debian/changelog
build/doxygen/dolibarr-doxygen.doxyfile
build/exe/doliwamp/doliwamp.iss
build/perl/virtualmin/dolibarr.pl
build/rpm/dolibarr_fedora.spec
build/rpm/dolibarr_generic.spec
build/rpm/dolibarr_mandriva.spec
build/rpm/dolibarr_opensuse.spec
htdocs/compta/paiement_charge.php
htdocs/compta/sociales/charges.php
htdocs/core/db/mysql.class.php
htdocs/filefunc.inc.php
htdocs/societe/class/societe.class.php
2014-05-06 23:58:17 +02:00