1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-17 19:09:45 +01:00

11692 Commits

Author SHA1 Message Date
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
38ec49b94c Signup processing moved to e_signup_class.php 2019-06-08 10:36:48 -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
Tijn Kuyper
f6562ff2a4
#2969 - /search.php BS4 fix for 'caret' class (dropdown buttons) 2019-06-07 22:32:13 +02:00
Cameron
74030054b6 Remove missing js file reference. 2019-06-06 20:10:01 -07:00
Cameron
4ae90b62b3 Code cleanup and PHPDoc 2019-06-06 14:25:58 -07:00
Cameron
be627b8c7b News 'view' template can now use tablerender() when a 'caption' key value is found. 2019-06-06 14:24:37 -07:00
Cameron
9d2fcaf165 BC fix for banner image preview in admin area. 2019-06-06 07:43:40 -07:00
Tijn Kuyper
d53cba4e8e
Forum admin clean-up 2019-06-06 16:18:54 +02:00
Cameron
7e90cfb4b5 Fix for mysql tests. 2019-06-06 07:07:59 -07:00
Tijn Kuyper
c24ade3b9c
#3733 - Added new 'Forum icon' field
- Renamed forum image to  "Image" (LAN_IMAGE instead of LAN_ICON)
- Added new field forum_icon (LAN_ICON)
- Icon can be used / rendered using {FORUMICON} shortcode in template
- database update requires
- v1 to v2 update needs testing (will do shortly)
2019-06-06 16:02:46 +02: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
65c0777357 Issue #2146 - Featurebox admin area. 2019-06-04 12:57:53 -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
4bf9c89eaa Version updated to 2.2.2 (git) 2019-05-29 11:50:02 -07:00
Cameron
183b96235a Cleanup v2.2.1 2019-05-29 11:18:34 -07:00
Cameron
1d4f1afc25 Removed $forum global . 2019-05-28 12:04:25 -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
f1081c2b21 Fixes #3815 - deftrue not found issue. 2019-05-25 11:53:29 -07:00
Cameron
4b44128cdb Issue #3800 Require database-name to start with a letter. 2019-05-24 11:16:06 -07:00
Tijn Kuyper
473109bd9b
Fixes #3813 - Comment avatar in comment form 2019-05-24 10:55:53 +02:00
Cameron
9a44513c91 Fixes #3812 - Page insert failure in PHP 7.3 2019-05-23 11:13:42 -07:00
Cameron
1501ccfda5 Clear cache after core update 2019-05-22 13:59:02 -07:00
Cameron
6849a47545 Issue #2990 - unserialize BC fix. 2019-05-22 13:58:56 -07:00
Tijn Kuyper
6664e9d7ef
Forum {SEARCH} updated to include placeholder 2019-05-21 12:32:02 +02:00
Cameron
bdb45485ee Code Cleanup 2019-05-20 14:53:43 -07:00
Cameron
6a2fdab074 Fixes #3809 - broken links 2019-05-20 14:18:06 -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
Tijn Kuyper
4ed4ff8035
Added {{NEWS_AUTHOR_EUF} to retrieve User Extended Fields from news author 2019-05-20 22:30:46 +02:00
Cameron
7839e49021 Issue #3775 Revert "Fixes #3775 Admin path on welcome page."
Solution only works when logged in, but not directly after installation.
2019-05-20 12:20:01 -07:00
Tijn Kuyper
a7b0c92769
#2969 - Forum template BS4 fixes for 'caret' class (dropdown buttons) 2019-05-20 15:35:21 +02:00
Cameron
44626a0006 Updated version to v2.2.1 2019-05-18 12:03:17 -07:00
Tijn Kuyper
ef81305c77
#3124 - Possible fix for TinyMCE not loading default (English) LAN v2.2.0 2019-05-18 13:32:30 +02:00
Cameron
92b365ffc3 Issue #3774 Allow e107 to function without setting directories in e107_config.php 2019-05-17 13:27:36 -07: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