WordPress/wp-includes/js/tinymce
Scott Taylor 0b1272e445 Persisting <track> elements as the body of a [video] shortcode in MCE Views:
* When generating the view's HTML, ensure that the shortcode's `content` is added to the model
* Add a `PostProcess` event in the `wpview` plugin to properly return the shortcode when the editor mode is toggled, ensuring that elements in the body are not dropped.

Props azaozz, wonderboymusic.
See #27915.



Built from https://develop.svn.wordpress.org/trunk@28183


git-svn-id: http://core.svn.wordpress.org/trunk@28014 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-04-22 18:21:16 +00:00
..
langs Make sure Playlist states that are audio are marked as such with proper localized strings. 2014-03-27 18:37:17 +00:00
plugins Persisting <track> elements as the body of a [video] shortcode in MCE Views: 2014-04-22 18:21:16 +00:00
skins Graceful failures for TinyMCE views of video/audio playlists. 2014-04-16 00:23:15 +00:00
themes/modern TinyMCE: update to 4.0.21, see #24067 2014-04-01 22:46:14 +00:00
utils TinyMCE 4.0.12, first run. 2013-12-28 23:53:15 +00:00
license.txt Fix EOL for newly added files 2011-04-11 18:23:51 +00:00
tiny_mce_popup.js TinyMCE: update to 4.0.20, see #24067 2014-03-19 04:46:15 +00:00
tinymce.min.js Update TinyMCE to the current development version, 4.0.21.1. Fixes #27744 2014-04-10 21:09:16 +00:00
wp-mce-help.php Nuke the TinyMCE help dialog as it is duplicated by help tabs. This leaves just Keyboard Shortcuts. 2014-04-08 02:32:14 +00:00
wp-tinymce.js.gz Persisting <track> elements as the body of a [video] shortcode in MCE Views: 2014-04-22 18:21:16 +00:00
wp-tinymce.php Don't include the non-minified tinymce.js in /build. Load it when running from /src, else load wp-tinymce.js.gz (production) or tinymce.min.js (SCRIPT_DEBUG). Props nacin, fixes #27739 2014-04-11 22:16:14 +00:00