1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-11 16:12:17 +02:00

12462 Commits

Author SHA1 Message Date
Cameron
68e4fd7d03 Support for {MENUAREA} - testing needed. 2019-08-22 13:18:09 -07:00
Cameron
c3b3b0077c {FAQ_HIDE} added for manual collapse/expand management via template. 2019-08-22 10:27:27 -07:00
Cameron
d02ede9750 Linkwords fix. 2019-08-22 09:34:34 -07:00
Cameron
bfa5c4575c Remove link words from faq question. 2019-08-22 09:32:30 -07:00
Cameron
f57aa8ab93 Separate {FAQ_SHARE} shortcode added. 2019-08-22 09:27:33 -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
d1c6cad16b Fix the theme manager menu when only "preferences" permissions are active. 2019-07-25 15:56:20 -07:00
Cameron
c98845b48a Fixes #3894 - Chapter breadcrumb displaying when no chapter in use. 2019-07-23 17:45:23 -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
913ac249f7 Fix for using {THEME} (ie. theme folder path) in footer part of theme layout. 2019-07-05 13:48:35 -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
Cameron
845b489f70
Merge pull request #3877 from Jimmi08/patch-3
Fixes #3876 - Removed leftover debug info
2019-07-04 09:51:38 -07:00
Cameron
41a6498958
Merge pull request #3874 from nesjett/patch-1
Added social login provider callback data to event
2019-07-04 09:51:09 -07:00
Cameron
f1a65b82b2
Merge pull request #3869 from Jimmi08/patch-2
Fixes #3868 Featurebox plugin category name correction.
2019-07-04 09:50:17 -07:00
Cameron
294d452f9c Fixes Comments not displaying on news or "Array" being displayed. 2019-07-04 09:48:00 -07:00
Jimako
7e735fa97d
fix for #3876 2019-07-04 09:50:36 +02: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
751f2383ec Additional checks added for similar URL matches. 2019-07-02 09:01:54 -07:00
Tijn Kuyper
8e331152e0
#3827 - check for rankInfo to prevent unwanted HTML output 2019-07-02 09:54:50 +02:00
Cameron
56ac781a2b Moved debug info to footer. 2019-07-01 20:39:01 -07:00
Tijn Kuyper
de1896c667
Closes #3858 - clarified debug message 2019-07-01 10:34:34 +02:00
Jimako
4a9cc30e8f
fix for correct category names #3868 2019-07-01 09:07:25 +02:00
Cameron
5930e62c21 user batch export enabled. code cleanup. 2019-06-28 13:06:06 -07:00
Tijn Kuyper
45b073eecb
Fixes #3865 - Download icons fix
Thanks @jimmi08
2019-06-27 09:26:53 +02: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
8ffe5f4fca Code cleanup 2019-06-21 14:05:15 -07:00
Cameron
b726dde81d Fix for 'list' detection. 2019-06-21 14:04:28 -07:00
Cameron
6eb730ff69 Bootstrap 4 toBadge() fix. 2019-06-20 11:33:05 -07:00
Cameron
5a1a1def12 Fixes #3862 - news archive button template added. 2019-06-19 13:38:08 -07:00
Cameron
4c2762d7b9 Fixes #3860 - remove from magic shortcode 'caption' 2019-06-19 12:55:44 -07:00
Cameron
ed5fdfc070 User extended test rework. 2019-06-18 14:29:44 -07:00
Cameron
750fb4a4e0 Issue #2970 BS4 fix on featurebox carousel template. 2019-06-18 14:15:16 -07:00
Cameron
7b3cdad868 Placeholder added. 2019-06-18 13:57:43 -07:00
Cameron
673dc08f09 Blog calendar menu button size fix. 2019-06-17 12:33:36 -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
d318b7a8fc Issue #2970 Blog Calendar Menu fix for Bootstrap 4 2019-06-17 11:49:01 -07:00