mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
'''Galleries''' * Gallery insertion from the new media modal (into TinyMCE, the text editor, etc). * Gallery previews in TinyMCE now use the `wp.mce.views` API. * Disables the TinyMCE `wpgallery` plugin. * Gallery previews consist of the first image of the gallery and the appearance of a stack. This will later be fleshed out to include more images/functionality (including editing the gallery, gallery properties, and showing the number of images in the gallery). * Multiple galleries can be added to a single post. * The gallery MCE view provides a bridge between the `wp.shortcode` and `Attachments` representation of a gallery, which allows the existing collection to persist when a gallery is initially created (preventing a request to the server for the query). '''Shortcodes''' * Renames `wp.shortcode.Match` to `wp.shortcode` to better expose the shortcode constructor. * The `wp.shortcode` constructor now accepts an object of options instead of a `wp.shortcode.regexp()` match. * A `wp.shortcode` instance can be created from a `wp.shortcode.regexp()` match by calling `wp.shortcode.fromMatch( match )`. * Adds `wp.shortcode.string()`, which takes a set of shortcode parameters and converts them into a string.* Renames `wp.shortcode.prototype.text()` to `wp.shortcode.prototype.string()`. * Adds an additional capture group to `wp.shortcode.regexp()` that records whether or not the shortcode has a closing tag. This allows us to improve the accuracy of the syntax used when transforming a shortcode object back into a string. '''Media Models''' * Prevents media `Query` models from observing the central `Attachments.all` object when query args without corresponding filters are set (otherwise, queries quickly amass false positives). * Adds `post__in`, `post__not_in`, and `post_parent` as acceptable JS attachment `Query` args. * `Attachments.more()` always returns a `$.promise` object. see #21390, #21809, #21812, #21815, #21817. git-svn-id: https://develop.svn.wordpress.org/trunk@22120 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| 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 | ||
| mce-view.min.js | ||
| media-models.js | ||
| media-models.min.js | ||
| media-views.js | ||
| 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 | ||