Development

Changeset 27906

You must first sign up to be able to contribute.

Changeset 27906

Show
Ignore:
Timestamp:
02/11/10 18:00:10 (3 years ago)
Author:
noel
Message:

[sfDependencyInjectionContainerPlugin] updated plugin to make it compatible with sf 1.4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfDependencyInjectionContainerPlugin/trunk/lib/task/servicesDumpgraphizTask.class.php

    r20558 r27906  
    4545    $sc = $this->configuration->getServiceContainer(); 
    4646    $dumper = new sfServiceContainerDumperGraphviz($sc); 
    47     file_put_contents(sfConfig::get('sf_doc_dir').'/container.dot', $dumper->dump()); 
     47    file_put_contents(sfConfig::get('sf_data_dir').'/container.dot', $dumper->dump()); 
    4848  } 
    4949} 
  • plugins/sfDependencyInjectionContainerPlugin/trunk/package.xml

    r20560 r27906  
    1111    <active>yes</active> 
    1212  </lead> 
    13   <date>2009-07-28</date> 
     13  <date>2010-02-11</date> 
    1414  <version> 
    15     <release>0.5.1</release> 
     15    <release>0.6.0</release> 
    1616    <api>1.0.0</api> 
    1717  </version> 
     
    4747        <name>symfony</name> 
    4848        <channel>pear.symfony-project.com</channel> 
    49         <min>1.1.0</min> 
    50         <max>1.3.0</max> 
    51         <exclude>1.4.0</exclude> 
     49        <min>1.2.0</min> 
     50        <max>1.5.0</max> 
     51        <exclude>1.5.0</exclude> 
    5252      </package> 
    5353    </required> 
     
    5555  <phprelease></phprelease> 
    5656  <changelog> 
     57    <release> 
     58      <version> 
     59        <release>0.6.0</release> 
     60        <api>1.0.0</api> 
     61      </version> 
     62      <stability> 
     63        <release>beta</release> 
     64        <api>beta</api> 
     65      </stability> 
     66      <license>MIT</license> 
     67      <date>2010-02-11</date> 
     68      <notes> 
     69        * noel : fixed graphiz dumper directory (sf_data_dir instead of sf_doc_dir, which is deprecated since sf 1.3) 
     70      </notes> 
     71    </release> 
    5772    <release> 
    5873      <version>