Author: michkinn
Date: 2010-03-31 15:41:06 +0200 (Wed, 31 Mar 2010)
New Revision: 28920
Modified:
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/README
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/package.xml.tmpl
Log:
Modified: plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/README
===================================================================
--- plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/README 2010-03-31
13:34:04 UTC (rev 28919)
+++ plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/README 2010-03-31
13:41:06 UTC (rev 28920)
@@ -1,5 +1,9 @@
# Symfony Jquery Tree Doctrine Manager Plugin based on JsTree #
+## Whats new ##
+V 1.2.4 : add a right click contextual menu that add a link to the edit form
for the node
+
+
## Installation ##
You must enable the module for the nested set manager in your application
settings.yml
@@ -14,9 +18,17 @@
<?php
// Need to use the helper
use_helper("sfJqueryTreeDoctrine");
-
echo get_nested_set_manager("Category", "name");
+
+## Options ##
+In order to remove the context menu, you can add in app.yml
+
+ [yaml]
+ all:
+ sfJqueryTree:
+ withContextMenu : false
+
## Screenshots ##
Below a screenshot of the Roots management (if hasManyRoot is set to true)
Modified: plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/package.xml.tmpl
===================================================================
--- plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/package.xml.tmpl
2010-03-31 13:34:04 UTC (rev 28919)
+++ plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/package.xml.tmpl
2010-03-31 13:41:06 UTC (rev 28920)
@@ -155,6 +155,38 @@
* Fix bugs
</notes>
</release>
+ <release>
+ <version>
+ <release>1.2.3</release>
+ <api>1.2.3</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.symfony-project.com/license">MIT
license</license>
+ <license>MIT</license>
+ <date>2010-01-06</date>
+ <notes>
+ * Fix test on tree and has Many roots according to Doctrine 1.2.1
update
+ </notes>
+ </release>
+ <release>
+ <version>
+ <release>1.2.4</release>
+ <api>1.2.4</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.symfony-project.com/license">MIT
license</license>
+ <license>MIT</license>
+ <date>2010-01-06</date>
+ <notes>
+ * Add right click context menu to Edit item in the admin generator
+ </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.