1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

4405 Commits

Author SHA1 Message Date
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 16b298ea51d63de101e0da676ca2f09488251a9f.
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
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
Achim Ennenbach
9323d0e6a4 fixes #3647:
Added the $parms var to the country() method call (in renderElement())
2019-01-30 18:39:07 +01:00
Cameron
a8c39dc2b4 Schedule/Crons - updated system backup cron to use new mysql dump class's gzip option. 2019-01-28 18:49:17 -08:00
Cameron
35ff23b55f MySQL backup - disable 'databases' flag for a more flexible import. 2019-01-28 18:38:01 -08:00
Cameron
7e5fe2eaad MySQL backup - automatically add '.gz' to the filename when gZip is enabled. 2019-01-28 18:24:11 -08:00
Cameron
6d75ea2145 Fixed mysql class backup method errors. Third-party Mysqldump class added and integrated. 2019-01-28 17:53:45 -08:00
Cameron
b19463b259 PHPDoc updates 2019-01-26 10:28:08 -08:00
Cameron
f003a092fc Issue #3546 Filter elan during SEF URL and THEME_LAYOUT detection. 2019-01-26 09:11:21 -08:00
Cameron
85d8d6b44a Reverted pull-request #3642 Fixes #3645 2019-01-26 09:01:04 -08:00
Cameron
f42bb9cde1
Merge pull request #3642 from SimSync/fix_3603
fixes #3603: multiarray_sort returned only the last item in case the array keys are numeric
2019-01-24 17:21:28 -08:00
Cameron
9e09cf836e Fixes #3546 Social network trackers now ignored during THEME_LAYOUT detection. 2019-01-24 11:38:11 -08:00
Achim Ennenbach
bcd9853c6b fixes #3603: multiarray_sort returned only the last item in case
the array keys are numeric
2019-01-24 16:54:17 +01:00
Cameron
9c4dbcab91 Moved THEME_LAYOUT calculation out of class2.php and into theme_handler.php 2019-01-23 19:06:03 -08:00
Cameron
5aad0f81a1
Merge pull request #3638 from SimSync/fix_3637
Switched PclZip constructor to __construct
2019-01-23 14:28:44 -08:00
Cameron
9237f254c7 Filter social network tracking queries when determining SEF route. 2019-01-23 14:23:16 -08:00
Achim Ennenbach
6999c48f57 fixes #3637: switched constructor from PclZip to __construct 2019-01-23 19:04:40 +01:00
Cameron
27d12c0ab6 PHP7 fixes 2019-01-18 14:07:59 -08:00
Cameron
221f12088b Issue #3216 PHP7 Fixes. 2019-01-17 13:20:56 -08:00
Cameron
bce677757c Fix for Admin Panel buttons. 2019-01-17 11:50:47 -08:00
Cameron
4e5dacf4d2
Merge pull request #3626 from SimSync/fix_3625
Issue #3625: 'Z' and 'z' formats excluded on windows systems
2019-01-17 11:29:21 -08:00
Tijn Kuyper
ff275cbeb6 #2917 - improve debug log message 2019-01-17 15:37:53 +01:00
Achim Ennenbach
4ef97f2812 issue #3625: 'Z' and 'z' formats excluded on windows systems 2019-01-17 12:44:33 +01:00
Cameron
58efb74d4d Issue #3605 Date handler computeLapse() method rewrite. 2019-01-15 20:30:18 -08:00
Cameron
8c9e6f1370 Optimized Admin Control Panel code. 2019-01-15 08:55:34 -08:00
Cameron
4becf60d28 More plugin class optimization 2019-01-13 14:08:46 -08:00
Cameron
c63574c07d Optimized plugin class initialization 2019-01-13 13:50:49 -08:00
Cameron
07ad8feba8 Expanded buildAddonPrefLists() to rebuild lan_global_list as well (Used during Plugin Scan) 2019-01-13 13:30:58 -08:00
Cameron
96a4dc3683 Issue #3616 Tweaked 2019-01-13 12:40:25 -08:00
Cameron
0df3fa4672 Admin-UI: Improved rendering of required fields. 2019-01-13 12:30:17 -08:00