Author: noel
Date: 2010-02-11 18:00:10 +0100 (Thu, 11 Feb 2010)
New Revision: 27906
Modified:
plugins/sfDependencyInjectionContainerPlugin/trunk/lib/task/servicesDumpgraphizTask.class.php
plugins/sfDependencyInjectionContainerPlugin/trunk/package.xml
Log:
[sfDependencyInjectionContainerPlugin] updated plugin to make it compatible
with sf 1.4
Modified:
plugins/sfDependencyInjectionContainerPlugin/trunk/lib/task/servicesDumpgraphizTask.class.php
===================================================================
---
plugins/sfDependencyInjectionContainerPlugin/trunk/lib/task/servicesDumpgraphizTask.class.php
2010-02-11 16:52:22 UTC (rev 27905)
+++
plugins/sfDependencyInjectionContainerPlugin/trunk/lib/task/servicesDumpgraphizTask.class.php
2010-02-11 17:00:10 UTC (rev 27906)
@@ -44,6 +44,6 @@
{
$sc = $this->configuration->getServiceContainer();
$dumper = new sfServiceContainerDumperGraphviz($sc);
- file_put_contents(sfConfig::get('sf_doc_dir').'/container.dot',
$dumper->dump());
+ file_put_contents(sfConfig::get('sf_data_dir').'/container.dot',
$dumper->dump());
}
}
Modified: plugins/sfDependencyInjectionContainerPlugin/trunk/package.xml
===================================================================
--- plugins/sfDependencyInjectionContainerPlugin/trunk/package.xml
2010-02-11 16:52:22 UTC (rev 27905)
+++ plugins/sfDependencyInjectionContainerPlugin/trunk/package.xml
2010-02-11 17:00:10 UTC (rev 27906)
@@ -10,9 +10,9 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
- <date>2009-07-28</date>
+ <date>2010-02-11</date>
<version>
- <release>0.5.1</release>
+ <release>0.6.0</release>
<api>1.0.0</api>
</version>
<stability>
@@ -46,9 +46,9 @@
<package>
<name>symfony</name>
<channel>pear.symfony-project.com</channel>
- <min>1.1.0</min>
- <max>1.3.0</max>
- <exclude>1.4.0</exclude>
+ <min>1.2.0</min>
+ <max>1.5.0</max>
+ <exclude>1.5.0</exclude>
</package>
</required>
</dependencies>
@@ -56,6 +56,21 @@
<changelog>
<release>
<version>
+ <release>0.6.0</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>beta</release>
+ <api>beta</api>
+ </stability>
+ <license>MIT</license>
+ <date>2010-02-11</date>
+ <notes>
+ * noel : fixed graphiz dumper directory (sf_data_dir instead of
sf_doc_dir, which is deprecated since sf 1.3)
+ </notes>
+ </release>
+ <release>
+ <version>
<release>0.5.1</release>
<api>1.0.0</api>
</version>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.