WordPress/wp-includes/js/media
Scott Taylor cc953717b7 Allow inline editing of width and height parameters while previewing an embed in the media modal:
* Use `wp.shortcode()` instead of manually constructing a shortcode in `views/embed/link`
* Allow a URL to transition to a shortcode (and vice versa) when returning an embed to TinyMCE
* In `WP_Embed`, store the last URL and last set of attributes requested in class properties
* `wp_ajax_parse_embed()`, allow `[embed]`s to have attributes. Return `attr` in the response.

This is a first pass to allow broad testing with recent MCE view changes. 

See #31139.

Built from https://develop.svn.wordpress.org/trunk@31620


git-svn-id: http://core.svn.wordpress.org/trunk@31601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-03-05 06:00:26 +00:00
..
controllers Media modules: set $ to Backbone.$, instead of jQuery, so fewer globals are imported. 2015-03-05 04:12:26 +00:00
models Media modules: set $ to Backbone.$, instead of jQuery, so fewer globals are imported. 2015-03-05 04:12:26 +00:00
routers Media JS files: 2015-02-22 07:25:27 +00:00
utils Specify globals in media JS files - it is important to denote where we are diverging from dependency injection. 2015-02-22 06:56:27 +00:00
views Allow inline editing of width and height parameters while previewing an embed in the media modal: 2015-03-05 06:00:26 +00:00
audio-video.js Make sure the audio-video build does not load files from the views build. 2015-02-22 08:29:25 +00:00
audio-video.manifest.js Specify globals in media JS files - it is important to denote where we are diverging from dependency injection. 2015-02-22 06:56:27 +00:00
audio-video.min.js Make sure the audio-video build does not load files from the views build. 2015-02-22 08:29:25 +00:00
grid.js Media modules: set $ to Backbone.$, instead of jQuery, so fewer globals are imported. 2015-03-05 04:12:26 +00:00
grid.manifest.js Media JS files: 2015-02-22 07:25:27 +00:00
grid.min.js Media modules: set $ to Backbone.$, instead of jQuery, so fewer globals are imported. 2015-03-05 04:12:26 +00:00
models.js Media modules: set $ to Backbone.$, instead of jQuery, so fewer globals are imported. 2015-03-05 04:12:26 +00:00
models.manifest.js Specify globals in media JS files - it is important to denote where we are diverging from dependency injection. 2015-02-22 06:56:27 +00:00
models.min.js Media modules: set $ to Backbone.$, instead of jQuery, so fewer globals are imported. 2015-03-05 04:12:26 +00:00
views.js Allow inline editing of width and height parameters while previewing an embed in the media modal: 2015-03-05 06:00:26 +00:00
views.manifest.js Make sure the grid build does not load files from the views build. 2015-02-22 08:47:25 +00:00
views.min.js Allow inline editing of width and height parameters while previewing an embed in the media modal: 2015-03-05 06:00:26 +00:00