WordPress/wp-includes/js/tinymce/plugins
Andrew Ozz e4758f42e5 Update the TinyMCE initialization:
- Replace `wp_htmledit_pre()` and `wp_richedit_pre()` with `format_for_editor()`.
- Replace the `'htmledit_pre'` and `'richedit_pre'` filters with `'format_for_editor'`.
- Do not run the post content through `wpautop()` in PHP when the visual editor is default. Run the textarea content through the JS wpautop on initializing TinyMCE.
- Simplify both editors initialization.
- Improve setting of `wpActiveEditor` in Quicktags.
- Improve editor.js, use `tinymce.$` when possible.
See #32425.
Built from https://develop.svn.wordpress.org/trunk@32899


git-svn-id: http://core.svn.wordpress.org/trunk@32870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-06-21 22:01:28 +00:00
..
charmap TinyMCE: update to 4.1.9. Fixes #31551. 2015-03-10 19:20:28 +00:00
colorpicker
compat3x Use https for Google API external libraries. 2015-06-18 15:51:26 +00:00
directionality
fullscreen TinyMCE: update to 4.1.9. Fixes #31551. 2015-03-10 19:20:28 +00:00
hr
image TinyMCE: update to 4.1.9. Fixes #31551. 2015-03-10 19:20:28 +00:00
lists TinyMCE: update to 4.1.9. Fixes #31551. 2015-03-10 19:20:28 +00:00
media TinyMCE: update to 4.1.9. Fixes #31551. 2015-03-10 19:20:28 +00:00
paste TinyMCE: update to 4.1.9. Fixes #31551. 2015-03-10 19:20:28 +00:00
tabfocus TinyMCE: update to 4.1.9. Fixes #31551. 2015-03-10 19:20:28 +00:00
textcolor TinyMCE: update to 4.1.9. Fixes #31551. 2015-03-10 19:20:28 +00:00
wordpress Update the TinyMCE initialization: 2015-06-21 22:01:28 +00:00
wpautoresize TinyMCE: disable the wp-autoresize plugin in iOS. All iframes there are already expanded to the height of the content document. 2015-04-09 00:11:27 +00:00
wpdialogs
wpeditimage TinyMCE: wpeditimage: trim class 2015-05-25 06:35:28 +00:00
wpemoji TinyMCE: use window.twemoji directly in the wpemoji plugin. Gives a chance to the browser to lazy load twemoji.js when reloading the page. 2015-04-18 23:29:26 +00:00
wpgallery
wplink TinyMCE: wplink: don't link a URL with a pasted URL 2015-06-17 05:05:24 +00:00
wptextpattern TinyMCE: wptextpattern: escape should undo 2015-06-18 12:59:28 +00:00
wpview TinyMCE wpView: preserve HTML wrapped in shortcodes. 2015-06-01 18:09:26 +00:00