WordPress/wp-admin/js
Helen Hou-Sandí 85e954aa37 Login: Avoid AJAX error on login screen.
This has to do with the password generator, which does not need to generate and cache passwords in JS as that's already done in PHP.

Props adamsilverstein, sarahricker.
Fixes #51613.

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


git-svn-id: http://core.svn.wordpress.org/trunk@49098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-27 18:43:07 +00:00
..
widgets Build/Test Tools: Enable JSDocs to be linted with ESLint. 2020-07-27 23:35:02 +00:00
accordion.js
accordion.min.js
application-passwords.js App Passwords: Improve accessibility. 2020-10-24 03:34:06 +00:00
application-passwords.min.js App Passwords: Improve accessibility. 2020-10-24 03:34:06 +00:00
auth-app.js App Passwords: Improve accessibility. 2020-10-24 03:34:06 +00:00
auth-app.min.js App Passwords: Improve accessibility. 2020-10-24 03:34:06 +00:00
code-editor.js Build/Test Tools: Enable JSDocs to be linted with ESLint. 2020-07-27 23:35:02 +00:00
code-editor.min.js
color-picker.js
color-picker.min.js
comment.js I18N: Use wp.i18n for translatable strings in wp-admin/js/comment.js. 2020-07-07 18:40:05 +00:00
comment.min.js I18N: Use wp.i18n for translatable strings in wp-admin/js/comment.js. 2020-07-07 18:40:05 +00:00
common.js I18N: Use wp.i18n for translatable strings in wp-admin/js/dashboard.js. 2020-10-14 21:13:08 +00:00
common.min.js I18N: Use wp.i18n for translatable strings in wp-admin/js/dashboard.js. 2020-10-14 21:13:08 +00:00
custom-background.js
custom-background.min.js
custom-header.js
customize-controls.js Customize: Ensure the New Menu section is properly rendered. 2020-10-27 02:48:06 +00:00
customize-controls.min.js Customize: Ensure the New Menu section is properly rendered. 2020-10-27 02:48:06 +00:00
customize-nav-menus.js Build/Test Tools: Enable JSDocs to be linted with ESLint. 2020-07-27 23:35:02 +00:00
customize-nav-menus.min.js Customize: Ensure that widgets and nav-menus can be closed after entering content. 2020-07-13 20:15:06 +00:00
customize-widgets.js Build/Test Tools: Enable JSDocs to be linted with ESLint. 2020-07-27 23:35:02 +00:00
customize-widgets.min.js Customize: Ensure that widgets and nav-menus can be closed after entering content. 2020-07-13 20:15:06 +00:00
dashboard.js Revert the improvenents to arranging of postboxes/metaboxes, [49179]. The current patch fixes about half a dozen problems, but seems more general improvements are needed to how Screen Options work. 2020-10-27 10:47:12 +00:00
dashboard.min.js Revert the improvenents to arranging of postboxes/metaboxes, [49179]. The current patch fixes about half a dozen problems, but seems more general improvements are needed to how Screen Options work. 2020-10-27 10:47:12 +00:00
edit-comments.js Build/Test Tools: Enable JSDocs to be linted with ESLint. 2020-07-27 23:35:02 +00:00
edit-comments.min.js
editor-expand.js Build/Test Tools: Enable JSDocs to be linted with ESLint. 2020-07-27 23:35:02 +00:00
editor-expand.min.js
editor.js Build/Test Tools: Enable JSDocs to be linted with ESLint. 2020-07-27 23:35:02 +00:00
editor.min.js
farbtastic.js
gallery.js
gallery.min.js
image-edit.js Media: clear inputs after cropping on attachment details screen. 2020-10-02 15:11:06 +00:00
image-edit.min.js Media: clear inputs after cropping on attachment details screen. 2020-10-02 15:11:06 +00:00
inline-edit-post.js Administration: Remove obsolete .ac_results class references. 2020-10-19 22:33:08 +00:00
inline-edit-post.min.js Administration: Remove obsolete .ac_results class references. 2020-10-19 22:33:08 +00:00
inline-edit-tax.js
inline-edit-tax.min.js
iris.min.js
language-chooser.js
language-chooser.min.js
link.js
link.min.js
media-gallery.js
media-gallery.min.js
media-upload.js
media-upload.min.js
media.js
media.min.js
nav-menu.js Build/Test Tools: Enable JSDocs to be linted with ESLint. 2020-07-27 23:35:02 +00:00
nav-menu.min.js I18N: Use wp.i18n for translatable strings in wp-admin/js/nav-menu.js. 2020-07-07 18:31:05 +00:00
password-strength-meter.js
password-strength-meter.min.js
plugin-install.js
plugin-install.min.js
post.js Build/Test Tools: Enable JSDocs to be linted with ESLint. 2020-07-27 23:35:02 +00:00
post.min.js I18N: Use wp.i18n for translatable strings in wp-admin/js/set-post-thumbnail.js. 2020-07-07 18:55:04 +00:00
postbox.js Revert the improvenents to arranging of postboxes/metaboxes, [49179]. The current patch fixes about half a dozen problems, but seems more general improvements are needed to how Screen Options work. 2020-10-27 10:47:12 +00:00
postbox.min.js Revert the improvenents to arranging of postboxes/metaboxes, [49179]. The current patch fixes about half a dozen problems, but seems more general improvements are needed to how Screen Options work. 2020-10-27 10:47:12 +00:00
privacy-tools.js Privacy: Use more appropriate verbiage when downloading personal data export file from a row action. 2020-10-23 19:33:07 +00:00
privacy-tools.min.js Privacy: Use more appropriate verbiage when downloading personal data export file from a row action. 2020-10-23 19:33:07 +00:00
revisions.js
revisions.min.js
set-post-thumbnail.js I18N: Use wp.i18n for translatable strings in wp-admin/js/set-post-thumbnail.js. 2020-07-07 18:55:04 +00:00
set-post-thumbnail.min.js I18N: Use wp.i18n for translatable strings in wp-admin/js/set-post-thumbnail.js. 2020-07-07 18:55:04 +00:00
site-health.js Site Health, App Passwords: Test if the Authorization header is populated correctly. 2020-10-27 18:32:07 +00:00
site-health.min.js Site Health, App Passwords: Test if the Authorization header is populated correctly. 2020-10-27 18:32:07 +00:00
svg-painter.js
svg-painter.min.js
tags-box.js
tags-box.min.js
tags-suggest.js Build/Test Tools: Enable JSDocs to be linted with ESLint. 2020-07-27 23:35:02 +00:00
tags-suggest.min.js
tags.js
tags.min.js
theme-plugin-editor.js I18N: Use wp.i18n for translatable strings in wp-admin/js/dashboard.js. 2020-10-14 21:13:08 +00:00
theme-plugin-editor.min.js I18N: Use wp.i18n for translatable strings in wp-admin/js/dashboard.js. 2020-10-14 21:13:08 +00:00
theme.js Upgrade/Install: Only show auto-update for themes that support the feature. 2020-07-29 20:01:08 +00:00
theme.min.js Upgrade/Install: Only show auto-update for themes that support the feature. 2020-07-29 20:01:08 +00:00
updates.js Administration: Unify search results message on list tables. 2020-10-23 16:01:15 +00:00
updates.min.js Administration: Unify search results message on list tables. 2020-10-23 16:01:15 +00:00
user-profile.js Login: Avoid AJAX error on login screen. 2020-10-27 18:43:07 +00:00
user-profile.min.js Login: Avoid AJAX error on login screen. 2020-10-27 18:43:07 +00:00
user-suggest.js
user-suggest.min.js
widgets.js I18N: Use wp.i18n for translatable strings in wp-admin/js/dashboard.js. 2020-10-14 21:13:08 +00:00
widgets.min.js I18N: Use wp.i18n for translatable strings in wp-admin/js/dashboard.js. 2020-10-14 21:13:08 +00:00
word-count.js Build/Test Tools: Enable JSDocs to be linted with ESLint. 2020-07-27 23:35:02 +00:00
word-count.min.js
xfn.js
xfn.min.js