Author: ornicar2
Date: 2010-02-12 21:47:13 +0100 (Fri, 12 Feb 2010)
New Revision: 27979

Modified:
   plugins/diemPlugin/trunk/dmCorePlugin/config/dm/assets.yml
   plugins/diemPlugin/trunk/dmCorePlugin/config/dm/services.yml
Log:
[Diem] complete previous commit

Modified: plugins/diemPlugin/trunk/dmCorePlugin/config/dm/assets.yml
===================================================================
--- plugins/diemPlugin/trunk/dmCorePlugin/config/dm/assets.yml  2010-02-12 
20:46:34 UTC (rev 27978)
+++ plugins/diemPlugin/trunk/dmCorePlugin/config/dm/assets.yml  2010-02-12 
20:47:13 UTC (rev 27979)
@@ -33,8 +33,6 @@
     metadata:         metadata/jquery.metadata.min
     jqtransform:      jqtransform/jquery.jqtransform.min
     form:             form/jquery.form.hack
-    jsTree:           jsTree/source/tree_component.min
-    jsTreeCss:        jsTree/source/css
     blockUI:          blockUI/jquery.blockUI-2.31.min
     jgrowl:           jgrowl/jquery.jgrowl_minimized
     ajaxqueue:        ajaxqueue/jquery.ajaxQueue
@@ -45,8 +43,7 @@
     expose:           expose/jquery.expose-1.0.1.min
     qtip:             qtip/jquery.qtip-1.0.0-rc3.min
     hotkeys:          hotkeys/jquery.hotkeys-0.7.9.min
-    tree-component:   jsTree/source/tree_component.min
-    tree-css:         jsTree/source/css
+    jstree:           jstree10b2/jquery.jstree
     fieldSelection:   jquery-fieldselection/jquery-fieldselection
     panView:          panview/jquery-plugin-panview.min
 

Modified: plugins/diemPlugin/trunk/dmCorePlugin/config/dm/services.yml
===================================================================
--- plugins/diemPlugin/trunk/dmCorePlugin/config/dm/services.yml        
2010-02-12 20:46:34 UTC (rev 27978)
+++ plugins/diemPlugin/trunk/dmCorePlugin/config/dm/services.yml        
2010-02-12 20:47:13 UTC (rev 27979)
@@ -84,7 +84,7 @@
   javascript_compressor.class: dmJavascriptCompressor # Responsible for 
minifying, merging and compressing javascripts
   javascript_compressor.options:
     minify:                   true                  # whether to minify code
-    black_list:               []                    # List of filenames not to 
minify
+    black_list:               [ jquery.jstree.js ]        # List of filenames 
not to minify
     gz_compression:           false                 # whether to compress with 
gzip
 
   cache_manager.class:        dmCacheManager        # Responsible for managing 
cache
@@ -173,6 +173,9 @@
   menu.class:                 dmMenu                # Build an render menus
   menu.options:               []
 
+  page_tree_view.class:       dmPageTreeView        # Render the page tree
+  page_tree_view.options:     []
+
 services:
 
   text_diff:
@@ -417,4 +420,9 @@
   media_synchronizer:
     class:                    %media_synchronizer.class%
     shared:                   true
-    arguments:                [ @filesystem ]
\ No newline at end of file
+    arguments:                [ @filesystem ]
+
+  page_tree_view:
+    class:                    %page_tree_view.class%
+    shared:                   false
+    arguments:                [ %user.culture%, %page_tree_view.options% ]
\ No newline at end of file

-- 
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