1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

379 Commits

Author SHA1 Message Date
Cameron
402d1f4126 Closes #1801 Code cleanup. Deprecated method errors added. 2020-12-22 14:48:28 -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
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
4713f572d0 Remove old css classes from debug info. 2020-12-19 10:50:08 -08:00
Cameron
cf14705535 Code speed optimization 2020-12-12 11:32:23 -08:00
Cameron
7229aa6c50 Preparations for WebP conversions. e107::title() added to eventually replace defining e_PAGETITLE. 2020-12-08 18:15:08 -08:00
Cameron
3a78603ebd Header now loads link tags sooner. (excluding css)
Clear js/css/browser/library cache automatically after git update.
2020-12-03 11:00:53 -08:00
Cameron
6fd582655a Defer header javascripts to footer when js/css caching is enabled. 2020-12-02 20:15:13 -08:00
Cameron
5a7e382efb Fixes #4272 - fixed JS file loading order so that inline code is run after cached scripts. 2020-11-30 11:26:09 -08:00
Cameron
f4341ac5cb Removed redundant php code from templates. 2020-06-02 12:05:20 -07:00
Cameron
1c8e755edf Fixes #3726 - legacy shortcode wrapper conflict with email template. 2020-06-01 17:37:49 -07:00
Cameron
c1b5aede30 Added usersettings bootstrap 4 template file. 2020-05-13 13:48:07 -07:00
Cameron
bf00c3ad83 Bootstrap 4 Fixes on Usersettings page. 2020-05-13 13:31:43 -07:00
Cameron
2cf97da75c Fixes #4146 - Better way to do bootstrap 4 pagination. 2020-05-11 12:01:50 -07:00
Jimako
e4a9499702
full fix for user template in bootstrap 4 2020-05-09 16:02:52 +02:00
Cameron
8c254bccd6 Issue #4146 - Fixed user profile navigation (next/prev) for legacy, bootstrap3 and bootstrap4 themes.
Closes #4021 - Added support for independent core templates for legacy, bootstrap3 and bootstrap4 templates.
2020-05-08 14:34:34 -07:00
Cameron
0f2ab37d47 Backward compatibility fixes. 2020-05-06 16:15:52 -07:00
Moc
715d8dde60
Tweak developer mode check and message 2020-05-04 21:22:13 +02:00
Cameron
ad7caf78e8 Fix for theme render test. Disabled debug routines when inactive. Bootstrap3 moved modal to footer. Code cleanup. 2020-05-04 12:10:22 -07:00
Moc
7ffad1f4d2
Check for developer mode
Adds warning for ADMIN when developer mode is enabled, but when user is not on localhost (indicating developing).
2020-05-03 17:43:50 +02:00
Cameron
834ea354e4 Core Cleanup. 2020-05-02 15:35:30 -07:00
Cameron
10d2fe5079
Merge pull request #4149 from Jimmi08/patch-3
#4055 signup template correct implementation of GDPR shortcode
2020-05-02 10:52:20 -07:00
Jimako
b0be115069
#4055 signup template correct implementation of GDPR shortcode
otherwise, there is the visible border with empty field
2020-05-02 18:52:17 +02:00
Jimako
f6496b8be4
#2160 fix for correct button class on core signup template 2020-05-02 17:09:22 +02:00
Cameron
568d8feb77 Closes #4141 - Upgraded theme specification for v2.3.0+. See bootstrap3/theme.php for details. Use 'theme' class. 2020-04-28 14:03:05 -07:00
Cameron
326305f5f2 Removed old deprecated global $e107_debug. Cleaned up debug_handler.php (e107_debug class) 2020-04-26 13:32:18 -07:00
Cameron
6d29c4c55e Issue #1767 Fixed duplicate 'required' indicator in legacy usersettings theme template. 2020-04-21 11:36:36 -07:00
Cameron
31e197ccce Issue #1767 - Signup template cleanup. 2020-04-20 12:37:39 -07:00
Cameron
3730254b8a Admin-UI: Issue #3058 - Made true/false icons consistent regardless of whether inline editing is enabled or disabled. 2020-04-09 17:22:10 -07:00
Cameron
609496ab4c Improved performance on getLayouts when using the new 'layouts' folder in the theme's directory.
Possible fix for missing class in footer_default.php
2019-09-03 05:58:04 -07:00
Cameron
1d45f1e4c4 Fixes #3932 Added support for dynamic header/footer templates controlled by theme_shortcodes class. 2019-08-22 14:28:59 -07:00
Cameron
913ac249f7 Fix for using {THEME} (ie. theme folder path) in footer part of theme layout. 2019-07-05 13:48:35 -07:00
Cameron
1cb3f934ea Isse #2308 Remove the need for the BODYTAG constant. 2019-06-21 14:09:10 -07:00
Cameron
26ff074ee5 Issue #2970 Bootstrap 3 pull-left/right combined with Bootstrap 4 float-left/right. News Email/Print icon default styles added. 2019-06-17 12:27:53 -07:00
Cameron
dc53fb37a1 header/footer code cleanup 2019-06-17 09:23:21 -07:00
Cameron
346d42bdfb BC Fallback for breadcrumb() generator. Magix shortcode fix for news-view. Magic shortcodes are defined by the first render with {SETSTYLE=default} or {SETSTYLE=main} encountered in the template. 2019-06-15 16:45:03 -07:00
Cameron
1d311ff543 Magic Shortcode added for current breadcrumb. {---BREADCRUMB---} e107::breadcrumb() method added for plugins to set/get values. 2019-06-14 14:32:58 -07:00
Cameron
1efb840a86 Issue #2970 Bootstrap 4 compat. 2019-06-12 20:21:56 -07:00
Cameron
37e7a4c996 Magic Shortcodes added. Fix for news 'view' rendering. 2019-06-12 20:20:09 -07:00
Cameron
e5061e2c01 Experimental - render variable accumulator. 2019-06-12 13:13:22 -07:00
Cameron
36b4c354eb Experimental - Support for theme html templates and layouts. 2019-06-11 15:53:08 -07:00
Cameron
be627b8c7b News 'view' template can now use tablerender() when a 'caption' key value is found. 2019-06-06 14:24:37 -07:00
Cameron
f148e20837 Moved library loading into class2. Fixes Fontawesome not loading early enough when added via theme.xml (with forum and possibly other parts of e107). Added the FONTAWESOME constant to Paths/Variables debug output. 2019-04-11 10:47:50 -07:00
Cameron
5b9d334530 Bootstrap 4 fixes. 2019-03-02 13:22:46 -08:00
Cameron
749fd506e0 Issue #3676 Missing "required" marker on signup 2019-03-01 20:01:40 -08:00
Cameron
b03611922f Global fix and PHP Doc fix. 2019-02-21 12:06:56 -08:00
Cameron
db849f9fd7 Fixes #3676 - 'required' was not displayed on extended user fields. 2019-02-14 14:30:13 -08:00
Cameron
9c4dbcab91 Moved THEME_LAYOUT calculation out of class2.php and into theme_handler.php 2019-01-23 19:06:03 -08:00
Achim Ennenbach
6ce8972337 fixes #3579 shortcodes, lans for GDPR links on signup page.
Added shortcodes and lans to display GDPR links on signup page.
Updated signup template
2019-01-12 18:09:35 +01:00