WordPress/wp-includes/js/plupload
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
..
changelog.txt Upgrade to Plupload 1.5.7, fixes #24163 2013-04-24 21:54:17 +00:00
handlers.js Add core support for Playlists and Video Playlists. 2014-02-24 18:08:16 +00:00
handlers.min.js Add core support for Playlists and Video Playlists. 2014-02-24 18:08:16 +00:00
license.txt
plupload.flash.js Upgrade to Plupload 1.5.7, fixes #24163 2013-04-24 21:54:17 +00:00
plupload.flash.swf Update Plupload to 1.5.5, fixes #23277 for trunk 2013-01-23 20:54:42 +00:00
plupload.html4.js Upgrade to Plupload 1.5.7, fixes #24163 2013-04-24 21:54:17 +00:00
plupload.html5.js Upgrade to Plupload 1.5.7, fixes #24163 2013-04-24 21:54:17 +00:00
plupload.js Upgrade to Plupload 1.5.7, fixes #24163 2013-04-24 21:54:17 +00:00
plupload.silverlight.js Upgrade to Plupload 1.5.7, fixes #24163 2013-04-24 21:54:17 +00:00
plupload.silverlight.xap Upgrade to Plupload 1.5.7, fixes #24163 2013-04-24 21:54:17 +00:00
wp-plupload.js Fix JSHint errors in wp-plupload.js. 2013-11-15 14:27:09 +00:00
wp-plupload.min.js 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