Wordpress/wp-includes/css
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
..
admin-bar-rtl.css Switch to .min for compressed JS and CSS files. 2012-08-23 00:04:18 +00:00
admin-bar-rtl.min.css Switch to .min for compressed JS and CSS files. 2012-08-23 00:04:18 +00:00
admin-bar.css Reset box-sizing to toolbar CSS to avoid conflicts with themes. props betzster, fixes #21863. 2012-10-23 14:30:03 +00:00
admin-bar.min.css Compress scripts/styles: 3.5-beta2-22287. 2012-10-23 22:58:40 +00:00
buttons.css Don't show a hand cursor when hovering over a disabled button. props sabreuse, fixes #22371. 2012-11-06 22:30:41 +00:00
buttons.min.css Compress scripts/styles: 3.5-beta2-22407. 2012-11-06 22:58:35 +00:00
editor.css Fix the right border of the editor textarea, props SergeyBiryukov, fixes #21906 2012-11-05 23:55:10 +00:00
editor.min.css Compress scripts/styles: 3.5-beta2-22407. 2012-11-06 22:58:35 +00:00
jquery-ui-dialog.css Switch to .min for compressed JS and CSS files. 2012-08-23 00:04:18 +00:00
jquery-ui-dialog.min.css Switch to .min for compressed JS and CSS files. 2012-08-23 00:04:18 +00:00
media-views.css Media: Integrate the gallery workflow with the media menu. 2012-11-07 20:14:41 +00:00
media-views.min.css Compress scripts/styles: 3.5-beta2-22384. 2012-11-05 22:58:34 +00:00
wp-pointer.css Fix typo in wp-pointer.css, props TobiasBg, fixes #21019 2012-09-28 00:38:07 +00:00
wp-pointer.min.css Compress scripts/styles: 3.5-beta1-22128. 2012-10-07 02:27:48 +00:00