WordPress/wp-admin/js
Aaron Jorbin 18d2736d35 Plugins: Show an admin notice on successful activation.
Plugin activation on the Plugins > Add New screen is performed using AJAX, no longer performing redirects. This means that users will not see a newly activated plugin's menu items, admin notices, or other UI elements until the user refreshes or navigates to another screen. Without adequate messaging and direction, users may be unsure of what to do next.

This shows an admin notice when a plugin is activated from its plugin card or modal, informing the user that the plugin was activated, and that some changes may not occur until they refresh the page.

Follow-up to [57545].

Props costdev, jorbin, jeherve, flixos90, joedolson, ironprogrammer, audrasjb, alanfuller, kevinwhoffman, devsahadat, afragen, adrianduffell, azaozz, jason_the_adams, JeffPaul, webdevmattcrom, DrewAPicture, justlevine, stevejonesdev, benlk, roytanck.
Fixes #60992. See #22316.

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


git-svn-id: http://core.svn.wordpress.org/trunk@57546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-05-02 17:05:07 +00:00
..
widgets Administration: Remove deprecated unload event handlers and use pagehide (and pageshow) when appropriate. 2023-10-09 21:31:27 +00:00
accordion.js
accordion.min.js
application-passwords.js Administration: Move tabindex="-1" from notice to JS. 2023-09-17 22:51:24 +00:00
application-passwords.min.js Administration: Move tabindex="-1" from notice to JS. 2023-09-17 22:51:24 +00:00
auth-app.js
auth-app.min.js
code-editor.js
code-editor.min.js
color-picker.js
color-picker.min.js
comment.js General: Remove ableist language from code comments. 2024-02-11 19:14:19 +00:00
comment.min.js
common.js Quick/Bulk Edit: Ensure the “All” checkbox is properly toggled in certain scenarios. 2024-02-29 22:02:15 +00:00
common.min.js Quick/Bulk Edit: Ensure the “All” checkbox is properly toggled in certain scenarios. 2024-02-29 22:02:15 +00:00
custom-background.js
custom-background.min.js
custom-header.js
customize-controls.js Docs: Fix various typos and spelling mistakes. 2024-04-12 17:47:13 +00:00
customize-controls.min.js Customize: Correct a typo in a console warning message. 2024-01-10 11:13:19 +00:00
customize-nav-menus.js Customize: Accessibility: Label menu subitems when updating menus. 2024-03-01 16:21:10 +00:00
customize-nav-menus.min.js Customize: Accessibility: Label menu subitems when updating menus. 2024-03-01 16:21:10 +00:00
customize-widgets.js Docs: Fix various typos and spelling mistakes. 2024-04-12 17:47:13 +00:00
customize-widgets.min.js
dashboard.js Docs: Fix various typos and spelling mistakes. 2024-04-12 17:47:13 +00:00
dashboard.min.js
edit-comments.js
edit-comments.min.js
editor-expand.js Docs: Fix various typos and spelling mistakes. 2024-04-12 17:47:13 +00:00
editor-expand.min.js
editor.js Docs: Fix various typos and spelling mistakes. 2024-04-12 17:47:13 +00:00
editor.min.js
farbtastic.js External Libraries: Update deprecated jQuery code in Farbtastic lib. 2023-07-17 22:03:26 +00:00
gallery.js Administration: Remove deprecated unload event handlers and use pagehide (and pageshow) when appropriate. 2023-10-09 21:31:27 +00:00
gallery.min.js Administration: Remove deprecated unload event handlers and use pagehide (and pageshow) when appropriate. 2023-10-09 21:31:27 +00:00
image-edit.js Coding Standards: Remove unused variable el in monitorPopup. 2023-09-21 18:04:16 +00:00
image-edit.min.js Coding Standards: Remove unused variable el in monitorPopup. 2023-09-21 18:04:16 +00:00
inline-edit-post.js Quick/Bulk Edit: Ensure the “All” checkbox is properly toggled in certain scenarios. 2024-02-29 22:02:15 +00:00
inline-edit-post.min.js Quick/Bulk Edit: Ensure the “All” checkbox is properly toggled in certain scenarios. 2024-02-29 22:02:15 +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 External Libraries: Accessibility: Clean up clipboard.js Copy buttons from focus management workaround. 2023-12-28 15:27:15 +00:00
media.min.js External Libraries: Accessibility: Clean up clipboard.js Copy buttons from focus management workaround. 2023-12-28 15:27:15 +00:00
nav-menu.js
nav-menu.min.js
password-strength-meter.js
password-strength-meter.min.js
password-toggle.js Upgrade/Install: Show/hide toggle on password fields. 2023-06-23 23:09:29 +00:00
password-toggle.min.js Upgrade/Install: Show/hide toggle on password fields. 2023-06-23 23:09:29 +00:00
plugin-install.js
plugin-install.min.js
post.js General: Remove ableist language from code comments. 2024-02-11 19:14:19 +00:00
post.min.js External Libraries: Accessibility: Clean up clipboard.js Copy buttons from focus management workaround. 2023-12-28 15:27:15 +00:00
postbox.js
postbox.min.js
privacy-tools.js
privacy-tools.min.js
revisions.js
revisions.min.js
set-post-thumbnail.js
set-post-thumbnail.min.js
site-health.js External Libraries: Accessibility: Clean up clipboard.js Copy buttons from focus management workaround. 2023-12-28 15:27:15 +00:00
site-health.min.js External Libraries: Accessibility: Clean up clipboard.js Copy buttons from focus management workaround. 2023-12-28 15:27:15 +00:00
site-icon.js Site icon: Polish up Site Icon on the general settings screen. 2024-02-26 20:18:09 +00:00
site-icon.min.js Site icon: Polish up Site Icon on the general settings screen. 2024-02-26 20:18:09 +00:00
svg-painter.js
svg-painter.min.js
tags-box.js
tags-box.min.js
tags-suggest.js Script Loader: Switch to JavaScript translations. 2024-02-18 22:16:14 +00:00
tags-suggest.min.js Script Loader: Switch to JavaScript translations. 2024-02-18 22:16:14 +00:00
tags.js
tags.min.js
theme-plugin-editor.js Docs: Fix various typos and spelling mistakes. 2024-04-12 17:47:13 +00:00
theme-plugin-editor.min.js
theme.js Docs: Fix various typos and spelling mistakes. 2024-04-12 17:47:13 +00:00
theme.min.js Docs: Fix various typos and spelling mistakes. 2024-04-12 17:47:13 +00:00
updates.js Plugins: Show an admin notice on successful activation. 2024-05-02 17:05:07 +00:00
updates.min.js Plugins: Show an admin notice on successful activation. 2024-05-02 17:05:07 +00:00
user-profile.js Build/Test Tools: Update JSHint config to remove deprecated options. 2024-02-23 10:38:13 +00:00
user-profile.min.js Administration: Hide password in options/writing. 2023-06-22 00:32:21 +00:00
user-suggest.js
user-suggest.min.js
widgets.js
widgets.min.js
word-count.js
word-count.min.js
xfn.js
xfn.min.js