WordPress/wp-includes/js/tinymce/plugins
Scott Taylor f7af18e1d6 Audio/Video shortcodes in the media modal:
* Make a generic model, `wp.media.model.PostMedia`, which replaces `wp.media.model.PostAudio` and `wp.media.model.PostVideo`
* Make a generic library, `wp.media.controller.MediaLibrary`, which replaces `wp.media.controller.ReplaceVideo` and `wp.media.controller.ReplaceAudio`
* `wp.media.controller.MediaLibrary` is used to create new states that want to load a library filtered by type, making it incredibly simple to add states to frames. See `wp.media.view.MediaFrame.VideoDetails` and `wp.media.view.MediaFrame.AudioDetails`.

UX changes:

* Add the ability to manage HTML5 fallbacks - add additional `<source>`s or remove specific `<source>`s
* In the Video Details state, add the ability to select a poster image

See #27016.


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


git-svn-id: http://core.svn.wordpress.org/trunk@27322 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-03-09 05:25:15 +00:00
..
charmap TinyMCE: update to 4.0.18, see #24067 2014-03-04 01:57:15 +00:00
compat3x TinyMCE: update to 4.0.18, see #24067 2014-03-04 01:57:15 +00:00
directionality TinyMCE 4.0.12, first run. 2013-12-28 23:53:15 +00:00
fullscreen TinyMCE 4.0.12, first run. 2013-12-28 23:53:15 +00:00
hr TinyMCE: add the <hr> plugin and button, see #27159 2014-03-06 00:54:14 +00:00
image TinyMCE: update to 4.0.18, see #24067 2014-03-04 01:57:15 +00:00
media TinyMCE: update to 4.0.18, see #24067 2014-03-04 01:57:15 +00:00
paste TinyMCE: update to 4.0.18, see #24067 2014-03-04 01:57:15 +00:00
tabfocus TinyMCE: update to 4.0.14. Remove the fix for using init.setup in old plugins, now fixed upstream. See #24067. 2014-01-31 00:06:12 +00:00
textcolor TinyMCE: update to 4.0.18, see #24067 2014-03-04 01:57:15 +00:00
wordpress Set minimum z-index for the TinyMCE modals and adjust the z-index in DFW, see #26952 2014-03-08 00:41:16 +00:00
wpdialogs Update the versions of several devDependencies in package.json. grunt-cssjanus has been updated to 0.2.2, we no longer need the fork. Run npm install to receive updates for node_modules in the project root. 2014-01-29 04:43:30 +00:00
wpeditimage TinyMCE editimage: show the toolbar on mouseup to avoid accidental clicks on the buttons, fixes #24409 2014-03-07 06:34:14 +00:00
wpfullscreen TinyMCE: 2013-12-30 01:54:11 +00:00
wpgallery Audio/Video shortcodes in the media modal: 2014-03-09 05:25:15 +00:00
wplink TinyMCE: add Ctrl+K, the "de-facto standard" shortcut to open wpLink, fixes #27305 2014-03-07 03:09:14 +00:00
wpview Update mce-view.js and the wpview TinyMCE plugin, and use them to show gallery previews in the Visual editor, props gcorne, see #26959 2014-03-05 07:01:14 +00:00