[wp-trac] Re: [WordPress Trac] #9303: Plugin updater does not show
plugin messages after bulk actions are applied.
WordPress Trac
wp-trac at lists.automattic.com
Wed Apr 29 08:45:53 GMT 2009
#9303: Plugin updater does not show plugin messages after bulk actions are
applied.
--------------------------+-------------------------------------------------
Reporter: jwriteclub | Owner: DD32
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 2.7.2
Component: Plugins | Version: 2.7.1
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+-------------------------------------------------
Changes (by DD32):
* keywords: => has-patch
* status: closed => reopened
* resolution: wontfix =>
Comment:
Re-opening due to it being a bug due to bad timing of update checks.
The issue is this:
* Updates are available
* Init is fired, as well as load-plugins.php, this is the hook the update
check runs on
* Bulk Action applied (Delete)
* Deletion occurs
* Deletion removes the update_plugins transient
* Page continues to load (Not redirect like most other actions)
* Plugins listing is shown
* Plugin update row item is called, however transient is empty since an
update check hasnt run since the transient was deleted after the bulk
action was applied.
I dont think the transient needs to be deleted after a plugin deletion, So
what if theres a old stale plugin in the transient for a few hours?(that
is NOT going to be shown) Its not going to affect performance much..
Patch coming up in just a minute.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9303#comment:7>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list