Wordpress/wp-includes/js
Daryl Koopersmith b636e94e47 Media: Integrate the gallery workflow with the media menu.
`wp.media.model.Query.more()`
* If a request has already been sent out for more attachments, return that request object instead of creating another.

`wp.media.controller.Region`
* A region allows views to be swapped in and out of a section of the page without either view having to know about the other.
* Application components can use the same callbacks and resources by leveraging `Region.mode()`, which triggers a set of callbacks to create or transform the current view, but only if necessary.

`wp.media.view.Frame`
* Leverage `Region` controllers instead of forcing states to swap view objects, which causes states to fit more comfortably in the controller-camp.
* Add `previous()`, a method to fetch the previous state `id`.
* Separate out the default settings over several objects (so blank frames can be instantiated).

`wp.media.view.MediaFrame`
* The base `Frame` used for media management: handles integration with the `Modal` and `UploaderWindow` views.

`wp.media.view.MediaFrame.Post`
* Includes all default media states and callbacks necessary for inserting media into a post.

see #21390.


git-svn-id: https://develop.svn.wordpress.org/trunk@22437 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-07 20:14:41 +00:00
..
crop
imgareaselect
jcrop
jquery
plupload
swfupload
thickbox
tinymce
admin-bar.js
admin-bar.min.js
autosave.js
autosave.min.js
backbone.min.js
colorpicker.js
colorpicker.min.js
comment-reply.js
comment-reply.min.js
customize-base.js
customize-base.min.js
customize-loader.js
customize-loader.min.js
customize-preview.js
customize-preview.min.js
hoverIntent.js
hoverIntent.min.js
json2.js
json2.min.js
mce-view.js Media: Integrate the gallery workflow with the media menu. 2012-11-07 20:14:41 +00:00
mce-view.min.js Compress scripts/styles: 3.5-beta2-22352. 2012-10-31 22:58:32 +00:00
media-models.js Media: Integrate the gallery workflow with the media menu. 2012-11-07 20:14:41 +00:00
media-models.min.js
media-views.js Media: Integrate the gallery workflow with the media menu. 2012-11-07 20:14:41 +00:00
media-views.min.js
quicktags.js
quicktags.min.js
shortcode.js
shortcode.min.js
swfobject.js
tw-sack.js
tw-sack.min.js
underscore.min.js
wp-ajax-response.js
wp-ajax-response.min.js
wp-list-revisions.js
wp-list-revisions.min.js
wp-lists.js
wp-lists.min.js
wp-pointer.js
wp-pointer.min.js
wplink.js
wplink.min.js