WordPress/wp-includes/js
desrosj 5db34748e6 Script loader: Adjust JS packages registration.
Adjusts the packages registration after [43723]:

    Combine the different registration functions into one `wp_default_packages` function. To reach this goal move the prefix logic into a function so it can be called from different locations. Use a static variable there to prevent duplicate inclusion of `version.php`.

    Call this function from the `wp_default_scripts` action by registering it as a default filter.

    Combine some of the logic in `_WP_Editors::print_tinymce_scripts` into `wp_register_tinymce_scripts`. The logic to force an uncompressed TinyMCE script file stays in `_WP_Editors::force_uncompressed_tinymce` because that logic is very specific to the classic editor.

    The script handle `wp-tinymce` is now a dependency of the editor script handle. In combination with the previous item, this makes the classic editor work.

    Adjust the syntax of the script paths to be more consistent with other WordPress code.

    Always use "production" mode for the media files to prevent people from inadvertently committing development files.

Props pento, omarreiss, atimmer.

Merges [43738] into trunk.

Fixes #45065.
Built from https://develop.svn.wordpress.org/trunk@44115


git-svn-id: http://core.svn.wordpress.org/trunk@43945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-13 17:27:38 +00:00
..
codemirror Remove JSHint due to license compatibility 2018-01-23 01:29:32 +00:00
crop
imgareaselect Media: Update minified version of imgAreaSelect after [42874]. 2018-04-03 19:46:30 +00:00
jcrop
jquery Once upon a midnight dreary, while I coded, weak and weary, 2018-05-23 10:05:31 +00:00
mediaelement Build/Test: Update dependencies for 5.0 2018-12-11 16:13:26 +00:00
plupload Docs: Improve wp-admin JSDoc structural data globally. 2017-12-15 13:42:46 +00:00
swfupload Remove SWFUpload, 2017-09-21 16:35:48 +00:00
thickbox Administration: Thickbox: Fix conflicts with the Plugin details and native Thickbox modals. 2017-09-09 14:14:43 +00:00
tinymce TinyMCE: remove stray CSS map reference from skin.min.css. 2018-08-20 15:09:24 +00:00
admin-bar.js Toolbar: Check if obj is set before using it. 2018-08-06 19:33:28 +00:00
admin-bar.min.js Toolbar: Check if obj is set before using it. 2018-08-06 19:33:28 +00:00
api-request.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
api-request.min.js REST API: Handle api-request query parameters with plain permalinks. 2018-04-09 13:10:31 +00:00
autosave.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
autosave.min.js
backbone.js Once upon a midnight dreary, while I coded, weak and weary, 2018-05-23 10:05:31 +00:00
backbone.min.js Once upon a midnight dreary, while I coded, weak and weary, 2018-05-23 10:05:31 +00:00
colorpicker.js
colorpicker.min.js
comment-reply.js General: Explicitly assigns all JS globals to the window. 2018-08-19 13:33:24 +00:00
comment-reply.min.js General: Explicitly assigns all JS globals to the window. 2018-08-19 13:33:24 +00:00
customize-base.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
customize-base.min.js Customize: Constrain focus when overlay notification is displayed. 2017-10-10 03:34:53 +00:00
customize-loader.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
customize-loader.min.js Customize: Eliminate use of customize-loader in core so Customizer is opened consistently in top window. 2017-10-09 16:04:48 +00:00
customize-models.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
customize-models.min.js Customizer: Minimize duplicate header crops in the media library. 2017-10-04 14:59:48 +00:00
customize-preview-nav-menus.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
customize-preview-nav-menus.min.js
customize-preview-widgets.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
customize-preview-widgets.min.js Widgets: Update preview for Gallery widget when one of its attachments is modified in the media modal, outside the customized state. 2017-10-16 06:46:48 +00:00
customize-preview.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
customize-preview.min.js Customize: Prevent history.replaceState() and history.pushState() calls from causing error in customize preview before DOM ready. 2017-11-02 19:27:47 +00:00
customize-selective-refresh.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
customize-selective-refresh.min.js Customize: Ensure media playlists get initialized after selective refresh; expose new wp.playlist.initialize() API. 2018-01-29 23:56:29 +00:00
customize-views.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
customize-views.min.js
heartbeat.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
heartbeat.min.js Customize: Add changeset locking in Customizer to prevent users from overriding each other's changes. 2017-10-12 04:01:46 +00:00
hoverIntent.js Once upon a midnight dreary, while I coded, weak and weary, 2018-05-23 10:05:31 +00:00
hoverIntent.min.js
imagesloaded.min.js Once upon a midnight dreary, while I coded, weak and weary, 2018-05-23 10:05:31 +00:00
json2.js
json2.min.js
masonry.min.js Once upon a midnight dreary, while I coded, weak and weary, 2018-05-23 10:05:31 +00:00
mce-view.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
mce-view.min.js Editor: Fix determining TinyMCE editor width when in inline mode instead of iframe mode. 2017-12-13 05:17:48 +00:00
media-audiovideo.js Script loader: Adjust JS packages registration. 2018-12-13 17:27:38 +00:00
media-audiovideo.min.js Script loader: Adjust JS packages registration. 2018-12-13 17:27:38 +00:00
media-editor.js Docs: Correct and improve various inline documentation. 2018-08-27 14:28:26 +00:00
media-editor.min.js
media-grid.js Script loader: Adjust JS packages registration. 2018-12-13 17:27:38 +00:00
media-grid.min.js Script loader: Adjust JS packages registration. 2018-12-13 17:27:38 +00:00
media-models.js Script loader: Adjust JS packages registration. 2018-12-13 17:27:38 +00:00
media-models.min.js Script loader: Adjust JS packages registration. 2018-12-13 17:27:38 +00:00
media-views.js Script loader: Adjust JS packages registration. 2018-12-13 17:27:38 +00:00
media-views.min.js Script loader: Adjust JS packages registration. 2018-12-13 17:27:38 +00:00
quicktags.js Reorder quicktags.js a bit to account for the order of defining vars and functions after [43577]. 2018-08-20 13:34:25 +00:00
quicktags.min.js Reorder quicktags.js a bit to account for the order of defining vars and functions after [43577]. 2018-08-20 13:34:25 +00:00
shortcode.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
shortcode.min.js Shortcodes: Allow using single quotes for empty value attributes. 2017-07-11 00:54:41 +00:00
swfobject.js
tw-sack.js
tw-sack.min.js
twemoji.js Emoji: Update Twemoji to version 11.0. 2018-06-28 02:42:55 +00:00
twemoji.min.js Emoji: Update Twemoji to version 11.0. 2018-06-28 02:42:55 +00:00
underscore.min.js Once upon a midnight dreary, while I coded, weak and weary, 2018-05-23 10:05:31 +00:00
utils.js General: Explicitly assigns all JS globals to the window. 2018-08-19 13:33:24 +00:00
utils.min.js General: Explicitly assigns all JS globals to the window. 2018-08-19 13:33:24 +00:00
wp-a11y.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
wp-a11y.min.js
wp-ajax-response.js General: Explicitly assigns all JS globals to the window. 2018-08-19 13:33:24 +00:00
wp-ajax-response.min.js General: Explicitly assigns all JS globals to the window. 2018-08-19 13:33:24 +00:00
wp-api.js REST API: generate a valid fallback URI in wp.api.utils.getRootURL. 2018-08-11 18:51:24 +00:00
wp-api.min.js REST API: generate a valid fallback URI in wp.api.utils.getRootURL. 2018-08-11 18:51:24 +00:00
wp-auth-check.js Docs: Improve JSDoc for auth-check.js. 2018-06-28 02:33:38 +00:00
wp-auth-check.min.js
wp-backbone.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
wp-backbone.min.js
wp-custom-header.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
wp-custom-header.min.js
wp-embed-template.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
wp-embed-template.min.js
wp-embed.js Embeds: After [43593], move the new check to a separate line to avoid test_js_no_ampersands_in_compiled failure caused by UglifyJS task. 2018-08-30 12:40:26 +00:00
wp-embed.min.js Embeds: After [43593], move the new check to a separate line to avoid test_js_no_ampersands_in_compiled failure caused by UglifyJS task. 2018-08-30 12:40:26 +00:00
wp-emoji-loader.js Emoji: Update Twemoji to version 11.0. 2018-06-28 02:42:55 +00:00
wp-emoji-loader.min.js Emoji: Update Twemoji to version 11.0. 2018-06-28 02:42:55 +00:00
wp-emoji-release.min.js Emoji: Update Twemoji to version 11.0. 2018-06-28 02:42:55 +00:00
wp-emoji.js Docs: Improve JSDoc for emoji.js. 2018-06-28 02:35:44 +00:00
wp-emoji.min.js
wp-list-revisions.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
wp-list-revisions.min.js
wp-lists.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
wp-lists.min.js
wp-pointer.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
wp-pointer.min.js
wp-sanitize.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
wp-sanitize.min.js Security: Rename new wp.sanitize.sanitizeText to stripTagsAndEncodeText.' 2017-10-04 18:58:47 +00:00
wp-util.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
wp-util.min.js
wpdialog.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
wpdialog.min.js
wplink.js General: Explicitly assigns all JS globals to the window. 2018-08-19 13:33:24 +00:00
wplink.min.js General: Explicitly assigns all JS globals to the window. 2018-08-19 13:33:24 +00:00
zxcvbn-async.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
zxcvbn-async.min.js
zxcvbn.min.js