WordPress/wp-includes/js/plupload
Daryl Koopersmith 7fb2c8b4f7 Use JS Attachment models in wp.Uploader. fixes #21868.
Moves the uploading Attachments queue from the media workspace view to the uploader itself. This ensures that all attachments are added to the central attachmnet store.

Updates wp.Uploader to pass Attachment models to callbacks instead of Plupload file objects. Attachments in the process of uploading have a reference to the file object (which can be fetched by calling `attachment.get('file');`).

Also updates the customizer to be compatible with the API changes.


git-svn-id: http://core.svn.wordpress.org/trunk@21814 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-09-11 16:55:58 +00:00
..
changelog.txt Update Plupload to 1.5.4, props SergeyBiryukov, fixes #20422 2012-04-13 23:23:13 +00:00
handlers.js Switch to .min for compressed JS and CSS files. 2012-08-23 00:04:18 +00:00
handlers.min.js Switch to .min for compressed JS and CSS files. 2012-08-23 00:04:18 +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 Use JS Attachment models in wp.Uploader. fixes #21868. 2012-09-11 16:55:58 +00:00
wp-plupload.min.js Compress scripts/styles: 3.5-alpha-21727. 2012-09-04 05:07:20 +00:00