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
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
Cameron
7dea524e8a BC Fix for icons in sitelinks. 2019-04-30 14:01:05 -07:00
Cameron
e087dc52a2 Issue #1944 IMPORTANT: Any reference to #comments-container in the theme must be changed to .comments-container 2019-04-30 12:01:09 -07:00
Cameron
f8901ace65 Issue #3790 - cleanup and possible fix for PHP 7.3 2019-04-30 11:08:37 -07:00
Cameron
1c168aefa1 Link words cleanup and compatibility for custom-fields (textarea/bbarea) 2019-04-25 13:29:00 -07:00
Cameron
e3fcbabe56 Fix for getUsersInClass order. 2019-04-20 13:45:13 -07:00
Cameron
de509f6d41 userclass class - Fixed get_users_in_class() and deprecated in favor of new method getUsersInClass() 2019-04-18 10:24:30 -07:00
Cameron
2e432ee90b Form handler: progressBar() class fix. 2019-04-16 15:08:18 -07:00
Cameron
0fa688d35e Tweaked output on bounce handler. 2019-04-15 17:41:22 -07:00
Cameron
4f42c43c84 Bounce handler cleanup 2019-04-15 17:17:45 -07:00
Cameron
c1e3e8889f Issue #1944 (Partial fix) Comments use unique IDs. 2019-04-11 15:52:41 -07:00
Cameron
18a8571ed3 Fixes #3711 - check local themes/plugins against author names as well as versions before suggesting updates. 2019-04-11 12:28:14 -07:00