WordPress/wp-includes/js
2019-10-05 01:01:00 +00:00
..
codemirror Remove JSHint due to license compatibility 2018-01-23 01:29:32 +00:00
crop
dist Block Editor: Update WordPress packages to include the latest bug fixes. 2019-09-30 20:07:06 +00:00
imgareaselect Media: Update minified version of imgAreaSelect after [42874]. 2018-04-03 19:46:30 +00:00
jcrop
jquery External Libraries: Update jQuery Color plugin to 2.1.2. 2019-09-12 12:41:54 +00:00
mediaelement Accessibility: Improve accessibility of all the media views form controls. 2019-06-07 20:45:02 +00:00
plupload Upload: Fix the method used to create image sub-sizes when uploading fails with a PHP fatal error. Use a custom header to send the new attachment post ID even in HTTP 500 responses instead of an upload reference sent by the client. Also add another cap check and remove the action when deleting an attachment post during a failed upload cleanup. 2019-10-03 21:02:00 +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 Docs: Convert 'Block Editor' to lowercase. 2019-10-04 20:12:58 +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 External Libraries: Update Backbone.js to 1.4.0. 2019-09-17 17:19:54 +00:00
backbone.min.js External Libraries: Update Backbone.js to 1.4.0. 2019-09-17 17:19:54 +00:00
clipboard.js Site Health: Improve the "Copy to clipboard" button. 2019-03-27 22:31:52 +00:00
clipboard.min.js Site Health: Improve the "Copy to clipboard" button. 2019-03-27 22:31:52 +00:00
colorpicker.js
colorpicker.min.js
comment-reply.js Coding Standards: Fix JSHint error in [45790]. 2019-08-14 00:02:55 +00:00
comment-reply.min.js Comments: enable typing cmd/ctrl-enter to submit comment forms. 2019-08-13 21:26:56 +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 Customiser: Prevent JS errors when previewing pages with an <area> tag. 2019-01-21 23:03:50 +00:00
customize-preview.min.js Customiser: Prevent JS errors when previewing pages with an <area> tag. 2019-01-21 23:03:50 +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 Block Editor: Refresh nonces used by wp.apiFetch. 2018-12-17 19:28:51 +00:00
heartbeat.min.js Block Editor: Refresh nonces used by wp.apiFetch. 2018-12-17 19:28:51 +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 TinyMCE: fix adding of too many undo levels for wpviews. The HTML changes several times when a wpview is added. We only want one undo level. Also fixes cases when the cursor is next to an embeddable URL in the Text tab and the user switches to the Visual tab. 2019-07-12 03:25:55 +00:00
mce-view.min.js TinyMCE: fix adding of too many undo levels for wpviews. The HTML changes several times when a wpview is added. We only want one undo level. Also fixes cases when the cursor is next to an embeddable URL in the Text tab and the user switches to the Visual tab. 2019-07-12 03:25:55 +00:00
media-audiovideo.js External Libraries: Update Backbone.js to 1.4.0. 2019-09-17 17:19:54 +00:00
media-audiovideo.min.js External Libraries: Update Backbone.js to 1.4.0. 2019-09-17 17:19:54 +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 Media: Reduces the bulk media options to have one primary button 2019-07-30 23:20:57 +00:00
media-grid.min.js Widgets: Fix "jumpiness" when reordering widgets by dragging them. 2019-09-04 21:49:59 +00:00
media-models.js Accessibility: Media: Make screen readers announce the Media search results. 2019-09-23 12:19:56 +00:00
media-models.min.js Accessibility: Media: Make screen readers announce the Media search results. 2019-09-23 12:19:56 +00:00
media-views.js Accessibility: Media: Add more headings in the Media Modal. 2019-10-03 12:10:57 +00:00
media-views.min.js Accessibility: Media: Add more headings in the Media Modal. 2019-10-03 12:10:57 +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
swfobject.js
tw-sack.js
tw-sack.min.js
twemoji.js Emoji: Upgrade Twemoji to 12.1.2. 2019-08-08 04:05:55 +00:00
twemoji.min.js Emoji: Upgrade Twemoji to 12.1.2. 2019-08-08 04:05:55 +00:00
underscore.js External Libraries: Revert [46092] pending test failure investigation. 2019-09-12 10:19:59 +00:00
underscore.min.js External Libraries: Revert [46092] pending test failure investigation. 2019-09-12 10:19:59 +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-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: Upgrade Twemoji to 12.1.2. 2019-08-08 04:05:55 +00:00
wp-emoji-loader.min.js Emoji: Upgrade Twemoji to 12.1.2. 2019-08-08 04:05:55 +00:00
wp-emoji-release.min.js Emoji: Revert [46393] pending test failure investigation. 2019-10-05 01:01:00 +00:00
wp-emoji.js Emoji: Revert [46393] pending test failure investigation. 2019-10-05 01:01:00 +00:00
wp-emoji.min.js Emoji: Revert [46393] pending test failure investigation. 2019-10-05 01:01:00 +00:00
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 Update wp.a11y.speak() to sanitize HTML before display. 2019-09-04 17:13:21 +00:00
wp-sanitize.min.js Update wp.a11y.speak() to sanitize HTML before display. 2019-09-04 17:13:21 +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 TinyMCE Classic Block: Remove unused variable. 2019-01-26 12:59:49 +00:00
wplink.min.js TinyMCE Classic Block: fix the Advanced Link modal (accessible when clicking on the cogwheel in the inline link modal in a Classic Block). 2019-01-24 11:21:50 +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 External Libraries: zxcvbn library. 2018-12-20 21:03:49 +00:00