..
crop
its <=> it's in documentation, along with a rogue the, The, and looses. props trepmal. fixes #22665 .
2012-12-20 15:55:32 +00:00
imgareaselect
Update imgAreaSelect to 0.9.10. fixes #25370 .
2013-09-21 10:43:10 +00:00
jcrop
Update Jcrop to 0.9.12 (unused in WP core).
2013-09-21 12:46:09 +00:00
jquery
Add jquery.masonry.min.js. fixes #25351 .
2014-03-04 02:20:14 +00:00
mediaelement
Load MediaElement's CSS when TinyMCE is loaded via `$mce_css` in `editor_settings()`. Add some baseline styles in `wp-content.css` for audio, video, and embed tags to ensure their `max-width` is `100%`, regardless of whether MEjs is implemented in TinyMCE.
2014-03-14 12:34:16 +00:00
plupload
Add the ability to drag and drop files directly onto the editor.
2014-03-01 21:34:17 +00:00
swfupload
Remove a few unnecessary jQuery selectors added in [27239]. Playlists don't exist in some older contexts that galleries do.
2014-02-24 20:49:14 +00:00
thickbox
Modals: darken all overlays, update all box-shadows and headings, correct thickbox styling, make the link modal narrower and bring back the animation (css transition). Props avryl, see #26952
2014-03-14 05:55:16 +00:00
tinymce
Load MediaElement's CSS when TinyMCE is loaded via `$mce_css` in `editor_settings()`. Add some baseline styles in `wp-content.css` for audio, video, and embed tags to ensure their `max-width` is `100%`, regardless of whether MEjs is implemented in TinyMCE.
2014-03-14 12:34:16 +00:00
admin-bar.js
Make older mobile browsers and IE7 usable:
2013-12-09 02:41:10 +00:00
admin-bar.min.js
Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root.
2014-01-29 04:43:30 +00:00
autosave.js
Autosave: Fix typo in event namespace. props avryl, see #25272 .
2014-02-04 16:07:12 +00:00
autosave.min.js
Autosave: Fix typo in event namespace. props avryl, see #25272 .
2014-02-04 16:07:12 +00:00
backbone.min.js
Update Backbone to version 1.1.2.
2014-02-22 15:42:14 +00:00
colorpicker.js
Pinking shears
2012-11-17 15:11:29 +00:00
colorpicker.min.js
Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root.
2014-01-29 04:43:30 +00:00
comment-reply.js
Fix JSHint errors in six files.
2013-11-15 04:42:09 +00:00
comment-reply.min.js
Fix JSHint errors in six files.
2013-11-15 04:42:09 +00:00
customize-base.js
Customizer: Revert [26548], removing _.isEqual() for proper object comparison.
2013-12-05 23:13:10 +00:00
customize-base.min.js
Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root.
2014-01-29 04:43:30 +00:00
customize-loader.js
Fix JSHint errors for customize-loader.
2013-11-15 04:31:10 +00:00
customize-loader.min.js
Temporarily remove CSS preprocessing until we can get our Ruby dependency sorted out.
2013-11-13 21:45:11 +00:00
customize-models.js
JS linting for [27497].
2014-03-11 04:20:14 +00:00
customize-models.min.js
Add header image uploads with cropping to the customizer.
2014-03-11 04:13:16 +00:00
customize-preview-widgets.js
Make widget customizer code pass JSHint.
2014-03-06 16:45:15 +00:00
customize-preview-widgets.min.js
Make widget customizer code pass JSHint.
2014-03-06 16:45:15 +00:00
customize-preview.js
Fix JSHint errors in 5 files.
2013-11-15 05:16:09 +00:00
customize-preview.min.js
Temporarily remove CSS preprocessing until we can get our Ruby dependency sorted out.
2013-11-13 21:45:11 +00:00
customize-views.js
Add header image uploads with cropping to the customizer.
2014-03-11 04:13:16 +00:00
customize-views.min.js
Add header image uploads with cropping to the customizer.
2014-03-11 04:13:16 +00:00
heartbeat.js
Heartbeat: Don't use a variable of the same name as the function it is in.
2013-12-04 19:24:09 +00:00
heartbeat.min.js
Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root.
2014-01-29 04:43:30 +00:00
hoverIntent.js
hoverIntent r7. props mjbanks. fixes #23752 .
2013-05-14 19:53:05 +00:00
hoverIntent.min.js
Temporarily remove CSS preprocessing until we can get our Ruby dependency sorted out.
2013-11-13 21:45:11 +00:00
json2.js
Switch to .min for compressed JS and CSS files.
2012-08-23 00:04:18 +00:00
json2.min.js
Temporarily remove CSS preprocessing until we can get our Ruby dependency sorted out.
2013-11-13 21:45:11 +00:00
masonry.min.js
Update the Masonry JavaScript library to version 3.
2014-02-25 19:53:15 +00:00
mce-view.js
Revert [27528] until Flash in Firefox behaves :(
2014-03-13 23:39:16 +00:00
mce-view.min.js
Revert [27528] until Flash in Firefox behaves :(
2014-03-13 23:39:16 +00:00
media-editor.js
The `canPlayType` property for audio and video in JS is so bad that the official valid responses are "probably" and "maybe". There are many cases where we might want to know if an audio|video tag is gonna blow up in our face before even attempting to make a `MediaElementPlayer` instance out of it.
2014-03-14 14:36:14 +00:00
media-editor.min.js
The `canPlayType` property for audio and video in JS is so bad that the official valid responses are "probably" and "maybe". There are many cases where we might want to know if an audio|video tag is gonna blow up in our face before even attempting to make a `MediaElementPlayer` instance out of it.
2014-03-14 14:36:14 +00:00
media-models.js
In `media.model.PostMedia`, for these 2 scenarios:
2014-03-14 13:00:14 +00:00
media-models.min.js
In `media.model.PostMedia`, for these 2 scenarios:
2014-03-14 13:00:14 +00:00
media-views.js
Move `removePlayer()` and `unsetPlayer()` to `wp.media.mixin` so that other classes can take advantage of them.
2014-03-14 13:48:15 +00:00
media-views.min.js
Move `removePlayer()` and `unsetPlayer()` to `wp.media.mixin` so that other classes can take advantage of them.
2014-03-14 13:48:15 +00:00
quicktags.js
Various JSHint fixes. see #26446 .
2014-02-08 00:52:12 +00:00
quicktags.min.js
Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root.
2014-01-29 04:43:30 +00:00
shortcode.js
Fix JSHint errors in shortcode.js.
2013-11-15 21:25:10 +00:00
shortcode.min.js
Temporarily remove CSS preprocessing until we can get our Ruby dependency sorted out.
2013-11-13 21:45:11 +00:00
swfobject.js
Update swfobject
2012-04-17 23:09:29 +00:00
tw-sack.js
Switch to .min for compressed JS and CSS files.
2012-08-23 00:04:18 +00:00
tw-sack.min.js
Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root.
2014-01-29 04:43:30 +00:00
underscore.min.js
Update Backbone from 1.0 to 1.1.
2014-02-13 07:34:13 +00:00
utils.js
Fix JSHint errors in utils.js.
2013-11-15 05:26:10 +00:00
utils.min.js
Fix JSHint errors in utils.js.
2013-11-15 05:26:10 +00:00
wp-ajax-response.js
Fix JSHint errors in the old XML-based ajax response JS.
2013-11-14 05:43:10 +00:00
wp-ajax-response.min.js
Fix JSHint errors in the old XML-based ajax response JS.
2013-11-14 05:43:10 +00:00
wp-auth-check.js
Heartbeat: update wp-auth-check to use the new "connectNow()" method after a successful login, see #25073 .
2013-12-02 18:47:09 +00:00
wp-auth-check.min.js
Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root.
2014-01-29 04:43:30 +00:00
wp-backbone.js
Update media-views and wp.Backbone.View for Backbone 1.1.
2014-02-13 07:36:13 +00:00
wp-backbone.min.js
Update media-views and wp.Backbone.View for Backbone 1.1.
2014-02-13 07:36:13 +00:00
wp-list-revisions.js
Fix JSHint errors in two files. see #25957 , #25864 . (Similar names but separate files.)
2013-11-15 06:24:10 +00:00
wp-list-revisions.min.js
Temporarily remove CSS preprocessing until we can get our Ruby dependency sorted out.
2013-11-13 21:45:11 +00:00
wp-lists.js
Fix JSHint errors in six files.
2013-11-15 04:42:09 +00:00
wp-lists.min.js
Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root.
2014-01-29 04:43:30 +00:00
wp-pointer.js
Fix JSHint errors in six files.
2013-11-15 04:42:09 +00:00
wp-pointer.min.js
Temporarily remove CSS preprocessing until we can get our Ruby dependency sorted out.
2013-11-13 21:45:11 +00:00
wp-util.js
Fix JSHint errors in two files. see #25957 , #25864 . (Similar names but separate files.)
2013-11-15 06:24:10 +00:00
wp-util.min.js
Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root.
2014-01-29 04:43:30 +00:00
wpdialog.js
TinyMCE 4.0.12, first run.
2013-12-28 23:53:15 +00:00
wpdialog.min.js
TinyMCE 4.0.12, first run.
2013-12-28 23:53:15 +00:00
wplink.js
wpLink: bring back the Cancel link, improve responsive styles, see #26952
2014-03-12 03:07:15 +00:00
wplink.min.js
wpLink: bring back the Cancel link, improve responsive styles, see #26952
2014-03-12 03:07:15 +00:00
zxcvbn-async.js
Mark zxcvbn global to avoid JSHint errors.
2013-11-12 23:43:09 +00:00
zxcvbn-async.min.js
Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root.
2014-01-29 04:43:30 +00:00
zxcvbn.min.js
Add a copyright notice to zxcvbn. fixes #25926 .
2013-12-04 19:53:10 +00:00