Development

Changeset 12548

You must first sign up to be able to contribute.

Changeset 12548

Show
Ignore:
Timestamp:
11/01/08 17:55:27 (1 year ago)
Author:
fabien
Message:

[1.2] fixed global cache never cleared (closes #4614)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.2/lib/autoload/sfCoreAutoload.class.php

    r12503 r12548  
    368368  'sfWebDebugUpgrade' => 'task/project/upgrade1.1', 
    369369  'sfFactories12Upgrade' => 'task/project/upgrade1.2', 
     370  'sfPluginAssetsUpgrade' => 'task/project/upgrade1.2', 
    370371  'sfPropel13Upgrade' => 'task/project/upgrade1.2', 
    371372  'sfPropelIniUpgrade' => 'task/project/upgrade1.2', 
  • branches/1.2/lib/task/cache/sfCacheClearTask.class.php

    r12243 r12548  
    124124 
    125125    // clear global cache 
    126     if (is_null($options['app']) && is_null($options['type'])
     126    if (is_null($options['app']) && 'all' == $options['type']
    127127    { 
    128128      $this->getFilesystem()->remove(sfFinder::type('file')->discard('.sf')->in(sfConfig::get('sf_cache_dir'))); 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.