1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-10 20:44:48 +02:00
Commit Graph

37 Commits

Author SHA1 Message Date
Cameron
f922456a8f Fixes #4706 'quote' bbcode in TinyMce and fixes fatal error under PHP 8.1 (LAN_WROTE) 2022-03-29 13:59:25 -07:00
Cameron
b91b1c36b0 Closes #4600, Fixes #4597 - Encoding of 'national characters' in TinyMce. 2021-10-19 09:10:32 -07:00
Cameron
2862e18db9 Issue #4471 2021-04-06 18:41:15 -07:00
Cameron
2337b075a8 Fixes #4346 - TinyMce parser issue. Hide side-panel help icon on legacy admin theme. 2021-02-05 18:31:54 -08:00
Cameron
80a4d547f6 Issue #4346 Added TinyMce parser tests for script tags. 2021-01-18 08:11:49 -08:00
Cameron
e1593de8ee Removed redundant PHP closing tags. 2020-08-10 15:49:44 -07:00
Nick Liu
b2bd6763de Null checks for e107TinyMceParserTest
- FIX: Do not redefine e_ADMIN_AREA in parser.php
- FIX: Null checks for e107TinyMceParser
- FIX: Array type check for e_bbcode::imgToBBcode()
- FIX: Optional query string in e_parse::thumbUrlDecode()
- FIX: Don't redefine TINYMCE_UNIT_TEST
2020-01-18 11:05:08 +01:00
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Cameron
005e05ee58 BC fix for bbcode -> wysiwyg. 2018-11-13 13:31:27 -08:00
Cameron
7e4f22c80d TinyMce Image align left/right parsing fix. 2018-08-22 08:12:32 -07:00
Cameron
c162981fbd Cleaned up the Default Image Size in Media-Manager Preference area. Remove 'width=' from [img] when it matches the default size. 2018-01-26 15:54:54 -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
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
bad3a54eee Experimental: Insert e107 BBcodes using TinyMce (Insert Menu) 2017-12-14 17:44:29 -08:00
Cameron
fa385db40e Fixes #1835, Fixes #1700 - Emoticons path issue. Also removed old icons not found in the emoticon pack. 2016-09-14 11:57:13 -07:00
Cameron
7de9daf9ff Plugin Addons: e_tohtml.php deprecated in favor of new e_parse.php addon file. TinyMce now disables plugin hooks during parsing. 2016-08-01 12:58:03 -07:00
Cameron
e15469e806 Fixes #1433 - TinyMce Remote image issue. 2016-05-22 11:08:04 -07:00
Cameron
b887ec55f0 Fixed TinyMce was removing absolute links which are necessary under circumstances such as composing mail-outs. 2016-05-12 19:10:56 -07:00
Cameron
2915c8b1f5 TinyMce cleanup empty paragraph tags. 2016-04-28 18:26:21 -07:00
Cameron
a21cce9c4b Make sure the wysiwyg parser still functions when maintenance is on. 2016-04-02 16:44:55 -07:00
Cameron
0655cb96fd PHP Notice Removal 2016-03-13 01:16:37 -08:00
Cameron
4516bc910e TinyMce styling corrected to work with newer version of TinyMce. TinyMce parser image path corrections. Old Tinymce popup code removed. 2016-03-10 13:33:52 -08:00
Cameron
2976754d29 Compress the secureImg. TinyMce also decoding theme SEF image URLs now. 2016-02-07 11:16:00 -08:00
Cameron
0c3125a11e Issue #1257 More work on SEF Thumb URLs. 2016-02-04 11:40:15 -08:00
Cameron
a00acf6319 TinyMce: Fixes an issue where additional line-breaks were being added when converting to HTML. 2016-01-24 20:08:47 -08:00
Cameron
b1c2e030d5 Default image resize pref is now used correctly by TinyMce media-manager. Image captions may now be added to inline images. TinyMce media-manager 'cancel' button is working again. 2016-01-11 20:53:05 -08:00
Cameron
aa4b56a792 Fixes #1092 - TinyMce breaking external image URLs with params. 2015-06-29 10:07:04 -07:00
Cameron
2b436ded30 Correct inline editing of userclasses in Admin -> Users and re-ordered userclasses in Admin -> Userclasses. autocomplete nowswitched off in usersettings.php 2015-05-15 13:07:26 -07:00
Cameron
d9e52ae0d1 Fix: Userclass filtering was failing in admin -> users. 2015-05-14 09:57:31 -07:00
Cameron
85dc35db26 Fixes #1007 - toDB() was breaking {e_XXX} paths when HTML was used. 2015-05-14 09:20:11 -07:00
Cameron
c7675f616a Fix for legacy rss feed url and news post 'visibility' form element. 2015-04-12 18:45:48 -07:00
Cameron
f5a5a64e98 Tinymce parser now loads up to 3x faster. 2015-04-11 20:40:29 -07:00
Cameron
f253d00560 TinyMce4 fixes. Video and Glyph plugins working again. Editor toggle button working. And embedded video thumbnail workaround added. 2015-04-02 02:49:19 -07:00
Cameron
bb01287e25 Fixes #803 - TinyMce Image paths issue. 2015-01-29 17:01:52 -08:00
Cameron
5cbb38ad7f Clean empty TinyMce content when saving to database. 2014-06-16 18:18:29 -07:00
Cameron
771d7e5168 Initial commit of the highly experimental TinyMce4 CDN plugin. 2014-05-20 16:54:03 -07:00