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
Cameron
944bb732c9
Code cleanup
2019-06-08 07:50:56 -07:00
Tijn Kuyper
4e9bb1ffc0
#1775 - Added Rich Textarea (WYSIYWG) for EUF
...
Initial commit. Needs testing as saving linebreaks is not working properly yet. Perhaps due to filter in /usersettings.php.
2019-06-08 16:07:36 +02:00
Cameron
7e90cfb4b5
Fix for mysql tests.
2019-06-06 07:07:59 -07:00
Cameron
60b7f3ae6d
Minor tweaks.
2019-06-05 21:59:03 -07:00
Cameron
32c20a7453
Issue #2146 - Featurebox frontend fix.
2019-06-04 13:06:34 -07:00
Cameron
5cd9f52548
New "Search in Field" filter option added for field-specific search of text fields and similar. (filter=>true required)
2019-06-04 12:59:39 -07:00
Cameron
ca1748df8d
Issue #2146 - Fix for theme-manager after model refactoring.
2019-06-04 10:48:56 -07:00
Cameron
f0f6eb5d73
Admin-UI: Display a debug message when no 'type' has been set.
2019-06-03 16:46:40 -07:00
Cameron
62863b4934
Issue #2146 PHP 7.3 class compatibility fix. More testing required.
2019-06-03 16:29:38 -07:00
Cameron
ce7f3feb38
PDO class now used by default. mysql_class.php currently deprecated until it is modified to use mysqli. Install routine upgraded. Install logging vastly improved.
2019-06-03 15:27:36 -07:00
Cameron
248dc0408b
Prevent old corrupted linkword prefs from breaking site. ie. CRITICAL ERROR 3 and 4.
2019-06-01 15:51:05 -07:00
Cameron
09846ee9a7
Fixes #3814 - Userclass issue as found in forum moderator check.
2019-05-28 11:26:32 -07:00
Cameron
be8d2fca28
Fixes #3800 Issue with DB structure update and database name containing hyphens.
2019-05-28 10:49:32 -07:00
Cameron
01d87ade4f
Fixes #1818 - Batch Userclass list missing 'members' in default list.
2019-05-27 11:17:41 -07:00
Cameron
783be29953
PHP 7.3 Notice/Warning Fixes.
2019-05-27 10:45:35 -07:00
Cameron
eb6401385e
Code cleanup
2019-05-26 17:05:29 -07:00