Author: annis
Date: 2010-05-05 16:17:26 +0200 (Wed, 05 May 2010)
New Revision: 29360

Added:
   plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml.tmpl
Removed:
   plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
Log:
Merge branch 'master' into HEAD

Deleted: plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
===================================================================
--- plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml     
2010-05-05 13:55:43 UTC (rev 29359)
+++ plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml     
2010-05-05 14:17:26 UTC (rev 29360)
@@ -1,236 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<package xmlns="http://pear.php.net/dtd/package-2.0"; 
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; packagerversion="1.4.1" 
version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 
http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 
http://pear.php.net/dtd/package-2.0.xsd";>
-  <name>ahDoctrineEasyEmbeddedRelationsPlugin</name>
-  <channel>plugins.symfony-project.org</channel>
-  <summary>Easily embed related forms and add new as well as edit and delete 
existing related records within one form.</summary>
-  <description>Easily embed related forms and add new as well as edit and 
delete existing related records within one form.</description>
-  <lead>
-    <name>Daniel Lohse</name>
-    <user>annis</user>
-    <email>[email protected]</email>
-    <active>yes</active>
-  </lead>
-  <date>2010-05-05</date>
-  <version>
-    <release>1.3.3</release>
-    <api>1.0.0</api>
-  </version>
-  <stability>
-    <release>stable</release>
-    <api>stable</api>
-  </stability>
-  <license uri="http://www.symfony-project.org/license";>MIT license</license>
-  <notes>-</notes>
-  <contents>
-    <dir name="/">
-      <dir name="config">
-        <file 
name="ahDoctrineEasyEmbeddedRelationsPluginConfiguration.class.php" 
role="data"/>
-      </dir>
-      <dir name="lib">
-        <dir name="form">
-          <file name="ahBaseFormDoctrine.class.php" role="data"/>
-        </dir>
-      </dir>
-      <file name="LICENSE" role="data"/>
-      <file name="README" role="data"/>
-      <file name="TODO" role="data"/>
-    </dir>
-  </contents>
-  <dependencies>
-    <required>
-      <php>
-        <min>5.2.4</min>
-      </php>
-      <pearinstaller>
-        <min>1.4.1</min>
-      </pearinstaller>
-      <package>
-        <name>symfony</name>
-        <channel>pear.symfony-project.com</channel>
-        <min>1.3.0</min>
-        <max>1.5.0</max>
-        <exclude>1.5.0</exclude>
-      </package>
-    </required>
-  </dependencies>
-  
-  <phprelease>
-  </phprelease>
-  
-  <changelog>
-    <release>
-      <version>
-        <release>1.0.0</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-10</date>
-      <license>MIT</license>
-      <notes>
-        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>
-    <release>
-      <version>
-        <release>1.1.0</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 a few bugs, so passing options to the embedded forms actually 
works.
-        - not necessary anymore to create a dedicated form to add the delete 
checkboxes, this is now handled by symfony's event dispatcher and the 
form.post_configure event. :)
-        - updated the README
-      </notes>
-    </release>
-    <release>
-      <version>
-        <release>1.2.0</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-16</date>
-      <license>MIT</license>
-      <notes>
-        - fixed: no useless "add new" forms anymore when the embedded relation 
is one-to-one and a related object exists :)
-        - removed all debug code calls
-        - 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>
-    <release>
-      <version>
-        <release>1.2.4</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-31</date>
-      <license>MIT</license>
-      <notes>
-        - added ability to display the empty form to add new related objects 
below the already existing related objects
-        - documented new option in the README
-        Because of an error, there was no "real" release version 1.2.3, there 
is a tag for it in the Subversion repository but nothing more. :)
-      </notes>
-    </release>
-    <release>
-      <version>
-        <release>1.3.0</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-04-27</date>
-      <license>MIT</license>
-      <notes>
-        Thanks to koto (on GitHub) the whole workhorse class has been 
refactored into more manageable parts! :)
-        
-        - in addition to this koto has been kind enough to add the ability to 
add multiple new objects in one go, which he also documented in the README
-        - add to that the ability to add new forms dynamically with JavaScript 
(think of rendering a partial with the "Add form" inside via AJAX) and you'll 
know that this rightfully deserved a minor version number increase!
-        
-        Thank you koto!
-      </notes>
-    </release>
-    <release>
-      <version>
-        <release>1.3.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-04-28</date>
-      <license>MIT</license>
-      <notes>
-        Bugfix: Embedded i18n forms could not be saved; thanks for the bug 
info to Sári Márton!
-        Trivial: removed some debug logger calls (they were commented out 
anyway)
-      </notes>
-    </release>
-    <release>
-      <version>
-        <release>1.3.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-04-29</date>
-      <license>MIT</license>
-      <notes>
-        Thanks to koto we now have jQuery integration! All documented in the 
README.
-      </notes>
-    </release>
-    <release>
-      <version>
-        <release>1.3.3</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-05-05</date>
-      <license>MIT</license>
-      <notes>
-        - koto: bugfix to jQuery cloning code (thanks to Luc Didry for fixing 
it)
-      </notes>
-    </release>
-  </changelog>
-</package>

