Cameron
|
4c6f015fa8
|
Issue #2600 defining e_HTTP_STATIC now applies to images (using thumbUrl/toImage) as well as js/css.
eg. define('e_HTTP_STATIC', 'http://static.mydomain.com/');
|
2017-04-28 15:07:36 -07:00 |
|
Cameron
|
48a679bb98
|
Static domain header added and example added to e107.htaccess
|
2017-04-28 12:06:27 -07:00 |
|
Cameron
|
4650aa8d91
|
New constant: e_VERSION for the currently installed version of e107. Prevents the need for further loading of ver.php and useful to detect when an upgrade of core files has been performed.
|
2017-04-27 15:21:20 -07:00 |
|
Cameron
|
6531a68e00
|
Menu Manager fix for old themes that contain includes.
|
2017-01-30 11:47:02 -08:00 |
|
Cameron
|
e3bfe28f0c
|
More timing markers added.
|
2017-01-22 14:20:40 -08:00 |
|
Cameron
|
7e6dbefd1a
|
Prevent core pref corruption by old plugins that are using save_prefs();
|
2017-01-18 19:56:27 -08:00 |
|
Cameron
|
de1ec15976
|
New Constant: THEME_LEGACY added. Old themes will have a value of true, new themes (using theme.xml) as false.
|
2017-01-15 08:56:13 -08:00 |
|
Cameron
|
c4874a3fda
|
Remove LANs from debug info.
|
2017-01-14 13:38:05 -08:00 |
|
Cameron
|
4765d19024
|
Bootstrap 4 'Cards' support. New setContent() method added for breakdown of $text into separate elements for use by tablestyle() when available.
|
2017-01-14 10:42:21 -08:00 |
|
Cameron
|
3c81473ccc
|
When a user is online an additional CSS class is automatically added to the user avatar: user-avatar-online
|
2017-01-13 12:22:47 -08:00 |
|
Cameron
|
34f96ff932
|
Issue #2146 - Disable PHP Strict errors in CLI mode.
|
2016-12-22 11:36:13 -08:00 |
|
Cameron
|
b164750645
|
Issue #2146
|
2016-12-22 10:57:59 -08:00 |
|
Cameron
|
3ebeb140bd
|
Issue #2146 - Possible fix for hiding strict PHP warnings.
|
2016-12-22 10:29:34 -08:00 |
|
Cameron
|
67e0b43734
|
Issue #6, Fix for duplicate LAN_IP, PHP 7.1 fixes. Fix for CLI failing when SSL is enabled, but command is using 'http'. Allow cURL to follow redirects, preventing broken feeds under certain circumstances.
|
2016-12-16 12:13:52 -08:00 |
|
Lóna Lore
|
2f2b3cc7c0
|
Set default timezone in init_session().
|
2016-12-13 21:31:59 +01:00 |
|
Lóna Lore
|
04cf3a6dc2
|
Updated Timezone EUF. Use user-defined timezone as default date timezone, if it's possible.
|
2016-12-13 20:48:45 +01:00 |
|
lonalore
|
794a9f3ea6
|
Use UTC as default timezone.
|
2016-12-12 16:41:36 +01:00 |
|
Cameron
|
e22eb860f1
|
Code cleanup
|
2016-12-02 12:04:08 -08:00 |
|
Cameron
|
126f89da9f
|
Code cleanup
|
2016-12-01 15:38:40 -08:00 |
|
Cameron
|
12bca51fc8
|
Updated URL to XML package info.
|
2016-12-01 12:07:13 -08:00 |
|
Cameron
|
59e97ba8dc
|
Extra warnings/alerts added for possible upgrade issues.
|
2016-12-01 11:20:56 -08:00 |
|
Cameron
|
1bed9da9ab
|
Option added to set unique IDs for each tablerender() instance.
|
2016-11-08 19:01:26 -08:00 |
|
Cameron
|
bb544336d9
|
Moved USERTHEME definition to allow plugins to modify it's value when required.
|
2016-09-12 10:09:33 -07:00 |
|
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 |
|