[wp-trac] [WordPress Trac] #10505: Gears not override-able by plugins

WordPress Trac wp-trac at lists.automattic.com
Wed Jul 29 00:41:44 UTC 2009


#10505: Gears not override-able by plugins
-------------------------------+--------------------------------------------
 Reporter:  Denis-de-Bernardy  |       Owner:  ryan
     Type:  defect (bug)       |      Status:  new 
 Priority:  normal             |   Milestone:  2.9 
Component:  Cache              |     Version:      
 Severity:  normal             |    Keywords:      
-------------------------------+--------------------------------------------

Comment(by azaozz):

 The Gears manifest location can be set by overwriting
 wpGears.createStore() from another script (it's only loaded on the Tools
 screen).

 When the Gears manifest is requested we can either:
  * Load all of WordPress and output list of all static files plus files
 added by plugins
  * Bypass loading everything and output list of all default files.

 As the manifest is requested quite often, it kind of defeats the purpose
 if we load all to output it. That would also mean we will be loading
 WordPress twice for each page. The same applies for the scripts
 concatenation.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10505#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list