1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

309 Commits

Author SHA1 Message Date
Cameron
17382b25ac Input filter fixes. 2016-08-19 16:13:38 -07:00
Cameron
84d66979a4 Issue #1768 Partial fix for running on non-standard MySQL port. Added $mySQLport = 3306; to e107_config.php and modify as required. 2016-07-07 15:09:38 -07:00
Cameron
998f2f592b Check added to thumb.php in case of UTF8-BOM in e107_config.php or any other output which could corrupt images. 2016-06-02 08:38:39 -07:00
Cameron
8e44dd147d CURL init cleanup. 2016-06-01 10:41:47 -07:00
Cameron
5b63aa19d0 Admin Preference form-field sizes. Debug Timing descriptions cleanup. 2016-05-28 07:59:00 -07:00
Cameron
d54f3fe8af Registered event session fix. 2016-04-08 15:22:26 -07:00
Cameron
0b27b3d760 Membersonly enhancement.(option to redirect to login page or membersonly splash page). User Login page minor HTML cleanup. PHP Notice removal. 2016-03-22 11:42:05 -07:00
Cameron
6616b52ae9 Admin login page styling fix. 2016-03-22 06:11:37 -07:00
Cameron
220d258915 Issue #1430 Fixed gzip encoding issue 2016-03-19 17:14:22 -07:00
Cameron
1202c72390 Issue #1378 Fix for XUP avatar check. User audit log for login and logout now functioning correctly. Admin log no longer adds a log when deleting a log! 2016-03-16 13:53:57 -07:00
Cameron
43db0d2ae4 Option to log critical errors added. ie. define('e_LOG_CRITICAL', true); 2016-03-14 19:17:37 -07:00
Cameron
2eaffd9822 Fix for last commit. 2016-02-26 12:50:48 -08:00
Cameron
c2349c6876 Secure-Image is now alphanumeric. 2016-02-26 12:36:35 -08:00
Cameron
2c50a06517 Deprecated Function cleanup and PHP Notice removal. 2016-02-15 00:56:08 -08:00
Cameron
4e8412b16c Issue #1287 - PHP7 and SSL fixes. 2016-02-14 19:00:12 -08:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
fb609aaab6 PDO Install enabled. PHP Notice fixes. 2016-02-12 19:28:35 -08:00
Cameron
b64033a2a1 Improved backtrace debug info when using xdebug. Added forum e_status.php and e_latest.php to the deprecated list. 2016-02-12 12:58:44 -08:00
Cameron
fde5ee8f31 A few additional checks added to check_email(). 2015-08-25 13:00:53 -07:00
Cameron
cffb369751 Issue #1109, Fixes #830, Fixes #731, Fixes #710, Fixes #608, Fixes #1012 : v1 -> v2 Upgrade-Routine fixes (including forum plugin) 2015-08-24 17:39:28 -07:00
Cameron
9c6cfc0b86 Issue #6 Language-file optimization. 2015-07-10 15:41:07 -07:00
Cameron
f58466e239 Fix for admin language using core language file. New Admin-UI option to save specific preferences as a multi-language array. Use: 'multilan'=>true in $prefs array. Example: protected $prefs = array('myplugin_title' => array('title'=> 'Title', 'type'=>'text', 'data' => 'str', 'multilan'=>true)); 2015-06-05 12:25:32 -07:00
Cameron
a5f5264cf7 Added Github-Sync feature to Admin->databases when developer mode (or debug) is active. 2015-05-30 17:06:22 -07:00
Cameron
3d703ebb76 e_DEVELOPER constant added. (developer mode active). DKIM and Multi-site install set to developer-mode only. 2015-05-25 14:35:15 -07:00
Cameron
e1c11ad019 Improved handling of CRITICAL ERROR messages. 2015-05-16 19:06:13 -07:00
Cameron
dfd1b6bce4 CLI perms fix. 2015-04-16 15:23:57 -07:00
Cameron
9ec734770b Fixes #581, Fixes #635 - Menu Manager layout issues corrected. 2015-04-01 11:52:50 -07:00
Cameron
901985ea80 PHPDoc cleanup 2015-03-09 15:05:34 -07:00
Cameron
1e5ab81afe Notifications were failing under some circumstance. 'Email address' option now working again. 2015-03-07 16:30:46 -08:00
Cameron
9a21cad851 Code cleanup / globals removal etc. 2015-02-15 16:07:27 -08:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
6811c479d1 Reduced the number of file includes. Only load admin language files when necessary. 2015-02-12 13:09:56 -08:00
Cameron
489a9cb49c Replaced deprecated get_user_data() with e107::user() 2015-01-26 18:03:14 -08:00
Cameron
e7ad72b3a2 Option to bypass maintenance flag added. 2014-11-19 17:13:08 -08:00
Cameron
ca416467ba Fix for crons not running under some circumstances. 2014-11-15 11:27:54 -08:00
Cameron
0d4e4201e0 Added constant for mail-id header. 2014-10-23 04:35:42 -07:00
SecretR
3f3aa29131 Fixes #145 - frontpage theme layout detection bug 2014-07-24 20:44:17 +03:00
Cameron
de3cbe913d Fixes #321 - custom folder names working again. JS/CSS comments shown during Debug mode only. 2014-07-03 19:45:50 -07:00
Cameron
f4cee92890 Autoload for possible future use. 2014-05-28 18:56:55 -07:00
Cameron
c4bfa03be1 Fixes #495, #485, #486, #487 - Browser cache issues. 2014-05-24 20:40:51 -07:00
Cameron
977369ad84 Fixes #483 - email validation. check_email() now using PHP5 filter_var() 2014-05-22 18:16:44 -07:00
Cameron
3c0bef80ec Quick fix for PHP timezone warning. 2014-01-17 07:20:11 -08:00
Cameron
4a9b4c1819 Correct some keyword fields with the 'tag' form element. 2014-01-12 08:05:12 -08:00
Cameron
3d78256104 BC fixes for admin-log detail rendering. 2014-01-12 05:34:48 -08:00
Cameron
479a9c503b Improved admin-log message on deprecated save_prefs() function. 2014-01-10 09:32:14 -08:00
Cameron
b859d1cf8d Admin Log function fixes. Preference saving details stored correctly. 2014-01-10 07:36:54 -08:00
Cameron
ba192508b7 Fix for upload errors affecting non-main admins. 2013-11-06 15:28:50 -08:00
Cameron
a7bf90dc03 Added XURLs for Vimeo and Pinterest 2013-11-04 18:36:49 -08:00
Cameron
95ee8cb8f3 Multi-language path fix for English_custom.php 2013-11-03 03:12:09 -08:00
Cameron
611d469eed Fix SITENAME to check for constants. (as in v1) 2013-10-31 19:10:46 -07:00