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

4557 Commits

Author SHA1 Message Date
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
Cameron
6849a47545 Issue #2990 - unserialize BC fix. 2019-05-22 13:58:56 -07:00
Cameron
bdb45485ee Code Cleanup 2019-05-20 14:53:43 -07:00
Tijn Kuyper
650da3ed55
#3801 - Added tablerender id
error_page_404
error_page_401
error_page_403
error_page_404
error_page_500

and custom ones by plugins
2019-05-20 22:55:19 +02:00
Cameron
723f9f8b19 Reduced spacing between mediapicker elements. 2019-05-17 13:06:21 -07:00
Cameron
5e0ddfc36f Fixed #3807 - Menu-Manager parser error on themes with hyphen in folder name. 2019-05-17 12:53:46 -07:00
Cameron
a597006831 Issue #3721 Avatar crop support added. Simple usage: {USER_AVATAR: w=150&h=150&crop=1&shape=circle} 2019-05-16 10:50:18 -07:00
Cameron
7e11d99853 Added container id to checkboxes element. 2019-05-14 11:38:42 -07:00
Cameron
72a8476898 Avoid possible error using batch with custom method. Extra flexibility to allow modifying of listQry with custom filter handler. 2019-05-13 12:30:42 -07:00
Cameron
5150d92fb5 e107::unserialize() error logging added. 2019-05-13 12:29:24 -07:00
Cameron
541fcfa860 Closes #3799 Added afterPrefsSave() method. 2019-05-13 11:33:11 -07:00
Cameron
9ec990efb5 Bootstrap 4 compatibility 2019-05-12 15:40:01 -07:00
Cameron
033c22484c Fix for news-grid menu tablerender mode. 2019-05-12 15:29:20 -07:00
Cameron
2a9d0d3a88 Fixes #3454 Incorrect "Quick View" URL when using book/chapter/page profile. 2019-05-11 13:52:28 -07:00
Cameron
0688bc3aea Added option to override/modify default Create/Update buttons (triggers)
eg. $this->setDefaultTrigger(array('cancel' => array(LAN_CANCEL, 'cancel'))); // display only a cancel button.
2019-05-09 15:17:03 -07:00
Tijn Kuyper
86ea2a55f0
#2962 #2969 - Replace 'pager' class in BS4 2019-05-09 12:19:54 +02:00
Tijn Kuyper
f880986bb0
Added {RELATED_DATE} shortcode 2019-05-09 11:04:58 +02:00
Cameron
2250d3c2f3 New setIcon() method added to message handler. 2019-05-05 18:08:29 -07:00
Cameron
1d3d67ca0f Issue #1538 Improved method documentation example. 2019-05-04 14:50:02 -07:00
Cameron
08756f8040 Support for PHPUnit test. 2019-05-04 13:32:38 -07:00
Cameron
0e66396f16 Fixes #1330 - Inline field type fix for 'number' 2019-05-04 12:55:00 -07:00
Cameron
95b336dea3 Fix for getUsersInClass() query. Chart class experiment (commented out) 2019-05-01 17:08:33 -07:00
Cameron
b899eaf969 Fix for progressBar width. 2019-04-30 20:16:47 -07:00
Cameron
011964af65 Closes #3321 - FontAwesome5 CDN now functioning correctly and updated to v5.8.1 . 2019-04-30 15:25:27 -07:00