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

4696 Commits

Author SHA1 Message Date
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
2a1b4d75df Fix for installation issue. 2019-09-03 05:09:19 -07:00
Cameron
79e8f834d9 SEO 2019-08-30 19:07:32 -07:00
Cameron
f8733b7ea1 Remove BOOTSTRAP and FONTAWESOME constants from bootstrap/theme.php 2019-08-30 18:41:51 -07:00
Cameron
2e5cf680e3 Fixes #3912 Theme visibility script flag fix. 2019-08-22 14:36:03 -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
68e4fd7d03 Support for {MENUAREA} - testing needed. 2019-08-22 13:18:09 -07:00
Cameron
a10e972f88 Removed admin-only limitation on system directory downloads. 2019-08-16 08:26:53 -07:00
Cameron
7af965f97d placeholder attribute wasn't working on datepicker input. 2019-08-13 12:16:34 -07:00
Cameron
1fb0c3138d Added 'd' flag to parser filter. 2019-08-10 14:39:20 -07:00
Cameron
b705e17815 Fix for custom batch methods applied to all records. 2019-08-10 13:24:14 -07:00
Cameron
f75e378ec3 Fixes #3741 - Issue with plugins, menus disappearing or displaying as being uninstalled. 2019-08-06 11:38:24 -07:00
Cameron
a950bf981e New admin perm added: to grant access to only theme preferences (but not others) 2019-07-29 12:37:08 -07:00
Cameron
f4a47d44e9 Meta-tag viewport fix and more. 2019-07-23 17:13:07 -07:00
Cameron
75086e8a71 Fix for google and microsoft advertising auto-tags 2019-07-23 16:47:57 -07:00
Cameron
58f72cfb7e Name for css submit-trigger group added. 2019-07-09 13:14:25 -07:00
Cameron
f5317e329f Theme preferences import/export added to 'database' admin area. 2019-07-09 12:08:52 -07:00
Cameron
4465182852 More meta keyword fixes. 2019-07-05 15:12:39 -07:00
Cameron
20e15a4ac0 Fix: Admin Area > Meta Tags > Keywords to be considered as global keywords to append to all pages of the site as originally intended. Leave blank to disable. 2019-07-05 13:35:36 -07:00
Néstor Sabater
639b6b3f34
Added social login provider callback data to event
Event user_xup_signup was not giving info that may come from the social provider, for example the Birth date or gender, I just added a way to access all provider callback info from within the signup event.
2019-07-03 13:05:49 +02:00
Cameron
a134a2815d Fix for large admin menu. 2019-07-02 09:38:51 -07:00
Cameron
53bc1f58b4 Improved URL matching for layout detection. Closest match will always be used. 2019-07-02 09:02:05 -07:00
Cameron
5930e62c21 user batch export enabled. code cleanup. 2019-06-28 13:06:06 -07:00
Cameron
5944983b6c Admin-UI: $adminMenu now has a 'badge' attribute. Send it an array and it will render a badge in the navigation. eg. array('value' => $count, 'type'=>'warning'). General code cleanup in 'admin' nav method. 2019-06-26 13:48:53 -07:00
Cameron
2e33eec996 line-break corrections. 2019-06-22 11:44:12 -07:00
Cameron
a2c384c57f Fixed <body> tag when using Menu Manager. Stored HTML-theme true/false var for each theme. 2019-06-22 11:43:46 -07:00
Cameron
1cb3f934ea Isse #2308 Remove the need for the BODYTAG constant. 2019-06-21 14:09:10 -07:00
Cameron
6eb730ff69 Bootstrap 4 toBadge() fix. 2019-06-20 11:33:05 -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
6ae0bee2fe Menu-Manager {MENU} count fix for *_layout.html format. 2019-06-17 10:16:27 -07:00
Cameron
dc53fb37a1 header/footer code cleanup 2019-06-17 09:23:21 -07:00
Cameron
a9292caef0 Moved list detection to class2. 2019-06-16 13:45:05 -07:00
Cameron
fa6852ea8e Revert session handler change. 2019-06-16 13:44:03 -07:00
Cameron
478fc8d060 Tablerender: setContent('list') added to login menu and news menus. 2019-06-16 13:30:16 -07:00
Cameron
6b73f6d198 Fix for session issue. 2019-06-16 12:44:00 -07:00
Cameron
1f476c77cd Fix for PHP7.3 "ADLAN" warnings 2019-06-16 12:33:28 -07:00
Cameron
1cca064f0f Breadcrumb fallback fix. 2019-06-15 16:55:13 -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
ff9666c5f6 Added example to _blank plugin for {---BREADCRUMB---} integration. 2019-06-15 11:04:45 -07:00
Cameron
2fd5238172 Page breadcrumbs added to Magic Shortcode {---BREADCRUMB---} 2019-06-15 10:12:00 -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
baa1c8c485
Merge pull request #3839 from yesszus/patch-1
Some corrections
2019-06-13 17:08:16 -07:00
Cameron
37e7a4c996 Magic Shortcodes added. Fix for news 'view' rendering. 2019-06-12 20:20:09 -07:00
Gábor
3bf6b7d32a
Update cron_class.php 2019-06-12 06:31:06 +02:00
Cameron
36b4c354eb Experimental - Support for theme html templates and layouts. 2019-06-11 15:53:08 -07:00
Cameron
2337f8e678 Support for automated git sync with a theme repo. 2019-06-11 10:09:41 -07:00
Tijn Kuyper
698cea566f
#1775 - fix for HTML bbcode parsing 2019-06-08 20:12:09 +02:00
Cameron
a5ed96e7c5 User extended class loop fix. 2019-06-08 11:03:41 -07:00
Cameron
d50dc72c76 Code cleanup 2019-06-08 10:56:14 -07:00
Cameron
020a93cee2 Issue #1775 Rich text extended user field. User-extended class cleanup. 2019-06-08 10:31:15 -07:00