Copied: plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml.tmpl 
(from rev 29355, 
plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml)
===================================================================
--- plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml.tmpl        
                        (rev 0)
+++ plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml.tmpl        
2010-05-05 14:17:26 UTC (rev 29360)
@@ -0,0 +1,240 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package xmlns="http://pear.php.net/dtd/package-2.0"; 
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; packagerversion="1.4.1" 
version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 
http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 
http://pear.php.net/dtd/package-2.0.xsd";>
+  <name>ahDoctrineEasyEmbeddedRelationsPlugin</name>
+  <channel>plugins.symfony-project.org</channel>
+  <summary>Easily embed related forms and add new as well as edit and delete 
existing related records within one form.</summary>
+  <description>Easily embed related forms and add new as well as edit and 
delete existing related records within one form.</description>
+  <lead>
+    <name>Daniel Lohse</name>
+    <user>annis</user>
+    <email>[email protected]</email>
+    <active>yes</active>
+  </lead>
+  <date>##CURRENT_DATE##</date>
+  <version>
+    <release>##PLUGIN_VERSION##</release>
+    <api>##API_VERSION##</api>
+  </version>
+  <stability>
+    <release>stable</release>
+    <api>stable</api>
+  </stability>
+  <license uri="http://www.symfony-project.org/license";>MIT license</license>
+  <notes>-</notes>
+  <contents>
+    ##CONTENTS##
+  </contents>
+  <dependencies>
+    <required>
+      <php>
+        <min>5.2.4</min>
+      </php>
+      <pearinstaller>
+        <min>1.4.1</min>
+      </pearinstaller>
+      <package>
+        <name>symfony</name>
+        <channel>pear.symfony-project.com</channel>
+        <min>1.3.0</min>
+        <max>1.5.0</max>
+        <exclude>1.5.0</exclude>
+      </package>
+    </required>
+  </dependencies>
+  
+  <phprelease>
+  </phprelease>
+  
+  <changelog>
+    <release>
+      <version>
+        <release>1.0.0</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-10</date>
+      <license>MIT</license>
+      <notes>
+        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>
+    <release>
+      <version>
+        <release>1.1.0</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 a few bugs, so passing options to the embedded forms actually 
works.
+        - not necessary anymore to create a dedicated form to add the delete 
checkboxes, this is now handled by symfony's event dispatcher and the 
form.post_configure event. :)
+        - updated the README
+      </notes>
+    </release>
+    <release>
+      <version>
+        <release>1.2.0</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-16</date>
+      <license>MIT</license>
+      <notes>
+        - fixed: no useless "add new" forms anymore when the embedded relation 
is one-to-one and a related object exists :)
+        - removed all debug code calls
+        - 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>
+    <release>
+      <version>
+        <release>1.2.4</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-31</date>
+      <license>MIT</license>
+      <notes>
+        - added ability to display the empty form to add new related objects 
below the already existing related objects
+        - documented new option in the README
+        Because of an error, there was no "real" release version 1.2.3, there 
is a tag for it in the Subversion repository but nothing more. :)
+      </notes>
+    </release>
+    <release>
+      <version>
+        <release>1.3.0</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-04-27</date>
+      <license>MIT</license>
+      <notes>
+        Thanks to koto (on GitHub) the whole workhorse class has been 
refactored into more manageable parts! :)
+        
+        - in addition to this koto has been kind enough to add the ability to 
add multiple new objects in one go, which he also documented in the README
+        - add to that the ability to add new forms dynamically with JavaScript 
(think of rendering a partial with the "Add form" inside via AJAX) and you'll 
know that this rightfully deserved a minor version number increase!
+        
+        Thank you koto!
+      </notes>
+    </release>
+    <release>
+      <version>
+        <release>1.3.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-04-28</date>
+      <license>MIT</license>
+      <notes>
+        Bugfix: Embedded i18n forms could not be saved; thanks for the bug 
info to Sári Márton!
+        Trivial: removed some debug logger calls (they were commented out 
anyway)
+      </notes>
+    </release>
+    <release>
+      <version>
+        <release>1.3.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-04-29</date>
+      <license>MIT</license>
+      <notes>
+        Thanks to koto we now have jQuery integration! All documented in the 
README.
+      </notes>
+    </release>
+    <release>
+      <version>
+        <release>1.3.3</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-05-05</date>
+      <license>MIT</license>
+      <notes>
+        - koto: bugfix to jQuery cloning code (thanks to Luc Didry for fixing 
it)
+      </notes>
+    </release>
+    <release>
+      <version>
+        <release>1.3.4</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-05-05</date>
+      <license>MIT</license>
+      <notes>
+        Yikes! I forgot to add the new files that were introduced in version 
1.3 and up. I was also naive enough to think PEAR would automatically include 
those. :(
+      </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.

Reply via email to