WordPress/wp-includes/js/tinymce
Scott Taylor ba84f57083 Add MCE Views for audio and video. Please clear your browser cache so that you get the latest TinyMCE stylesheet.
* Move TinyMCE shortcode handling from `wpgallery` plugin to `mce-view.js`
* Force `preload="none"` when rendering media in the editor to ensure fast loading (I realize this sounds illogical)
* Move audio and video tag builder logic in `media-template.php` into PHP funcs that can be reused by any code passing `data.model` to an Underscore template
* Pause all players when moving between editor tabs and when moving from the editor to editing in the media modal.
* Rename `wp.media.audio|video.shortcode()` to the more appropriate `wp.media.audio|video.update()` that now returns a `wp.shortcode` object instead of a string.
* Add necessary MediaElement css files to `$mce_css`
* In `wp.mce.View.render()`, support multiple instances of the same shortcode
* When rendering `wp.mce.View`s, fire a ready event that passes the current MCE View root element as context 

See #27389.


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


git-svn-id: http://core.svn.wordpress.org/trunk@27371 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-03-13 23:10:14 +00:00
..
langs Add core support for Playlists and Video Playlists. 2014-02-24 18:08:16 +00:00
plugins Add MCE Views for audio and video. Please clear your browser cache so that you get the latest TinyMCE stylesheet. 2014-03-13 23:10:14 +00:00
skins Add MCE Views for audio and video. Please clear your browser cache so that you get the latest TinyMCE stylesheet. 2014-03-13 23:10:14 +00:00
themes/modern TinyMCE: update to 4.0.18, see #24067 2014-03-04 01:57:15 +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.18, see #24067 2014-03-04 01:57:15 +00:00
tinymce.js TinyMCE: update to 4.0.18, see #24067 2014-03-04 01:57:15 +00:00
tinymce.min.js TinyMCE: update to 4.0.18, see #24067 2014-03-04 01:57:15 +00:00
wp-mce-help.php TinyMCE: style the modals to match WordPress admin (first-run). Fix couple of IE problems in tiny_mce_popup.js. Props avryl, see #26952, see #24067 2014-02-18 06:32:14 +00:00
wp-tinymce.js.gz Add MCE Views for audio and video. Please clear your browser cache so that you get the latest TinyMCE stylesheet. 2014-03-13 23:10:14 +00:00
wp-tinymce.php Add a sane, inclusive HTML element/attribute schema to TinyMCE. 2012-12-07 11:26:25 +00:00