[wp-trac] [WordPress Trac] #8868: Excessively assertive messages in plugin installer

WordPress Trac wp-trac at lists.automattic.com
Fri Jan 16 08:46:37 GMT 2009


#8868: Excessively assertive messages in plugin installer
--------------------------+-------------------------------------------------
 Reporter:  Ozh           |       Owner:  dd32                     
     Type:  defect (bug)  |      Status:  new                      
 Priority:  normal        |   Milestone:  2.7.1                    
Component:  Plugins       |     Version:  2.7                      
 Severity:  normal        |    Keywords:  plugins plugins-installer
--------------------------+-------------------------------------------------
 The plugin installer has excessive messages.

 Example: "Warning: This plugin has not been tested with your  current
 version of WordPress." shows when the "tested up to:" field is missing,
 while this may be totally deliberate to omit this field.

 Assertions should be only:
  * "has not been tested" if "tested up to" < $wp_version.
  * "is not compatible" if "requires" > $wp_version

 In other cases, messages should not be this positive.

 Suggestions:
  * Don't show the warning when "tested up to" is missing
  * ignore minor WP version number since they're very unlikely to change a
 plugin behavior
  * be less assertive: "This plugin might or might not have been tested"

 wp-hacker thread, for reference: http://comox.textdrive.com/pipermail/wp-
 hackers/2009-January/023774.html

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8868>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list