WordPress/wp-includes/js/plupload
Daryl Koopersmith 53ccb09bce Give media a heart transplant.
Revises the concept of the media controller and workspace views (i.e. two central points of control) to be more granular. The main media object is now the `Frame`, which is a hybrid view and state machine.

The state machine is a collection of states, which are just generic instances of `Backbone.Model`. This circumvents the problem of juggling global parameters when changing states. Each state contains its own event loop. All events are also forwarded to the frame itself (as is the case in all model/collection relationships).

The frame view contains several regions, each of which can be overridden without harming or re-rendering the other regions. These work well when used in conjunction with the state machine events.

This removes the upload sidebar (don't worry, visible upload UI will return). Drag and drop uploading still works. The ability to upload has been abstracted into its own view (instead of being attached to the central workspace view).

Editing galleries is temporarily broken — the gallery creation and editing experiences will be unified in a future patch.

Adds events to detect dragging changes in `wp.Uploader` and adds methods to detect and leverage browser support for CSS3 transitions.

see #21390, #21809.


git-svn-id: http://core.svn.wordpress.org/trunk@22320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-10-28 23:29:17 +00:00
..
changelog.txt Update Plupload to 1.5.4, props SergeyBiryukov, fixes #20422 2012-04-13 23:23:13 +00:00
handlers.js Hide the "You are using the multi-file uploader. Problems? Try the browser uploader instead." when Plupload falls back to "html4" runtime, fixes #19496 2012-10-25 20:53:38 +00:00
handlers.min.js Compress scripts/styles: 3.5-beta2-22311. 2012-10-25 22:58:32 +00:00
license.txt Pluploader take 1, props jacobwg, see #18206 2011-07-29 08:59:35 +00:00
plupload.flash.js Update Plupload to 1.5.4, props SergeyBiryukov, fixes #20422 2012-04-13 23:23:13 +00:00
plupload.flash.swf Update Plupload to 1.5.4, props SergeyBiryukov, fixes #20422 2012-04-13 23:23:13 +00:00
plupload.html4.js Update Plupload to 1.5.4, props SergeyBiryukov, fixes #20422 2012-04-13 23:23:13 +00:00
plupload.html5.js Update Plupload to 1.5.4, props SergeyBiryukov, fixes #20422 2012-04-13 23:23:13 +00:00
plupload.js Update Plupload to 1.5.4, props SergeyBiryukov, fixes #20422 2012-04-13 23:23:13 +00:00
plupload.silverlight.js Update Plupload to 1.5.4, props SergeyBiryukov, fixes #20422 2012-04-13 23:23:13 +00:00
plupload.silverlight.xap Update Plupload to 1.5.4, props SergeyBiryukov, fixes #20422 2012-04-13 23:23:13 +00:00
wp-plupload.js Give media a heart transplant. 2012-10-28 23:29:17 +00:00
wp-plupload.min.js Compress scripts/styles: 3.5-beta1-22128. 2012-10-07 02:27:48 +00:00