Skip to content

Commit

Permalink
Item14323: Upgrade to TinyMCE 4.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Apr 12, 2018
1 parent 1d9800f commit 4ea83d3
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 16 deletions.
3 changes: 2 additions & 1 deletion TinyMCEPlugin/data/System/TinyMCEPlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1522900331" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1523493660" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! !TinyMCEPlugin
<!--
Expand Down Expand Up @@ -157,6 +157,7 @@ See the [[%ATTACHURLPATH%/tinymce/changelog.txt][TinyMCE Editor Change Log]] for
&copy; 2010-2018 [[%SYSTEMWEB%.ProjectContributor][Foswiki Contributors]] |
| | This package also includes a complete release of the !TinyMCE editor which is covered by the [[https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html][GNU Lesser General Public License, Version 2.1] |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 2.10 | Foswikitask:Item14323: Upgrade to TinyMCE 4.7,11, |
| 2.09 | Foswikitask:Item14323: Upgrade to TinyMCE 4.7,10, |
| 2.08 | Foswikitask:Item14323: Upgrade to TinyMCE 4.7,9, |
| 2.07 | Foswikitask:Item14323: Upgrade to TinyMCE 4.7,6, |
Expand Down
4 changes: 2 additions & 2 deletions TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use warnings;

use Assert;

our $VERSION = '2.09';
our $RELEASE = '04 Apr 2018';
our $VERSION = '2.10';
our $RELEASE = '11 Apr 2018';
our $SHORTDESCRIPTION = 'Integration of the Tiny MCE WYSIWYG Editor';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
11 changes: 11 additions & 0 deletions TinyMCEPlugin/pub/System/TinyMCEPlugin/tinymce/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 4.7.11 (2018-04-11)
Added a new imagetools_credentials_hosts option to the Imagetools Plugin.
Fixed a bug where toggling a list containing empty LIs would throw an error. Patch contributed by bradleyke.
Fixed a bug where applying block styles to a text with the caret at the end of the paragraph would select all text in the paragraph.
Fixed a bug where toggling on the Spellchecker Plugin would trigger isDirty on the editor.
Fixed a bug where it was possible to enter content into selection bookmark spans.
Fixed a bug where if a non paragraph block was configured in forced_root_block the editor.getContent method would return incorrect values with an empty editor.
Fixed a bug where dropdown menu panels stayed open and fixed in position when dragging dialog windows.
Fixed a bug where it wasn't possible to extend table cells with the space button in Safari.
Fixed a bug where the setupeditor event would thrown an error when using the Compat3x Plugin.
Fixed a bug where an error was thrown in FontInfo when called on a detached element.
Version 4.7.10 (2018-04-03)
Removed the "read" step from the mobile theme.
Added normalization of triple clicks across browsers in the editor.
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit 4ea83d3

@KarelWintersky
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...And latest installation

DOES
NOT
WORK

# git clone https://github.com/foswiki/distro.git foswiki
# cd foswiki
# git checkout Release01x01
# cd core
# perl -T pseudo-install.pl default

Results:

Linked pub/System/SkinTemplates/base_src.css as pub/System/SkinTemplates/base.css
Linked pub/System/SkinTemplates/default_src.css as pub/System/SkinTemplates/default.css
Apache::Htpasswd is an optional dependency, but is not installed
Archive::Zip is an optional dependency, but is not installed
Encode::compat is an optional dependency, but is not installed
Lingua::EN::Sentence is an optional dependency, but is not installed
Unicode::MapUTF8 is an optional dependency, but is not installed
Win32::Console is an optional dependency, but is not installed
 AutoViewTemplatePlugin, CommentPlugin, CompareRevisionsAddOn, EditTablePlugin, EmptyPlugin, FamFamFamContrib, HistoryPlugin, InterwikiPlugin, JQueryPlugin, JSCalendarContrib, MailerContrib, PatchFoswikiContrib, PatternSkin, PreferencesPlugin, RenderListPlugin, SlideShowPlugin, SmiliesPlugin, SpreadSheetPlugin, TWikiCompatibilityPlugin, TablePlugin, TinyMCEPlugin, TipsContrib, TopicUserMappingContrib, TwistyPlugin, WysiwygPlugin, core installed

----
Error log:
**** Foswiki::Contrib::PatchFoswikiContrib is a required Foswiki dependency, but it is not installed
**** Foswiki::Contrib::PatchItem12225Contrib is a required Foswiki dependency, but it is not installed
**** Foswiki::Plugins::TwistyPlugin is a required Foswiki dependency, but it is not installed
**** Foswiki::Plugins::TablePlugin is a required Foswiki dependency, but it is not installed
**** Foswiki::Contrib::PatchItem12225Contrib is a required Foswiki dependency, but it is not installed
**** Foswiki::Contrib::PatchItem12225Contrib is a required Foswiki dependency, but it is not installed
Installing hooks for repo: /root/foswiki/.git Git origin URL: remote.origin.url=https://github.com/foswiki/distro.git
Linked /root/foswiki/core/tools/develop/githooks/commit-msg as /root/foswiki/core/../.git/hooks/commit-msg
Linked /root/foswiki/core/tools/develop/githooks/pre-commit as /root/foswiki/core/../.git/hooks/pre-commit

So, latest release ( http://foswiki.org/Download/FoswikiRelease02x01x06 2.1.6 ) constains OLD AND USELESS 3.5.11 tinyMCE version

So, I can't understand, how to update my FosWiki to latest TinyMCE.

WTF?

Please sign in to comment.