Cameron
|
94f3162d94
|
Issue #4356 Admin login issue.
|
2021-01-27 16:19:37 -08:00 |
|
Cameron
|
e45a3a7b55
|
Admin template upgraded to v2 standards. Admin boot, header, footer cleanup.
|
2021-01-27 12:20:58 -08:00 |
|
Cameron
|
5fb7ef6ee8
|
Theme Manager: Online browser now uses admin-ui search/filtering.
|
2021-01-27 08:45:34 -08:00 |
|
Cameron
|
835e477147
|
Bootstrap 5 styling. (data-bs-toggle)
Signup shortcodes now automatically load the required template.
|
2021-01-26 15:08:58 -08:00 |
|
Cameron
|
46cb21b025
|
Meta admin page now uses Admin-ui. Additional custom tag areas added.
|
2021-01-26 11:59:49 -08:00 |
|
Cameron
|
76dbd4469e
|
Fixed error in {XURL_ICONS} shortcode. Added a test. Fixed some warnings in the admin/language page.
|
2021-01-25 17:57:34 -08:00 |
|
Cameron
|
8e54de7c0c
|
Styling tweak to admin 'tabbed' layout.
|
2021-01-25 10:13:32 -08:00 |
|
Cameron
|
a99300aed5
|
admin_icons_template.php reformatted to v2 standards.
|
2021-01-24 10:44:30 -08:00 |
|
Cameron
|
8b73cfee5c
|
Theme manager now using e107::isCompatible() method.
|
2021-01-23 15:48:09 -08:00 |
|
Cameron
|
b457c8168e
|
"Find Plugins" browser upgraded to use grid template.
|
2021-01-23 14:21:55 -08:00 |
|
Cameron
|
acc1a9af0d
|
Plugin script tests and PHP8 fixes.
|
2021-01-22 13:44:10 -08:00 |
|
Cameron
|
2e301d2c73
|
Admin login page now using the same auth routine as the main site.
e_MULTISITE_MATCH check added to main cookie() function.
|
2021-01-21 08:06:20 -08:00 |
|
Cameron
|
b19f9ffbc3
|
Frontend scripts tests. (may break some things)
|
2021-01-19 18:52:56 -08:00 |
|
Cameron
|
e57b1a9b61
|
Issue #4352 Added canonical for home page and frontpage setting.
|
2021-01-19 13:31:20 -08:00 |
|
Cameron
|
8f27be1150
|
Added e_user.php 'settings' method to define additional (extended) user fields dynamically. See _blank/e_user.php
|
2021-01-18 18:42:03 -08:00 |
|
Cameron
|
ba313c558c
|
Option to filter navigation links in admin area by 'owner' ie. the plugin who installed it.
|
2021-01-17 20:31:25 -08:00 |
|
Cameron
|
299c3717a7
|
Legacy Admin layout fixes and tests.
|
2021-01-17 10:36:17 -08:00 |
|
Cameron
|
5c9e04373e
|
Moved methods from e_menu_layout to e_layout.
|
2021-01-17 09:10:00 -08:00 |
|
Cameron
|
d1bf1cfde8
|
Issue #4350 Have Menu Manager run init();
|
2021-01-17 08:22:40 -08:00 |
|
Cameron
|
4c32e60bad
|
Use e107::getFolder() for $ADMIN_DIRECTORY.
|
2021-01-16 16:13:48 -08:00 |
|
Cameron
|
8db0278a9f
|
Clean shutdown flag now using $GLOBAL
|
2021-01-16 15:42:23 -08:00 |
|
Cameron
|
25e5978ae8
|
CLI mode debug class clean exit fix.
|
2021-01-16 14:49:56 -08:00 |
|
Cameron
|
04bbad449a
|
Test admin scripts are parsing correctly.
|
2021-01-16 13:32:35 -08:00 |
|
Cameron
|
62d6341303
|
Bbcode test and parser cleanup.
|
2021-01-14 14:46:49 -08:00 |
|
Cameron
|
c8a070de27
|
PHP8 Error fix for failed admin area login. Debug Paths code improvement.
|
2021-01-11 16:29:32 -08:00 |
|
Cameron
|
741d91a76b
|
Additional checks for constants. Disable addon lookup cache in debug mode.
|
2021-01-05 10:04:26 -08:00 |
|
Cameron
|
f8f40a23fe
|
Missing page-subtitle field added.
|
2021-01-04 12:48:37 -08:00 |
|
Moc
|
ccd22d4ea5
|
Clear addons update check after plugin install, and when clearing all caches
|
2021-01-02 16:34:11 +01:00 |
|
Nick Liu
|
2eebd4f0ca
|
e_file_inspector: No longer conflate insecure files and cached old files
Related ticket: https://github.com/e107inc/e107/issues/4312
|
2021-01-02 01:07:40 +01:00 |
|
Cameron
|
e6ceafd496
|
Fixes #4334 - Ajax ordering on Extended User fields.
|
2021-01-01 07:38:24 -08:00 |
|
Cameron
|
a7d637b02f
|
Media-Manager ajax filter fix.
|
2020-12-31 16:14:43 -08:00 |
|
Cameron
|
60027348b4
|
Fixes "Updates to be Installed" functionality in Plugin Manager.
|
2020-12-31 10:24:13 -08:00 |
|
Cameron
|
5d7f921023
|
PHP8 Warning fixes.
|
2020-12-31 09:06:20 -08:00 |
|
Nick Liu
|
ad44a3d5f0
|
PHP 8: Fixed fatal error in fileinspector.php
```
PHP Fatal error: Uncaught TypeError: Unsupported operand types: array & int in ~/public_html/e107_admin/fileinspector.php:1266
Stack trace:
#0 ~/public_html/e107_admin/fileinspector.php(717): file_inspector->getOldVersionOfPath()
#1 ~/public_html/e107_admin/fileinspector.php(677): file_inspector->generateDirectoryHtml()
#2 ~/public_html/e107_admin/fileinspector.php(961): file_inspector->generateScanResultsHtml()
#3 ~/public_html/e107_admin/fileinspector.php(156): file_inspector->scan_results()
#4 ~/public_html/e107_handlers/admin_ui.php(1076): fileinspector_admin->init()
#5 ~/public_html/e107_admin/fileinspector.php(249): e_admin_dispatcher->__construct()
#6 {main}
thrown in ~/public_html/e107_admin/fileinspector.php on line 1266
```
|
2020-12-31 13:22:42 +01:00 |
|
Cameron
|
b5ff8c76f7
|
Fix for lancheck failing due to ../ in the URL on plugin/theme folders.
|
2020-12-30 10:11:04 -08:00 |
|
Cameron
|
10ad436e28
|
Support for Bootstrap5. Clear cache in theme manager when choosing themes.
|
2020-12-29 12:43:25 -08:00 |
|
Cameron
|
e595c0841a
|
Fixes Media-Manager remote image import.
|
2020-12-29 11:13:18 -08:00 |
|
Cameron
|
21e3c3f8ab
|
PHP warning fixes.
|
2020-12-29 09:48:36 -08:00 |
|
Cameron
|
75f595adb0
|
PHP Warning Fixes.
|
2020-12-29 08:04:52 -08:00 |
|
Cameron
|
e66d3f32de
|
Renamed "Site Links" admin area to "Navigation". Navigation shortcode names changed (see debug: 'deprecated' mode to check usage)
|
2020-12-27 14:28:19 -08:00 |
|
Cameron
|
7989ebfc72
|
Installation fix.
|
2020-12-26 08:02:34 -08:00 |
|
Cameron
|
84a3e45e48
|
Moved old functions out of class2.php.
|
2020-12-25 14:57:53 -08:00 |
|
Cameron
|
7dfac0dcfa
|
Issue #4299 - PHP8 compatibility fixes.
|
2020-12-25 10:23:56 -08:00 |
|
Cameron
|
402d1f4126
|
Closes #1801 Code cleanup. Deprecated method errors added.
|
2020-12-22 14:48:28 -08:00 |
|
Cameron
|
3f8e043998
|
Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.
|
2020-12-22 09:36:02 -08:00 |
|
Cameron
|
63527c4f19
|
Code cleanup. Extra debug info under Paths.
|
2020-12-21 06:43:07 -08:00 |
|
Cameron
|
9880a68d4b
|
Code cleanup
|
2020-12-20 19:42:09 -08:00 |
|
Cameron
|
601df26d51
|
Code optimization for speed and reduced memory usage.
|
2020-12-20 11:50:10 -08:00 |
|
Cameron
|
6fb33e7cad
|
Improve speed in admin area. Clear caching only on admin home page and e107 update page.
|
2020-12-19 11:12:53 -08:00 |
|
Cameron
|
3bc98186a9
|
Plugin-Manager: "Repair selected" function added to batch dropdown. This will restore preferences and missing addons etc on the selected items.
|
2020-12-19 10:52:52 -08:00 |
|