1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 12:06:29 +02:00
Commit Graph

4483 Commits

Author SHA1 Message Date
Cameron
7c9ceb79bf For the max() method when using $where 2019-02-18 12:54:43 -08:00
Cameron
f128b13824 Issue #3668 PHP 7.3 compatibility fix. 2019-02-17 15:37:13 -08:00
Cameron
bc520274cb PHPDoc fix 2019-02-17 14:27:14 -08:00
Cameron
b2fffa7838 Issue #3678 PDO fix for copyRow() with unique field keys. 2019-02-16 12:40:25 -08:00
Cameron
bf0d60a15c Fix for isHtml() 2019-02-14 14:57:05 -08:00
Cameron
8c483494ce Merge pull request #3664 from SimSync/fix_3663
fixes #3663: 1.custompages are "deleted" for the current selected layout
2019-02-14 14:07:12 -08:00
Cameron
a6b9b92c9e Improve debug message. 2019-02-14 14:05:44 -08:00
Cameron
f5b16b5afb Closes #3674 PDO Don't overwrite e_db_pdo::$mySQLlastQuery with _getMySQLaccess() 2019-02-13 21:26:17 -08:00
Cameron
25c9a44a87 Fix for db_FieldList(); 2019-02-13 15:54:04 -08:00
Cameron
af50dcc5ff Minor fix 2019-02-13 14:06:00 -08:00
Cameron
a4c6fd8b5b Removed globals 2019-02-13 13:54:05 -08:00
Cameron
f34eeaf369 Refined debugging of PDO queries. 2019-02-13 11:35:28 -08:00
Cameron
c5d1e6876b copyRow() error check fix. 2019-02-13 11:16:48 -08:00
Cameron
c45ed85c5c db_Fetch() e_LEGACY_MODE permanently removed. Old plugins should use $sql->fetch('both'); if this is still required. 2019-02-13 10:31:28 -08:00
Cameron
a8d1541b9d Check for e_LEGACY_MODE moved to db legacy class. 2019-02-12 10:07:00 -08:00
Cameron
f5f2212b54 code cleanup 2019-02-11 17:55:16 -08:00
Cameron
3eec3d6029 Fix for BC constants. 2019-02-11 17:18:30 -08:00
Cameron
db4f82ba2f set default null value 2019-02-11 17:15:00 -08:00
Cameron
645ad037f5 More code cleanup 2019-02-11 16:56:37 -08:00
Cameron
762c8b5a1a Code cleanup 2019-02-11 16:32:41 -08:00
Cameron
4e6b68a709 new methods added to PDO class. 2019-02-11 16:19:07 -08:00
Cameron
c34f8b41f3 Mysql class optimization and minor fixes. 2019-02-11 15:40:10 -08:00
Cameron
dfea1cbce2 PDO class fixes. 2019-02-11 14:54:09 -08:00
Cameron
d9512cfb1b Legacy fixes. 2019-02-11 12:22:10 -08:00
Cameron
6cb92a37a7 Removed unused method 2019-02-11 10:09:04 -08:00
Tijn Kuyper
2f67965d1f Closes #3355 - allow for proper translation relative datetime 'ago' and 'in'. 2019-02-11 11:03:15 +01:00
Cameron
4e9f47c8b4 PDO class optimization 2019-02-10 16:19:25 -08:00
Cameron
42147e2227 Traffic counters tweak. 2019-02-10 14:51:51 -08:00
Cameron
535fef8799 Disable debug class usage. 2019-02-10 13:54:17 -08:00
Cameron
f735292e3f More db class tweaks 2019-02-09 13:07:34 -08:00
Cameron
b471292a36 Removed globals from db_Write_log() method. 2019-02-09 12:47:54 -08:00
Cameron
b061e05c2a pdo class cleanup 2019-02-09 12:32:04 -08:00
Tijn Kuyper
96a1db0e5c Revert "#3101 - Add optional flags to e107_config.php"
This reverts commit 16b298ea51.
2019-02-09 17:24:49 +01:00
Tijn Kuyper
16b298ea51 #3101 - Add optional flags to e107_config.php 2019-02-09 17:24:14 +01:00
Tijn Kuyper
4f90105419 #3605 - set 'show secs' parameter to true by default
Used in relative datestamp. This makes sure "just now" is properly displayed".
2019-02-09 16:15:32 +01:00
Cameron
6fde0f7dc7 Code cleanup 2019-02-08 14:06:52 -08:00
Cameron
8da771ad6f Moved db_Field() method to traits file. 2019-02-08 13:46:29 -08:00
Cameron
08f7a5d766 Future classes for db. Currently inactive. 2019-02-08 13:29:02 -08:00
Cameron
d4134c7f89 PHP 7.3 fixes. 2019-02-07 17:12:23 -08:00
Cameron
b56f81fa23 PHP 7.3 fix. 2019-02-07 16:34:00 -08:00
Cameron
72259fb9c0 Fixes #3654 Error when installing _blank plugin. 2019-02-07 16:26:42 -08:00
Cameron
3e264b23c7 Admin-ui: Made column sorting more obvious. Added carets when in use. 2019-02-05 15:48:23 -08:00
Cameron
a661a75fa6 Fix for LAN issue in Schedule log. 2019-02-04 10:56:43 -08:00
Tijn Kuyper
c7b2aa597f Fixes #1681 - allow label tag to be used 2019-02-04 17:47:47 +01:00
Cameron
f77d44ee3b Added method to db_verify to improve testing. 2019-02-03 15:41:19 -08:00
Achim Ennenbach
96a84a1e93 fixes an issue with pdoBind not being initialized properly
fixes an issue with update(), returning sometimes an object instead of
the number of updated records.
fixes an issue with delete(), returning sometimes an object instead of
the number of deleted records
2019-02-03 19:35:45 +01:00
Achim Ennenbach
9021494b5e fixes #3663: 1.custompages are "deleted" for the current selected layout
2. custompages of the selected layout are not editable
2019-02-03 17:51:34 +01:00
Tijn Kuyper
dbbfe17e9f #3069 - Tweak LAN when account has not been activated yet 2019-02-01 16:20:22 +01:00
Cameron
59eed2752c PHPDoc fixes. 2019-01-31 14:36:37 -08:00
Cameron
6c3001233a Fixes #3644 - type='country' displays 'Array()' when empty value is rendered. 2019-01-31 13:30:09 -08:00