1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-16 04:26:20 +02:00
Commit Graph

303 Commits

Author SHA1 Message Date
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
6616b52ae9 Admin login page styling fix. 2016-03-22 06:11:37 -07:00
220d258915 Issue #1430 Fixed gzip encoding issue 2016-03-19 17:14:22 -07:00
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
43db0d2ae4 Option to log critical errors added. ie. define('e_LOG_CRITICAL', true); 2016-03-14 19:17:37 -07:00
2eaffd9822 Fix for last commit. 2016-02-26 12:50:48 -08:00
c2349c6876 Secure-Image is now alphanumeric. 2016-02-26 12:36:35 -08:00
2c50a06517 Deprecated Function cleanup and PHP Notice removal. 2016-02-15 00:56:08 -08:00
4e8412b16c Issue #1287 - PHP7 and SSL fixes. 2016-02-14 19:00:12 -08:00
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
fb609aaab6 PDO Install enabled. PHP Notice fixes. 2016-02-12 19:28:35 -08:00
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
fde5ee8f31 A few additional checks added to check_email(). 2015-08-25 13:00:53 -07:00
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
9c6cfc0b86 Issue #6 Language-file optimization. 2015-07-10 15:41:07 -07:00
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
a5f5264cf7 Added Github-Sync feature to Admin->databases when developer mode (or debug) is active. 2015-05-30 17:06:22 -07:00
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
e1c11ad019 Improved handling of CRITICAL ERROR messages. 2015-05-16 19:06:13 -07:00
dfd1b6bce4 CLI perms fix. 2015-04-16 15:23:57 -07:00
9ec734770b Fixes #581, Fixes #635 - Menu Manager layout issues corrected. 2015-04-01 11:52:50 -07:00
901985ea80 PHPDoc cleanup 2015-03-09 15:05:34 -07:00
1e5ab81afe Notifications were failing under some circumstance. 'Email address' option now working again. 2015-03-07 16:30:46 -08:00
9a21cad851 Code cleanup / globals removal etc. 2015-02-15 16:07:27 -08:00
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
6811c479d1 Reduced the number of file includes. Only load admin language files when necessary. 2015-02-12 13:09:56 -08:00
489a9cb49c Replaced deprecated get_user_data() with e107::user() 2015-01-26 18:03:14 -08:00
e7ad72b3a2 Option to bypass maintenance flag added. 2014-11-19 17:13:08 -08:00
ca416467ba Fix for crons not running under some circumstances. 2014-11-15 11:27:54 -08:00
0d4e4201e0 Added constant for mail-id header. 2014-10-23 04:35:42 -07:00
3f3aa29131 Fixes #145 - frontpage theme layout detection bug 2014-07-24 20:44:17 +03:00
de3cbe913d Fixes #321 - custom folder names working again. JS/CSS comments shown during Debug mode only. 2014-07-03 19:45:50 -07:00
f4cee92890 Autoload for possible future use. 2014-05-28 18:56:55 -07:00
c4bfa03be1 Fixes #495, #485, #486, #487 - Browser cache issues. 2014-05-24 20:40:51 -07:00
977369ad84 Fixes #483 - email validation. check_email() now using PHP5 filter_var() 2014-05-22 18:16:44 -07:00
3c0bef80ec Quick fix for PHP timezone warning. 2014-01-17 07:20:11 -08:00
4a9b4c1819 Correct some keyword fields with the 'tag' form element. 2014-01-12 08:05:12 -08:00
3d78256104 BC fixes for admin-log detail rendering. 2014-01-12 05:34:48 -08:00
479a9c503b Improved admin-log message on deprecated save_prefs() function. 2014-01-10 09:32:14 -08:00
b859d1cf8d Admin Log function fixes. Preference saving details stored correctly. 2014-01-10 07:36:54 -08:00
ba192508b7 Fix for upload errors affecting non-main admins. 2013-11-06 15:28:50 -08:00
a7bf90dc03 Added XURLs for Vimeo and Pinterest 2013-11-04 18:36:49 -08:00
95ee8cb8f3 Multi-language path fix for English_custom.php 2013-11-03 03:12:09 -08:00
611d469eed Fix SITENAME to check for constants. (as in v1) 2013-10-31 19:10:46 -07:00
4eaaa42eb2 May fix some login/logout issues between admin and front-end. 2013-07-24 08:42:25 -07:00
a73140a10f Disable Sign-up link when user-registration is not active. 2013-07-24 04:15:20 -07:00
279abb0b2b Generic breadcrumb() function added. Removed front-end css styling from admin area. 2013-06-22 18:11:10 -07:00
29f74508c2 Forum quick-reply fix. 2013-06-19 19:54:29 -07:00
59047796d1 Added THEME_STYLE constant for easy checking of the currently selected theme style. CSSORDER also added, but subject to change. 2013-06-17 15:42:35 -07:00
865adaa99f Issue #343 partial fix - needs JS sorting properly, but should now be possible to log in using CHAP. CHAP didn't work at all for admin login. Also need to change challenge value on every page reload without losing track. 2013-06-09 20:53:44 +01:00