1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

588 Commits

Author SHA1 Message Date
Nick Liu
b3cf8df03c
Fixed inconsistent output in PHP < 7.3 in e_parser::cleanHtml()
- FIX: Workaround for https://bugs.php.net/bug.php?id=76285 present in PHP versions below 7.3 that maintains compatibility for PHP >= 7.3
2019-12-25 12:21:13 -08:00
Cameron
1fb0c3138d Added 'd' flag to parser filter. 2019-08-10 14:39:20 -07:00
Cameron
6eb730ff69 Bootstrap 4 toBadge() fix. 2019-06-20 11:33:05 -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
05fda0cf1f Fix for double-encoding in admin logs. 2019-04-01 12:27:03 -07:00
Cameron
d05d4f6406 Fixes #3712 2019-03-06 12:10:53 -08:00
Cameron
5efcfc2074 Minor performance increase. 2019-03-02 11:03:17 -08:00
Cameron
411c7c40d4 Fixes #3710 toDB() fix. 2019-03-02 10:51:05 -08:00
Cameron
7aaf09a6d2 Fix array handling in toDB() and improved performance for simple integers. 2019-03-02 10:07:07 -08:00
Cameron
749fd506e0 Issue #3676 Missing "required" marker on signup 2019-03-01 20:01:40 -08:00
Cameron
dea967a952 Improved plain text sanitation 2019-03-01 16:36:37 -08:00
Cameron
8dbea39e0a Fixes #3699 makeClickable issue on PHP 7.3 2019-02-28 10:32:12 -08:00
Cameron
a6a5f84bc2 FontAwesome5 support in toGlyph(); 2019-02-26 15:03:29 -08:00
Cameron
60647dc5f8 Made getThemeLayout() more flexible. 2019-02-26 13:56:07 -08:00
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Cameron
bf0d60a15c Fix for isHtml() 2019-02-14 14:57:05 -08:00
Tijn Kuyper
c7b2aa597f Fixes #1681 - allow label tag to be used 2019-02-04 17:47:47 +01:00
Cameron
5cc1b18f80 Fixes #3486 - Fixes issue with files containing spaces. 2018-10-02 13:07:26 -07:00
Cameron
3959c998c4 Issue #3463 - Alt-auth missing port field. 2018-10-02 12:15:58 -07:00
Cameron
310b7e84e1 Precaution added for old left-over plugin prefs using hooks 2018-09-09 19:47:50 -07:00
Cameron
69aa6711e9 toGlyph tag cleanup 2018-09-09 10:16:55 -07:00
Cameron
5ee15f10ef Allow title to be set in toGlyph() 2018-09-08 10:27:06 -07:00
Cameron
e9ddd09766 Issue #3307 Issue #3385 Testing required. "+" sign encoding. 2018-08-17 14:56:57 -07:00
Cameron
66210474bd MediaPicker Select JS rewrite.
toIcon() fallback set to 'abs' URLs instead of 'full' URLs.
Fix for double-entry of mediapicker into TinyMce.
2018-08-13 17:42:06 -07:00
Cameron
a5187f8590 Issue #1958 Improved SVG support. 2018-07-27 12:41:14 -07:00
Cameron
557dea1f0e Media-picker work. Add the following to e107_config.php to enable and test. define('e_DEBUG_MEDIAPICKER', true); 2018-07-25 20:28:30 -07:00
Cameron
9b2772b7ac media-picker work. Issue #6 Removed '...' from LAN_SELECT and added manually where appropriate. 2018-07-25 12:29:52 -07:00
Cameron
91b75ea159 Issue #3307 '+' sign encoding issue in form. 2018-07-24 15:52:34 -07:00
Achim Ennenbach
09e3b4aeb6 fixes #3249 uc_select() didn't recognize comma separated values
added a check for such values
2018-07-21 10:19:04 +02:00
Cameron
cd8ddfd54a Issue #3200 - Media-Manager Media-picker work-in-progress 2018-07-19 12:43:04 -07:00
Cameron
6ab8c5c0f3 Issue #3200 More work on Media-picker. Version changed to 2.1.9 (git) 2018-07-18 14:40:29 -07:00
Cameron
ed36008286 Non-standard arg_separator.output value fix. 2018-05-04 17:58:25 -07:00
Achim Ennenbach
d01a97816f refactoring toNumber() into e_parse class 2018-05-04 19:27:00 +02:00
Cameron
8f91e42c40 Changed makeClickable to public, for testing. 2018-03-10 19:17:13 -08:00
Cameron
48b3318ecb Admin-UI: $field 'filter' attribute now accepts 'future' and 'both', defaults to 'past' when set to true. ie. search future dates, past/future dates or past dates. 2018-03-05 14:37:56 -08:00
Cameron
c377050945 Make sure livestamp' is only active when 'relative' is selected in toDate(). 2018-03-04 13:03:29 -08:00
Cameron
d0d4bcc1cd Use static URLs in compressed CSS when enabled. 2018-01-26 18:12:12 -08:00
Cameron
4d3ef86bb7 Fix for TinyMce image resize. Also disabled static URLs in the admin area. 2018-01-26 14:10:15 -08:00
Cameron
7764d6a378 Fix for staticUrl() conflict. 2018-01-19 14:16:15 -08:00
Cameron
b22b1c49cd staticUrl() parser method now converts media folder URLs also. 2018-01-19 14:05:02 -08:00
Cameron
2788e9745c Image to Bbcode routines and batch conversion option added to admin News area (when in debug mode) 2017-12-27 20:58:59 -08:00
Cameron
66cb38cb85 Convert images back to bbcode when using TinyMce to keep image src urls dynamic. Parse bbcode inside [html] in toHtml() 2017-12-27 12:28:29 -08:00
Cameron
f51d759be9 Fixes last commit. 2017-12-14 18:09:31 -08:00
Cameron
ae3c42d888 Fix for multiple <x-bbcode> tags. 2017-12-14 18:04:45 -08:00
Cameron
bad3a54eee Experimental: Insert e107 BBcodes using TinyMce (Insert Menu) 2017-12-14 17:44:29 -08:00
Cameron
bd27b8ec04 Possible HTML validation issue fix for Font-Awesome etc 2017-12-09 12:28:00 -08:00
Cameron
4bf1d4c97b Fixes #2863 Glyphicons becomes the fallback 2017-11-17 13:10:29 -08:00
Cameron
ab76e96e86 Issue #2863 Possible fix for Glyph issue (bootstrap2 icons while using bootstrap3) 2017-11-15 15:11:33 -08:00
Cameron
21875c0b24 Use "i" tag for Fontawesome by default. 2017-11-04 10:27:17 -07:00