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
e1059b8001
Fixes #4711 - BS4/5 button classes in TinyMce.
2022-03-27 12:10:41 -07:00
Cameron
afc0489e8c
e107 Website URL updated to https.
2021-11-29 13:31:32 -08:00
Cameron
b91b1c36b0
Closes #4600 , Fixes #4597 - Encoding of 'national characters' in TinyMce.
2021-10-19 09:10:32 -07:00
Cameron
fe7e99f136
Fixed formatting of admin > mailout form elements.
2021-10-19 07:41:33 -07:00
Cameron
2862e18db9
Issue #4471
2021-04-06 18:41:15 -07:00
Cameron
a57c598168
Added missing TinyMce4 files.
2021-02-12 06:16:07 -08:00
Cameron
7133d4bb6f
Closes #4228 TinyMce can now load the frontend theme in the editor when 'wysiwyg' is found in the scope of a declared css file within theme.xml
...
Fixes #4371 - FontAwesome5 is now loaded in the TinyMce editor when detected in the frontend theme.
2021-02-11 16:39:50 -08: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
49b8a9690d
Issue #4020 2 new prefs added. Allow default collapsing of side-bar and enable/disable labels on nav-bar.
...
Icon cleanup and will now try to guess the right icon based on mode/action. Styling fixes. Removed unused admin stylesheets from bootstrap3.
2021-02-03 11:46:32 -08:00
Cameron
835e477147
Bootstrap 5 styling. (data-bs-toggle)
...
Signup shortcodes now automatically load the required template.
2021-01-26 15:08:58 -08:00
Cameron
acc1a9af0d
Plugin script tests and PHP8 fixes.
2021-01-22 13:44:10 -08:00
Cameron
f055b49d91
PHP8 Plugin code cleanup
2021-01-21 09:38:38 -08:00
Cameron
80a4d547f6
Issue #4346 Added TinyMce parser tests for script tags.
2021-01-18 08:11:49 -08:00
Cameron
4553da0852
Upgraded TinyMce to 4.9.11
2021-01-16 05:00:47 -08:00
Cameron
a41693b4b6
Removed snippets from bootstrap3 theme. Fix for line-endings issue in cache tests.
2020-12-28 15:16:23 -08:00
Cameron
7dfac0dcfa
Issue #4299 - PHP8 compatibility fixes.
2020-12-25 10:23:56 -08:00
Cameron
601df26d51
Code optimization for speed and reduced memory usage.
2020-12-20 11:50:10 -08:00
Cameron
7238743542
Regex fixes and path fix for TinyMce.
2020-12-18 13:07:45 -08:00
Cameron
f5153bf640
Updating of deprecated method usage. Removal of old files. Log tests added.
2020-12-18 09:39:02 -08:00
Cameron
0e90d4aa66
Code optimization and cleaning
2020-12-17 13:13:29 -08:00
Cameron
44e260b121
Code cleanup and optimization
2020-12-14 16:21:48 -08:00
Cameron
ce8cb87e24
PHP8 Fix correction on TinyMce
2020-12-09 11:34:52 -08:00
Cameron
afaac88003
PHP8 Compatibility and code cleanup.
2020-12-08 12:21:12 -08:00
Cameron
a81a5789e4
Fixes #4273 - Fixes TinyMce rendering of bootstrap 3-column grid.
2020-11-30 17:36:38 -08:00
Cameron
7214b75794
Fixes #4223 - Fix for bootstrap style inside TinyMce. Thanks go to @tgtje
2020-11-30 12:20:57 -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
Tijn Kuyper
ef81305c77
#3124 - Possible fix for TinyMCE not loading default (English) LAN
2019-05-18 13:32:30 +02:00
Cameron
1dbc90143f
Case cleanup toHtml() should be toHTML()
2019-02-26 12:22:36 -08:00
Achim
a14b21f98a
Reverted changes in member.xml
...
Reverted changes in member.xml
- Removed the icons for the mediamanager
2019-02-08 21:04:44 +01:00
Achim Ennenbach
8d7a0da0dc
fixes #3656 : Make the mediamanager icons available in the forum
2019-02-08 13:01:38 +01:00
Cameron
9e09cf836e
Fixes #3546 Social network trackers now ignored during THEME_LAYOUT detection.
2019-01-24 11:38:11 -08:00
Jimako
39ffc89208
mistypo in css causing W3C validation error.
2018-12-20 15:35:09 +01:00
Cameron
005e05ee58
BC fix for bbcode -> wysiwyg.
2018-11-13 13:31:27 -08:00
Cameron
775cf26b98
Media Manager Issue #3426
2018-09-10 12:31:31 -07:00
Cameron
9fc35e190c
Fixes #3386 TinyMce wasn't inserting image correctly when pref "resize dimension" width was empty. Fixed TinyMce cancel button.
2018-08-26 12:29:42 -07:00
Cameron
7e4f22c80d
TinyMce Image align left/right parsing fix.
2018-08-22 08:12:32 -07:00
Cameron
1754887672
MediaManager Fixes.
2018-08-16 19:02:02 -07:00
Cameron
f4d4024fbb
Fixes #3350 php closing tag removed.
2018-08-05 10:53:48 -07:00
Achim Ennenbach
e692eecebe
choose wysiwyg editor
...
Now it is possible to have TinyMCE in the backend and SimpleMDE on the forum pages.
wysiwyg() got a new parameter $returnEditor to return the name of the editor.
wysiwyg() now checks if the choosen editor is installed.
wysiwyg() setting a value is not systemwide anymore (static var instead of registry)
Use the bbarea() $options array to define the editor to use e.g. $options['wysiwyg'] = 'tinymce4';
Updated forum_admin.php to support SimpleMDE.
Updated tinymce4/e_footer.php to support the new return value (editor name)
2018-07-29 15:11:40 +02:00
Achim Ennenbach
4978a0603d
Fixes #3136
...
Tinymce introduced with version 4.7.10 an issue that prevents the e107 media manager to work correctly.
Reverted back to Tinymce version 4.7.9
2018-05-31 20:51:44 +02:00
Cameron
0fd399528a
Issue #3124 Fix for TinyMce language path.
2018-05-11 14:52:55 -07:00
Gábor
cb7fac3a4a
Delete en.js
2018-05-10 09:29:51 +02:00
Gábor
a7646f0c4b
Add files via upload
2018-05-10 09:28:26 +02:00
Gábor
88de1b38c8
Add files via upload
2018-05-10 09:25:59 +02:00
Gábor
301cf9bc56
Add files via upload
2018-05-10 09:24:58 +02:00
Gábor
c6c8c1c6d1
Update e_footer.php
2018-05-10 09:21:17 +02: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