1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-22 07:47:10 +01:00

5342 Commits

Author SHA1 Message Date
Cameron
a7d637b02f Media-Manager ajax filter fix. 2020-12-31 16:14:43 -08:00
Cameron
a09e8605c5 Fix typo in isImage() 2020-12-31 15:00:12 -08:00
Cameron
8906cf1e26 When using Bootstrap 5 and no template is found, fallback to bootstrap 4 template if present in core folder. 2020-12-31 11:46:53 -08:00
Cameron
6e19d79a63 Ajax form fix. 2020-12-31 10:57:22 -08:00
Cameron
8871cdd097 Styling fixes 2020-12-31 09:31:30 -08:00
Cameron
5d7f921023 PHP8 Warning fixes. 2020-12-31 09:06:20 -08:00
Cameron
798638a590 PHP warning fixes. 2020-12-31 08:01:34 -08:00
Cameron
515d81ebb7 Sigin plugin/shortcode added. 2020-12-30 14:24:38 -08: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
3ad4964b2d BS5 fixes. 2020-12-30 07:57:43 -08:00
Cameron
072c2a129a Bootstrap5 tweaks. Added support for Brazilian Portuguese. 2020-12-30 07:16:18 -08:00
Cameron
10ad436e28 Support for Bootstrap5. Clear cache in theme manager when choosing themes. 2020-12-29 12:43:25 -08:00
Cameron
15488f1c7e Closes #4311 - gSitemap select-all option. 2020-12-29 10:30:05 -08:00
Cameron
94f772577a trackback plugin removed. 2020-12-29 10:04:33 -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
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