Author: dalexandre
Date: 2010-01-27 10:49:18 +0100 (Wed, 27 Jan 2010)
New Revision: 27228
Modified:
plugins/daYamlEditorPlugin/trunk/config/daYamlEditorPluginConfiguration.class.php
plugins/daYamlEditorPlugin/trunk/lib/config/daYamlEditorConfigHandler.class.php
plugins/daYamlEditorPlugin/trunk/lib/form/daYamlEditorForm.class.php
plugins/daYamlEditorPlugin/trunk/package.xml.tmpl
Log:
[daYamlEditorPlugin] Some cleaning
Modified:
plugins/daYamlEditorPlugin/trunk/config/daYamlEditorPluginConfiguration.class.php
===================================================================
---
plugins/daYamlEditorPlugin/trunk/config/daYamlEditorPluginConfiguration.class.php
2010-01-27 09:36:46 UTC (rev 27227)
+++
plugins/daYamlEditorPlugin/trunk/config/daYamlEditorPluginConfiguration.class.php
2010-01-27 09:49:18 UTC (rev 27228)
@@ -9,7 +9,7 @@
*/
class daYamlEditorPluginConfiguration extends sfPluginConfiguration
{
- const VERSION = '0.1.0-BETA';
+ const VERSION = '0.1.2-BETA';
/**
* @see sfPluginConfiguration
Modified:
plugins/daYamlEditorPlugin/trunk/lib/config/daYamlEditorConfigHandler.class.php
===================================================================
---
plugins/daYamlEditorPlugin/trunk/lib/config/daYamlEditorConfigHandler.class.php
2010-01-27 09:36:46 UTC (rev 27227)
+++
plugins/daYamlEditorPlugin/trunk/lib/config/daYamlEditorConfigHandler.class.php
2010-01-27 09:49:18 UTC (rev 27228)
@@ -22,7 +22,7 @@
{
foreach ($block['fields'] as $name => $options)
{
- if (in_array($name, $already_used)) throw new sfParseException("Field
names must be unique");
+ if (in_array($name, $already_used)) throw new sfParseException("Field
names must be unique even in separate blocks");
$already_used[] = $name;
}
}
Modified: plugins/daYamlEditorPlugin/trunk/lib/form/daYamlEditorForm.class.php
===================================================================
--- plugins/daYamlEditorPlugin/trunk/lib/form/daYamlEditorForm.class.php
2010-01-27 09:36:46 UTC (rev 27227)
+++ plugins/daYamlEditorPlugin/trunk/lib/form/daYamlEditorForm.class.php
2010-01-27 09:49:18 UTC (rev 27228)
@@ -17,7 +17,7 @@
/**
* Call daYamlEditor::buildForm and do some settings.
- * Don't forgot to call parent::configure() if you extend this form.
+ * Don't forgot to call parent::configure() if you extend this method.
*/
public function configure()
{
Modified: plugins/daYamlEditorPlugin/trunk/package.xml.tmpl
===================================================================
--- plugins/daYamlEditorPlugin/trunk/package.xml.tmpl 2010-01-27 09:36:46 UTC
(rev 27227)
+++ plugins/daYamlEditorPlugin/trunk/package.xml.tmpl 2010-01-27 09:49:18 UTC
(rev 27228)
@@ -11,7 +11,7 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
- <date>2010-01-26</date>
+ <date>2010-01-27</date>
<version>
<release>##PLUGIN_VERSION##</release>
<api>##API_VERSION##</api>
@@ -45,6 +45,24 @@
<changelog>
<release>
<version>
+ <release>0.1.2</release>
+ <api>0.1.2</api>
+ </version>
+ <stability>
+ <release>beta</release>
+ <api>beta</api>
+ </stability>
+ <license uri="http://www.symfony-project.com/license">
+ MIT license
+ </license>
+ <date>2010-01-27</date>
+ <license>MIT</license>
+ <notes>
+ * dalexandre: Clean up and README completion
+ </notes>
+ </release>
+ <release>
+ <version>
<release>0.1.1</release>
<api>0.1.1</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.