WordPress/wp-includes/js/tinymce/plugins
Scott Taylor 943f295d2e Add core support for Playlists and Video Playlists.
* Playlists operate like galleries in the admin. 
* Provide default UI and JS support in themes using MediaElement and Backbone. 
* The shortcodes are clickable, editable, and configurable using the media modal. 
* Playlists support images for each item, whether or not the current theme supports images for `attachment:audio` and `attachment:video`
* Playlists respond to `$content_width` and resize videos accordingly.
* All playlist data is included inline, using a script tag with `type="application/json"`, allowing anyone to unenqueue the WP playlist JS and roll their own.
* Playlist styles are minimal and work out of the box in the last 5 default themes. They inherit and adapt to the current theme's font styles, and their rules are easily overrideable.

See #26631.


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


git-svn-id: http://core.svn.wordpress.org/trunk@27096 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-02-24 18:08:16 +00:00
..
charmap TinyMCE: when clicking on a character in the Charmap modal, don't close it if the Crtl key is pressed. Makes it possible to insert several special chars in a row. See #27107. 2014-02-14 19:20:13 +00:00
compat3x 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
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
image 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
link 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
media 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
paste TinyMCE: update to 4.0.16, see #24067. 2014-01-31 18:58: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 4.0.12, first run. 2013-12-28 23:53:15 +00:00
wordpress 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
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 Edit image in TinyMCE: 2014-02-10 23:48:12 +00:00
wpfullscreen TinyMCE: 2013-12-30 01:54:11 +00:00
wpgallery Add core support for Playlists and Video Playlists. 2014-02-24 18:08:16 +00:00
wplink TinyMCE 4.0.12, first run. 2013-12-28 23:53:15 +00:00
wpview 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