Author: annis
Date: 2010-05-05 12:33:13 +0200 (Wed, 05 May 2010)
New Revision: 29355
Modified:
plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/web/js/ahDoctrineEasyEmbeddedRelationsPlugin.jQuery.js
Log:
Merge branch 'master' into HEAD
Modified: plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
===================================================================
--- plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
2010-05-05 10:29:58 UTC (rev 29354)
+++ plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/package.xml
2010-05-05 10:33:13 UTC (rev 29355)
@@ -10,9 +10,9 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
- <date>2010-04-29</date>
+ <date>2010-05-05</date>
<version>
- <release>1.3.2</release>
+ <release>1.3.3</release>
<api>1.0.0</api>
</version>
<stability>
@@ -216,5 +216,21 @@
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>
Modified:
plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/web/js/ahDoctrineEasyEmbeddedRelationsPlugin.jQuery.js
===================================================================
---
plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/web/js/ahDoctrineEasyEmbeddedRelationsPlugin.jQuery.js
2010-05-05 10:29:58 UTC (rev 29354)
+++
plugins/ahDoctrineEasyEmbeddedRelationsPlugin/trunk/web/js/ahDoctrineEasyEmbeddedRelationsPlugin.jQuery.js
2010-05-05 10:33:13 UTC (rev 29355)
@@ -52,7 +52,7 @@
$('.ahAddRelation').click(function() {
// find last row of my siblings (each row represents a subform)
- $row = $(this).parents('tr,li').siblings('tr:last,li:last');
+ $row = $(this).closest('tr,li').siblings('tr:last,li:last');
// clone it, increment the fields and insert it below,
additionally triggering events
$row.trigger('beforeclone.ah');
--
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.