Laurent Destailleur
|
a892a3fe71
|
Fix info of collation is wrong on log
|
2018-01-19 12:10:03 +01:00 |
|
Laurent Destailleur
|
8189be0ac4
|
Fix warning
|
2017-12-11 14:17:26 +01:00 |
|
Laurent Destailleur
|
a9d3e90b70
|
Big debug of accountancy module
|
2017-11-27 21:53:22 +01:00 |
|
Laurent Destailleur
|
a630e665d9
|
Work on modulebuilder
|
2017-11-21 11:50:57 +01:00 |
|
Laurent Destailleur
|
fcf82f1163
|
Enhancement into setup of member module
|
2017-09-12 11:17:23 +02:00 |
|
Laurent Destailleur
|
c6cbf2345d
|
FIX Management of default value in extrafields when default is '0'
|
2017-09-03 14:25:54 +02:00 |
|
Laurent Destailleur
|
3beee569a6
|
Enhance support of default value in extrafields
|
2017-09-02 15:18:41 +02:00 |
|
Laurent Destailleur
|
77f5952318
|
Fix pgsql compatibility
|
2017-07-04 11:18:48 +02:00 |
|
Laurent Destailleur
|
aa1351d483
|
Fix to be sure database is not created using utf8mb4 (not yet supported)
|
2017-07-03 01:10:09 +02:00 |
|
Laurent Destailleur
|
1e1028605d
|
FIX If mysql server is distant, the creation of user must use % as host
with mysql.
|
2016-12-23 00:23:57 +01:00 |
|
Laurent Destailleur
|
608ca669fd
|
Update doc
Add missing table in upgrade script
|
2016-11-07 03:18:53 +01:00 |
|
Laurent Destailleur
|
f013656b02
|
Better error management
|
2016-07-23 10:25:31 +02:00 |
|
Frédéric FRANCE
|
375ce04076
|
Update mysqli.class.php
|
2016-06-22 09:53:02 +02:00 |
|
Laurent Destailleur
|
753c5c7fc4
|
Fix minor error management
|
2016-05-17 23:14:30 +02:00 |
|
Raphaël Doursenaud
|
9eff599f97
|
[Qual] Mysqli: constructor cannot return a value
|
2016-01-13 11:55:59 +01:00 |
|
Raphaël Doursenaud
|
aeb3935e31
|
[Qual] Mysqli: escape with the proper method
|
2016-01-13 11:55:59 +01:00 |
|
Raphaël Doursenaud
|
87762f14b5
|
[Qual] Mysqli: OOP style
|
2016-01-13 11:55:59 +01:00 |
|
Raphaël Doursenaud
|
daa3ce3591
|
[Qual] Mysqli: set charset with recommended method
|
2016-01-13 11:55:59 +01:00 |
|
Laurent Destailleur
|
c64eac5e72
|
Fix doc and mysql min version
|
2015-12-27 17:05:56 +01:00 |
|
Raphaël Doursenaud
|
b45d4a2a51
|
[Qual] OOP detection of PHP MySQL driver
|
2015-12-03 22:31:13 +01:00 |
|
Raphaël Doursenaud
|
148e8a2c23
|
Used OOP for mysqli connector
Better error handling
Slightly more readable codebase
|
2015-09-17 20:39:48 +02:00 |
|
Laurent Destailleur
|
f52b5a240a
|
Show sql query when log level is lower than LOG_DEBUG
|
2015-07-22 23:33:48 +02:00 |
|
Laurent Destailleur
|
6f90605185
|
Fix: Sqlite can't be supported until alter table add constraint is
supported by sqlite, so choice is hidden
|
2015-07-12 11:44:37 +02:00 |
|
Raphaël Doursenaud
|
3b9388e57f
|
Added typehinting to resultsets in database drivers
|
2015-05-12 19:51:41 +02:00 |
|
Raphaël Doursenaud
|
27d52cf2b0
|
Better type hinting for DoliDB
|
2015-05-12 19:01:01 +02:00 |
|
Raphaël Doursenaud
|
6e6e63db50
|
Better type hinting and code structure for the MySQLi database driver
|
2015-05-12 17:56:01 +02:00 |
|
Scrutinizer Auto-Fixer
|
27e99793a3
|
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
2015-03-06 02:10:01 +00:00 |
|
Laurent Destailleur
|
5f353c39d1
|
Fix: PHPCS
|
2014-12-05 20:18:30 +01:00 |
|
Laurent Destailleur
|
7bd27a13fa
|
Fix: missing host and port into object
|
2014-10-26 19:41:06 +01:00 |
|
Laurent Destailleur
|
5c5f725a34
|
Fix scrutinizer
|
2014-10-05 01:22:17 +02:00 |
|
Laurent Destailleur
|
be6f99c10e
|
Merge remote-tracking branch 'origin/3.6' into develop
Conflicts:
htdocs/admin/dict.php
htdocs/core/db/mysql.class.php
htdocs/core/db/mysqli.class.php
htdocs/core/lib/ajax.lib.php
|
2014-08-17 19:34:12 +02:00 |
|
Laurent Destailleur
|
b0ebaec0da
|
Fix: Add more log and missing error message
|
2014-08-17 12:43:24 +02:00 |
|
Laurent Destailleur
|
8eac8c0c84
|
Avoid duplicate logs
|
2014-08-15 19:29:19 +02:00 |
|
Laurent Destailleur
|
852b78f79f
|
Removed 2 other call to getStaticMember (pb with php 5.5).Fix PHPCS for
constants into database driver classes.
|
2014-08-01 00:53:29 +02:00 |
|
Laurent Destailleur
|
9fff30416a
|
Qual: Remove usage of getStaticMember function dir constants.
|
2014-07-31 20:12:21 +02:00 |
|
Laurent Destailleur
|
9e91baca36
|
Fix: Log must be done before query.
|
2014-07-27 23:23:29 +02:00 |
|
Marcos García de La Fuente
|
74ee3e9823
|
Improved SQL error logging
|
2014-06-13 01:52:57 +02:00 |
|
Marcos García de La Fuente
|
2e2cecb6c7
|
Undefined constant
|
2014-06-13 01:48:11 +02:00 |
|
Marcos García de La Fuente
|
ca0a6cb307
|
Removed SQL string from call debug log
|
2014-06-13 01:34:39 +02:00 |
|
Marcos García de La Fuente
|
d1d4c6d8a5
|
Increased SQL Error to LOG_ERROR level
|
2014-06-12 11:45:32 +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
|
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
|
300e430024
|
Fix: If user already exists but permissions not set, it was not possible
to install Dolibarr.
|
2014-05-23 16:13:00 +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 |
|
Laurent Destailleur
|
7a452519e7
|
Try to fix [ bug #1363 ] Unable to update from 3.5.1 to 3.5.2
|
2014-05-06 22:00:54 +02:00 |
|
Raphaël Doursenaud
|
f8f502d013
|
Removed closing php tag
http://php.net/manual/en/language.basic-syntax.phptags.php
|
2014-05-03 18:18:44 +02:00 |
|
Raphaël Doursenaud
|
98120862f7
|
Qual: Moved duplicate method to base method
|
2014-04-23 12:15:18 +02:00 |
|
Raphaël Doursenaud
|
16ede7c52c
|
Qual: Moved duplicate methods to base method
|
2014-04-23 11:12:06 +02:00 |
|
Raphaël Doursenaud
|
a23f6d6a85
|
Database: factorized lastqueryerror()
|
2014-03-15 08:41:46 +01:00 |
|
Raphaël Doursenaud
|
7df97b7cfb
|
Database: factorized lasterror()
|
2014-03-15 08:41:46 +01:00 |
|
Raphaël Doursenaud
|
f894df1d9e
|
Database: factorized lastquerry()
|
2014-03-15 08:41:46 +01:00 |
|
Raphaël Doursenaud
|
e4e78bdd3e
|
Database: factorized getLabel()
|
2014-03-15 08:41:43 +01:00 |
|
Raphaël Doursenaud
|
3f6b175879
|
Database: factorized getVersionArray()
|
2014-03-15 06:40:13 +01:00 |
|
Raphaël Doursenaud
|
73d957f158
|
Database: factorized common properties
|
2014-03-15 06:38:52 +01:00 |
|
Raphaël Doursenaud
|
f91e2ec7b2
|
Database: factorized begin()
|
2014-03-15 06:17:12 +01:00 |
|
Raphaël Doursenaud
|
739a566156
|
Database: factorized lasterrno()
|
2014-03-15 06:07:46 +01:00 |
|
Raphaël Doursenaud
|
0ab6fcaaca
|
Database: factorized idate()
|
2014-03-15 06:04:16 +01:00 |
|
Raphaël Doursenaud
|
64fbefdb7c
|
Database: factorized ifsql()
|
2014-03-15 05:55:02 +01:00 |
|
Raphaël Doursenaud
|
eb86abff94
|
Database: factorized jdate()
|
2014-03-15 05:54:51 +01:00 |
|
Laurent Destailleur
|
bdb2b7a547
|
Merge remote-tracking branch 'origin/3.5' into develop
Conflicts:
htdocs/projet/index.php
test/phpunit/FunctionsTest.php
|
2014-03-13 09:20:05 +01:00 |
|
Marcos García de La Fuente
|
20262a0164
|
Fix bug #1295: Error when creating an agenda extrafield with a number as reference
|
2014-03-10 23:58:16 +01:00 |
|
Laurent Destailleur
|
774017672f
|
Fix: Number of day calculation. Add PHPUnit case.
|
2014-03-05 20:52:27 +01:00 |
|
Laurent Destailleur
|
1790f905c9
|
Removed some code specific to databases and use instead correct abstract
method of drivers.
|
2014-02-25 18:25:17 +01:00 |
|
Laurent Destailleur
|
a797a5e665
|
Clean comment and make some implementations
|
2014-02-24 09:52:48 +01:00 |
|
Raphaël Doursenaud
|
894ac6fdc0
|
Added missing method to mysqli class
|
2014-02-21 14:27:29 +01:00 |
|
Laurent Destailleur
|
80046a5310
|
Qual: Mutualize code
|
2014-02-06 20:40:01 +01:00 |
|
Raphaël Doursenaud
|
5426db63ff
|
Added an abstract DolibDB class
|
2013-09-10 12:29:55 +02:00 |
|
Laurent Destailleur
|
a50cd7b698
|
Fix bug into script that fix CRLF into LF
|
2013-06-12 11:59:55 +02:00 |
|
Laurent Destailleur
|
c3f5e0c6ee
|
New: Show version of client lib used by mysql drivers
|
2013-06-07 19:19:11 +02:00 |
|
fhenry
|
13ad88832c
|
Fix bug in DDLCreateTable
|
2013-05-21 14:31:39 +02:00 |
|
Laurent Destailleur
|
8c064c4883
|
Fix: Import of contact/address not complete and not working with pgsql
|
2013-04-30 19:02:02 +02:00 |
|
BENKE Charles
|
701814ad19
|
Update mysqli.class.php
|
2013-03-29 21:19:22 +01:00 |
|
Laurent Destailleur
|
b694451ab2
|
Use engine instead of type
|
2013-03-26 17:45:07 +01:00 |
|
Laurent Destailleur
|
de6d40237d
|
Fix: No syntax error when when want no limit
|
2013-03-05 13:28:31 +01:00 |
|
Laurent Destailleur
|
2dc4b91521
|
New: Function plimit of databases drivers accept -1 as value (it means
default value set into conf->liste_limit).
|
2013-02-25 12:51:38 +01:00 |
|
Laurent Destailleur
|
8d206fdfb0
|
Prepare move to other licence. For the moment all answers for licence
upgrade were not yet received. So we prepare for GPL by uniformizing
licence text keys to GPL-3+. Will move later to AGPL if all answers are
positive.
|
2013-01-16 15:36:08 +01:00 |
|
Regis Houssin
|
b838895db9
|
Fix: change for a neutral email
|
2012-12-30 15:13:49 +01:00 |
|
Laurent Destailleur
|
fd22705de4
|
New: Log handler can now manage indent on database transactions
|
2012-12-02 15:20:45 +01:00 |
|
Regis Houssin
|
2240dd4ac6
|
Fix: missing tinyint
|
2012-11-11 15:12:42 +01:00 |
|
Regis Houssin
|
b952a7f9bf
|
Fix: convert line delimiters (use the last eclipse version)
|
2012-10-28 13:57:21 +01:00 |
|
Laurent Destailleur
|
cbff238cbd
|
New: Support property "required" for extra fields.
|
2012-10-25 16:23:58 +02:00 |
|
Laurent Destailleur
|
9eb21c3d9f
|
Fix: Minot miscellanous fix
|
2012-09-03 10:17:58 +02:00 |
|
Regis Houssin
|
d2ae90f938
|
Fix: strict mode everywhere
|
2012-09-02 22:48:52 +02:00 |
|
Marcos García
|
5a73c32f46
|
Migrated ClassName to __construct() function
Changed $DB to $db
lower-cased "Class"
|
2012-07-30 17:17:33 +02:00 |
|
Laurent Destailleur
|
68e619fb00
|
Fix: escape for create command
|
2012-07-22 21:50:08 +02:00 |
|
Laurent Destailleur
|
8080ee4565
|
Fix: dol_syslog at wrong place.
|
2012-07-22 16:57:15 +02:00 |
|
Laurent Destailleur
|
970d946e5b
|
Fix: sql injection for create database
|
2012-07-22 16:53:32 +02:00 |
|
Laurent Destailleur
|
acef702c27
|
Fix: pgsql compatibility not complete.
New: Move convert sql functions as static.
New: Add phpunit tests for database drivers.
|
2012-05-13 14:30:11 +02:00 |
|
Laurent Destailleur
|
29fdb33406
|
Fix: Removed warnings
|
2012-04-30 09:36:10 +02:00 |
|
Laurent Destailleur
|
7b5aedeb3e
|
Fix: Var can't be static
|
2012-04-28 18:04:55 +02:00 |
|
Regis Houssin
|
aae57a9f98
|
Fix: remove deprecated method
|
2012-03-21 02:24:09 +01:00 |
|
Regis Houssin
|
52a8216e3e
|
Fix: avoid php E_STRICT errors and compatibility with php 5.4
|
2012-03-21 02:12:44 +01:00 |
|
Laurent Destailleur
|
db396ed67c
|
Doxygen
|
2012-02-24 11:23:52 +01:00 |
|
Laurent Destailleur
|
56f7196aa2
|
Qual: Normalize function name
|
2012-02-15 13:55:00 +01:00 |
|
Laurent Destailleur
|
8bcdfc8897
|
New: Add an error message when transactions are not closed.
|
2012-02-10 16:37:41 +01:00 |
|
Laurent Destailleur
|
c2c8d1be3e
|
Doxygen
|
2012-01-28 17:22:02 +01:00 |
|
Laurent Destailleur
|
429ba54e3e
|
Work on debian package
|
2012-01-28 16:04:48 +01:00 |
|
Laurent Destailleur
|
ed22c802cd
|
More POO
|
2012-01-21 14:19:28 +01:00 |
|
Laurent Destailleur
|
427d099e87
|
Fix: error management of pgconnect
Doxygen
|
2012-01-06 14:51:09 +01:00 |
|