Skip to content

Commit

Permalink
Update tinymce editor to v4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Feb 12, 2016
1 parent 8c31edc commit 120e25b
Show file tree
Hide file tree
Showing 49 changed files with 81 additions and 61 deletions.
2 changes: 1 addition & 1 deletion external/ExtPrograms.csv
Expand Up @@ -40,7 +40,7 @@ excanvas,r3,https://code.google.com/p/explorercanvas/,r3,IE6-8 shim needed by Ti
dompdf,0.6.2exp,https://github.com/dompdf/dompdf,0.6.2,"optional, patched to display our images and not break on bad tables"
mPDF,6.0.0/5.7.4,mpdf1.com,6.0.0/5.7.4,optional
CKEditor,4.5.7,ckeditor.com,4.5.7,"add fieldinsert (exp), tableresize, sourcedialog, image2 & imageupload widgets & kama skin"
TinyMCE,4.3.3,tinymce.com,4.3.3,"add fieldinsert (exp) & quickupload plugins, & xenmce skin"
TinyMCE,4.3.4,tinymce.com,4.3.4,"add fieldinsert (exp) & quickupload plugins, & xenmce skin"
elFinder,2.1.6n,elfinder.org,2.1.6n,"use https://github.com/nao-pon/elFinder and added Exponent classes, plus some other customized files"
jQuery1,1.12.0,jquery.com,1.12.0,
jQuery,2.2.0,jquery.com,2.2.0,
Expand Down
20 changes: 20 additions & 0 deletions external/editors/tinymce/changelog.txt
@@ -1,3 +1,23 @@
Version 4.3.4 (2016-02-11)
Added new OpenWindow/CloseWindow events that gets fired when windows open/close.
Added new NewCell/NewRow events that gets fired when table cells/rows are created.
Added new Promise return value to tinymce.init makes it easier to handle initialization.
Removed the jQuery version the jQuery plugin is now moved into the main package.
Removed jscs from build process since eslint can now handle code style checking.
Fixed various bugs with drag/drop of contentEditable:false elements.
Fixed bug where deleting of very specific nested list items would result in an odd list.
Fixed bug where lists would get merged with adjacent lists outside the editable inline root.
Fixed bug where MS Edge would crash when closing a dialog then clicking a menu item.
Fixed bug where table cell selection would add undo levels.
Fixed bug where table cell selection wasn't removed when inline editor where removed.
Fixed bug where table cell selection wouldn't work properly on nested tables.
Fixed bug where table merge menu would be available when merging between thead and tbody.
Fixed bug where table row/column resize wouldn't get properly removed when the editor was removed.
Fixed bug where Chrome would scroll to the editor if there where a empty hash value in document url.
Fixed bug where the cache suffix wouldn't work correctly with the importcss plugin.
Fixed bug where selection wouldn't work properly on MS Edge on Windows Phone 10.
Fixed so adjacent pre blocks gets joined into one pre block since that seems like the user intent.
Fixed so events gets properly dispatched in shadow dom. Patch provided by Nazar Mokrynskyi.
Version 4.3.3 (2016-01-14)
Added new table_resize_bars configuration setting. This setting allows you to disable the table resize bars.
Added new beforeInitialize event to tinymce.util.XHR lets you modify XHR properties before open. Patch contributed by Brent Clintel.
Expand Down
2 changes: 1 addition & 1 deletion external/editors/tinymce/plugins/advlist/plugin.min.js

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

2 changes: 1 addition & 1 deletion external/editors/tinymce/plugins/anchor/plugin.min.js

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

2 changes: 1 addition & 1 deletion external/editors/tinymce/plugins/autolink/plugin.min.js

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

2 changes: 1 addition & 1 deletion external/editors/tinymce/plugins/autoresize/plugin.min.js

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

2 changes: 1 addition & 1 deletion external/editors/tinymce/plugins/autosave/plugin.min.js

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

0 comments on commit 120e25b

Please sign in to comment.