Author: annis
Date: 2010-03-30 21:16:41 +0200 (Tue, 30 Mar 2010)
New Revision: 28892
Modified:
plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/TODO
plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
Log:
updated TODO and package.xml; no code changes
Modified: plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/TODO
===================================================================
--- plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/TODO 2010-03-30
19:01:48 UTC (rev 28891)
+++ plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/TODO 2010-03-30
19:16:41 UTC (rev 28892)
@@ -1,18 +1,7 @@
# TODO #
+
## Version 1.3 ##
- * check for LocalKey/ForeignKey relation? Because it's only possible now
to
- correctly embed relations that have a field in them that corresponds to
one
- of the field in the embedding form:
- * ahProjectmanagerProject (APP) embeds
ahProjectmanagerSubversionRepository (APSR),
- where APSR has the project_id field that corresponds to APP's id
field
- This is a problem because:
- * APP embeds sfGuardUser (SGU), where SGU has no field that
corresponds to APP's id field
- *but* APP has a user_id field that corresponds to SGU's id field!
- * check for one-to-one relations because if the relation exists there's no
need for an "Add new" form!
-
-## Version 1.5 ##
-
* try improving and abstracting the functionality to ignore empty "add
new" forms so this does not have
to be managed in the embedding form class anymore
- 1st option is to add a `considerEmptyFields` method to the embedded
form class (easy to implement, no need to
Modified: plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
===================================================================
--- plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
2010-03-30 19:01:48 UTC (rev 28891)
+++ plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
2010-03-30 19:16:41 UTC (rev 28892)
@@ -10,9 +10,9 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
- <date>2010-02-16</date>
+ <date>2010-03-30</date>
<version>
- <release>1.2.0</release>
+ <release>1.2.2</release>
<api>1.0.0</api>
</version>
<stability>
@@ -126,5 +126,23 @@
- improved code documentation
</notes>
</release>
+ <release>
+ <version>
+ <release>1.2.2</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-03-30</date>
+ <license>MIT</license>
+ <notes>
+ - cleaned up TODO
+ - no code changes!
+ Because of an error, there was no "real" release version 1.2.1, there
is a tag for it in the Subversion repository but nothing more. :)
+ </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.