Author: annis
Date: 2010-02-11 09:18:35 +0100 (Thu, 11 Feb 2010)
New Revision: 27881
Modified:
plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/README
plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
Log:
Fixed README (typos, logic).
Modified: plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/README
===================================================================
--- plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/README 2010-02-11
08:10:19 UTC (rev 27880)
+++ plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/README 2010-02-11
08:18:35 UTC (rev 27881)
@@ -154,7 +154,7 @@
* `formClassArgs` (array, not required): form class options to pass to the
existing related objects form class on instantiation
- * `displayEmptyRelations` (boolean, not required): set this to true (false
is the default) if you want to check for existing related objects yourself.
This can be done in the form template and is useful if you want to let the user
know that 'There are no related repositories yet.'. The default is just
displaying anything in this case which works for me. :)
+ * `displayEmptyRelations` (boolean, not required): set this to true (false
is the default) if you want to check for existing related objects yourself.
This can be done in the form template and is useful if you want to let the user
know that 'There are no related repositories yet.'. The default is just not
displaying anything in this case, which works for me. :)
## Questions, bugs, feature requests? ##
Modified: plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
===================================================================
--- plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
2010-02-11 08:10:19 UTC (rev 27880)
+++ plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
2010-02-11 08:18:35 UTC (rev 27881)
@@ -10,9 +10,9 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
- <date>2010-02-10</date>
+ <date>2010-02-11</date>
<version>
- <release>1.0.0</release>
+ <release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
@@ -73,5 +73,21 @@
Initial release.
</notes>
</release>
+ <release>
+ <version>
+ <release>1.0.1</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.symfony-project.com/license">MIT
license</license>
+ <date>2010-02-11</date>
+ <license>MIT</license>
+ <notes>
+ Fixed README (typos, logic).
+ </notes>
+ </release>
</changelog>
</package>
--
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.