WordPress/wp-includes/js
Aaron Jorbin cc7f70c15e Don't override minified libraries included in core
A number of libraries that we include in core come with minified versions that we also include in core. The build process shouldn't override them.

Fixes #31477
Props ocean90, jorbin


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


git-svn-id: http://core.svn.wordpress.org/trunk@32045 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-04-07 04:38:25 +00:00
..
crop
imgareaselect
jcrop
jquery Update jQuery UI to 1.11.4. 2015-03-11 15:12:27 +00:00
media Remove the JS part of [31619]. 2015-04-01 16:34:27 +00:00
mediaelement Update more instances of default admin blues and grays. 2015-04-05 21:20:27 +00:00
plupload Replace flagrant instances of `.html('')` with `.empty()`. 2015-03-09 19:44:26 +00:00
swfupload Fix some documentation typos in various core files. 2014-08-13 03:56:17 +00:00
thickbox Update more instances of default admin blues and grays. 2015-04-05 21:20:27 +00:00
tinymce TinyMCE: update the "Keyboard Shortcuts" modal. 2015-04-06 23:17:28 +00:00
admin-bar.js Update hoverIntent to 1.8.1. 2015-03-11 17:15:27 +00:00
admin-bar.min.js Update hoverIntent to 1.8.1. 2015-03-11 17:15:27 +00:00
autosave.js Admin notices: Add more variety and make more generically usable. 2014-11-21 16:41:25 +00:00
autosave.min.js Admin notices: Add more variety and make more generically usable. 2014-11-21 16:41:25 +00:00
backbone.min.js Don't override minified libraries included in core 2015-04-07 04:38:25 +00:00
colorpicker.js
colorpicker.min.js
comment-reply.js
comment-reply.min.js
customize-base.js Customizer: [31885] actually hasn't fixed the `SecurityError`s. This one does. 2015-03-25 23:36:27 +00:00
customize-base.min.js Customizer: [31885] actually hasn't fixed the `SecurityError`s. This one does. 2015-03-25 23:36:27 +00:00
customize-loader.js Customizer: Avoid `SecurityError`s when the Customizer is embedded in an origin other than wp-admin. 2015-03-25 17:26:26 +00:00
customize-loader.min.js Customizer: Avoid `SecurityError`s when the Customizer is embedded in an origin other than wp-admin. 2015-03-25 17:26:26 +00:00
customize-models.js Customizer: Allow to skip cropping header images if image width is smaller than or equal to theme width. 2014-04-25 20:25:19 +00:00
customize-models.min.js Customizer: Allow to skip cropping header images if image width is smaller than or equal to theme width. 2014-04-25 20:25:19 +00:00
customize-preview-widgets.js Customizer: Introduce WP_Customize_Control::active() method to determine whether the control is relevant to the current context (i.e. to the current URL being previewed). 2014-07-09 23:58:16 +00:00
customize-preview-widgets.min.js Customizer: Introduce WP_Customize_Control::active() method to determine whether the control is relevant to the current context (i.e. to the current URL being previewed). 2014-07-09 23:58:16 +00:00
customize-preview.js Customizer: Add loading indicators for the Customizer preview. 2015-03-10 15:56:26 +00:00
customize-preview.min.js Customizer: Add loading indicators for the Customizer preview. 2015-03-10 15:56:26 +00:00
customize-views.js Customizer: Avoid hiding 'Remove' buttons unrelated to custom headers. 2014-05-06 04:14:14 +00:00
customize-views.min.js Customizer: Avoid hiding 'Remove' buttons unrelated to custom headers. 2014-05-06 04:14:14 +00:00
heartbeat.js Heartbeat: 2014-11-10 01:47:24 +00:00
heartbeat.min.js Heartbeat: 2014-11-10 01:47:24 +00:00
hoverIntent.js Update hoverIntent to 1.8.1. 2015-03-11 17:15:27 +00:00
hoverIntent.min.js Update hoverIntent to 1.8.1. 2015-03-11 17:15:27 +00:00
json2.js
json2.min.js
masonry.min.js Don't override minified libraries included in core 2015-04-07 04:38:25 +00:00
mce-view.js TinyMCE wpView: resize sandbox iframes on load. Fixes a problem with resizing after all images are loaded. 2015-04-06 18:55:28 +00:00
mce-view.min.js TinyMCE wpView: resize sandbox iframes on load. Fixes a problem with resizing after all images are loaded. 2015-04-06 18:55:28 +00:00
media-editor.js Insert from URL: Make sure the link text is actually used. 2015-04-06 18:25:27 +00:00
media-editor.min.js Insert from URL: Make sure the link text is actually used. 2015-04-06 18:25:27 +00:00
quicktags.js Editor: 2014-11-26 02:50:24 +00:00
quicktags.min.js Editor: 2014-11-26 02:50:24 +00:00
shortcode.js Correctly capitalize JavaScript throughout core docs. 2014-12-02 00:31:22 +00:00
shortcode.min.js Shortcode JS: Avoid errors when an escaped shortcode includes a newline between brackets. 2014-05-01 03:37:13 +00:00
swfobject.js
tw-sack.js
tw-sack.min.js
twemoji.js Emoji: 2015-04-01 02:39:28 +00:00
twemoji.min.js Emoji: 2015-04-01 02:39:28 +00:00
underscore.min.js Don't override minified libraries included in core 2015-04-07 04:38:25 +00:00
utils.js Fix the `wp-settings-*` cookies used in getUserSetting()/setUserSetting(). They should be set without `COOKIE_DOMAIN` to work properly for sub-domains. Fixes #29095. 2014-08-13 02:47:16 +00:00
utils.min.js Fix the `wp-settings-*` cookies used in getUserSetting()/setUserSetting(). They should be set without `COOKIE_DOMAIN` to work properly for sub-domains. Fixes #29095. 2014-08-13 02:47:16 +00:00
wp-a11y.js Add `wp.a11y.speak()` for audible alerts/updates in screen readers. Props afercia, GrahamArmfield (for the idea), iseulde. Fixes #31368. 2015-03-01 19:11:27 +00:00
wp-a11y.min.js Add `wp.a11y.speak()` for audible alerts/updates in screen readers. Props afercia, GrahamArmfield (for the idea), iseulde. Fixes #31368. 2015-03-01 19:11:27 +00:00
wp-ajax-response.js Replace flagrant instances of `.html('')` with `.empty()`. 2015-03-09 19:44:26 +00:00
wp-ajax-response.min.js Replace flagrant instances of `.html('')` with `.empty()`. 2015-03-09 19:44:26 +00:00
wp-auth-check.js Disable body scrolling when session expired log in modal is open. 2015-03-31 22:55:26 +00:00
wp-auth-check.min.js Disable body scrolling when session expired log in modal is open. 2015-03-31 22:55:26 +00:00
wp-backbone.js
wp-backbone.min.js
wp-emoji-loader.js Emoji: Instead of loading the emoji JS files automatically, we now include a small JS shim in the header, to test if the user's browser needs Twemoji. It then loads the emoji JS files only if they're needed. 2015-03-24 23:33:32 +00:00
wp-emoji-loader.min.js Emoji: Instead of loading the emoji JS files automatically, we now include a small JS shim in the header, to test if the user's browser needs Twemoji. It then loads the emoji JS files only if they're needed. 2015-03-24 23:33:32 +00:00
wp-emoji-release.min.js Emoji: Remove an errant `/` in Twemoji URLs. 2015-04-05 07:28:26 +00:00
wp-emoji.js Emoji: Remove an errant `/` in Twemoji URLs. 2015-04-05 07:28:26 +00:00
wp-emoji.min.js Emoji: Remove an errant `/` in Twemoji URLs. 2015-04-05 07:28:26 +00:00
wp-list-revisions.js
wp-list-revisions.min.js
wp-lists.js Fix double avatars and JS errors when spamming/trashing comments. 2014-03-26 23:14:15 +00:00
wp-lists.min.js Fix double avatars and JS errors when spamming/trashing comments. 2014-03-26 23:14:15 +00:00
wp-pointer.js
wp-pointer.min.js
wp-util.js Improve `wp.media` documentation. 2014-11-05 19:39:22 +00:00
wp-util.min.js
wpdialog.js
wpdialog.min.js
wplink.js Spinners: Toggle a class instead of show/hide. 2015-04-03 04:52:27 +00:00
wplink.min.js Spinners: Toggle a class instead of show/hide. 2015-04-03 04:52:27 +00:00
zxcvbn-async.js
zxcvbn-async.min.js
zxcvbn.min.js