WordPress/wp-includes/css
Daryl Koopersmith c217397faa Add new media workflow scripts, styles, and templates.
Please note that this commit does not integrate media into the existing UI. If you would like to see the new UI, navigate to the post editor and run the following in your browser's Javascript console:

	new wp.media.controller.Workflow().render().modal.open();


The Javascript is broken up into two files, with the slugs media-models and media-views.

* media-models: The models are UI agnostic, and can be used independent of the views. If you'd like to create custom UIs, this is the script for you.

* media-views: This is the Media Experience. The views (and controllers) depend on the models (which are listed as a dependency and will automatically be included thanks to wp_enqueue_script). The views also require the media templates, media-view styles, and the plupload bridge settings. Perhaps we should create a function to include the whole shebang, but in the meantime...

To include media-views in the admin, run the following PHP in or after 'admin_enqueue_scripts':

	wp_enqueue_script( 'media-views' );
	wp_enqueue_style( 'media-views' );
	wp_plupload_default_settings();
	add_action( 'admin_footer', 'wp_print_media_templates' );

see #21390.



git-svn-id: http://core.svn.wordpress.org/trunk@21683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-31 04:54:23 +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 Update the query strings to refresh the toolbar sprites, props ocean90, see #20033 2012-08-30 21:46:37 +00:00
admin-bar.min.css Compress scripts/styles: 3.5-alpha-21678. 2012-08-30 21:59:32 +00:00
editor.css Fix typo in CSS. props SergeyBiryukov. fixes #20587. 2012-08-30 03:04:10 +00:00
editor.min.css Compress scripts/styles: 3.5-alpha-21663. 2012-08-30 04:09:57 +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 Add new media workflow scripts, styles, and templates. 2012-08-31 04:54:23 +00:00
media-views.min.css Add new media workflow scripts, styles, and templates. 2012-08-31 04:54:23 +00:00
wp-pointer.css Switch to .min for compressed JS and CSS files. 2012-08-23 00:04:18 +00:00
wp-pointer.min.css Switch to .min for compressed JS and CSS files. 2012-08-23 00:04:18 +00:00