[wp-trac] Re: [WordPress Trac] #5117: WordPress (plugin) updates do not warn about unknown plugins

WordPress Trac wp-trac at lists.automattic.com
Tue Jun 10 14:19:02 GMT 2008


#5117: WordPress (plugin) updates do not warn about unknown plugins
---------------------------------------+------------------------------------
 Reporter:  Quandary                   |        Owner:  strider72
     Type:  defect                     |       Status:  assigned 
 Priority:  high                       |    Milestone:  2.6      
Component:  Administration             |      Version:  2.6      
 Severity:  normal                     |   Resolution:           
 Keywords:  admin plugins needs-patch  |  
---------------------------------------+------------------------------------
Comment (by strider72):

 DD32: Perhaps I overthought things, but ultimately the distinction you
 make is negligible.

 The bulk of the change we are discussing is getting the server response to
 distinguish between "no update" and "not found", and then putting
 *something* on the Plugin Admin page to mark plugins that are "not found".

 That's 95% of the work.  Beyond that, it's a small step to change
 *something* to a link and tossing in an apply_filter() before output.

 That last bit entails changing:

 * If not found on WP Extend: "(not checked for updates)"

 to:

 * If not found on WP Extend:[[BR]]
     a) If (has "Update URL" header): "Updates not checked. [LINK:check
 manually]".[[BR]]
     b) else: "(not checked for updates)"

 Total changes:

 1) Get additional "not found" output from server (format to be
 determined)[[BR]]
 2) Add new "Update URL" parameter to output of plugin_data()[[BR]]
 3) In plugins.php, add new logic within $plugins loop that writes "not
 checked|check manually" as needed to Version table cell.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5117#comment:22>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list