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
cf566bbf14
Snippets name/value fix.
2020-12-28 15:48:13 -08:00
Cameron
8048744de7
Cache clear test.
2020-12-28 10:56:21 -08:00
Cameron
7d04bc5c6a
radio snippet added.
2020-12-28 10:29:17 -08:00
Cameron
10482b8a89
Solves the duplicate breadcrumb issue.
2020-12-28 09:48:44 -08:00
Cameron
0215ef4404
Fix for {NAV_CLASS}
2020-12-27 14:30:51 -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
71c5be17ea
Support for class attribute. {NAVIGATION: class=xxxx}
...
Class value in navigation template: {NAV_CLASS}
Navigation shortcodes now in their own file.
2020-12-27 12:46:37 -08:00
Cameron
6ed9ad3e0d
Simplified inAdminDir().
2020-12-27 12:13:51 -08:00
Cameron
026415b476
Moved the "in admin area" check into its own method. Added a test for it. Removed the outdated user/usersettings check.
2020-12-27 11:25:48 -08:00
Cameron
51df14c054
Code optimization
2020-12-27 09:50:21 -08:00
Nick Liu
d7de9d5a28
Menu manager: Legacy themes: Added some magic constant support
2020-12-26 21:08:57 +01:00
Cameron
30ac723fa2
get_files() fix.
2020-12-26 12:02:52 -08:00
Cameron
c9ce6e1bd0
file_size_encode() test.
2020-12-26 11:11:35 -08:00
Cameron
68ef32204e
Fix for early PHP versions.
2020-12-26 09:57:03 -08:00
Cameron
f6cdb9125c
Issue #4299 Fixes the "07 - Display name - Value not allowed" validation error during user registration.
2020-12-26 09:28:02 -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
d890163836
Added more custom field tests.
2020-12-25 10:31:42 -08:00
Cameron
7dfac0dcfa
Issue #4299 - PHP8 compatibility fixes.
2020-12-25 10:23:56 -08:00
Cameron
76d72b1c08
Admin-UI: Code cleanup/optimization
2020-12-23 16:01:20 -08:00
Cameron
450e392741
Issue #3291 gSitemap table changes. Generic handling of link updates via e_gsitemap.php
2020-12-23 15:03:31 -08:00
Cameron
c43da4d7aa
Replaced deprecated db_Fetch()
2020-12-23 13:23:48 -08:00
Cameron
3cd4aa0018
Form handler code cleanup/optimization. Added getSupportedProviders() caching to reduce execution time.
2020-12-23 12:42:06 -08:00
Cameron
eb47eb7716
Snippet to include id attribute.
2020-12-23 08:35:31 -08:00
Cameron
ffea1449f9
Simplified snippet example. Added caching of loaded snippet.
2020-12-23 08:04:20 -08:00
Cameron
ce7fa515c3
Experimental theme snippets feature added.
2020-12-22 17:06:52 -08:00
Cameron
3c57f3fa96
Mod-security doesn't like '+' in queries. Debug query now uses '!'
2020-12-22 15:17:29 -08:00
Cameron
402d1f4126
Closes #1801 Code cleanup. Deprecated method errors added.
2020-12-22 14:48:28 -08:00
Cameron
881670d92c
Catch any debugger errors that could occur during Github sync. Added more deprecated items to the log.
2020-12-22 09:59:39 -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
1433646305
Deprecated some old themeHandler methods in favor of e_theme class. Should see a speed increase in theme manager.
2020-12-22 09:29:12 -08:00
Cameron
812b7cbcb3
Code cleanup. Moved checkvalidtheme() out of class2.php and into e_theme as initTheme()
2020-12-21 17:46:32 -08:00
Cameron
92504acfdd
Backward compatibility with PHP 5.6
2020-12-21 10:09:03 -08:00
Cameron
630f3f415f
Improved detection of deprecated functions/methods and display in DEBUG mode: deprecated.
2020-12-21 10:00:28 -08:00
Cameron
63527c4f19
Code cleanup. Extra debug info under Paths.
2020-12-21 06:43:07 -08:00
Cameron
78665cd56d
Performance: Reduced e107::getFolder() usage from 2500+ to less than 30.
2020-12-21 06:41:45 -08:00
Nick Liu
539c3f1a67
PHP bug 66773 workaround in Hybridauth
...
In PHP 7.0.12 and earlier, a class could not be loaded with the same
name as another class in a different namespace. This commit patches the
Hybridauth dependency to avoid PHP bug 66773. Unfortunately, the fix
will be rolled back any time Hybridauth is updated or overwritten.
PHP bug link: https://bugs.php.net/bug.php?id=66773
2020-12-21 11:09:32 +01:00
Cameron
ce1f9f8888
Added missing composer file.
2020-12-20 19:57:56 -08:00
Cameron
9880a68d4b
Code cleanup
2020-12-20 19:42:09 -08:00
Cameron
0f4b3d29cb
Some tests added.
2020-12-20 19:41:16 -08:00
Cameron
f950b32774
Adding missing package
2020-12-20 19:12:50 -08:00
Cameron
aee1d26df8
HybridAuth and PHPMailer updated.
2020-12-20 17:50:56 -08:00
Cameron
153cf33aa7
Fix test for PHP 5.6
2020-12-20 13:44:18 -08:00
Cameron
bdb4104f9c
Moved parseheader() to e107 class as renderLayout() Added test.
2020-12-20 13:25:03 -08:00
Cameron
601df26d51
Code optimization for speed and reduced memory usage.
2020-12-20 11:50:10 -08:00
Cameron
6b5cc07929
Remove some debug logs. Improved others.
2020-12-19 11:46:58 -08:00
Cameron
4713f572d0
Remove old css classes from debug info.
2020-12-19 10:50:08 -08:00
Cameron
b0fc50890b
Code optimization
2020-12-19 09:50:29 -08:00