[Jifty-commit] r5953 - in jifty/trunk: t/TestApp-Regions/lib/TestApp/Regions t/TestApp-Regions/share/web/templates

Jifty commits jifty-commit at lists.jifty.org
Mon Oct 20 13:58:29 EDT 2008


Author: sartak
Date: Mon Oct 20 13:58:28 2008
New Revision: 5953

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/TestApp-Regions/lib/TestApp/Regions/View.pm
   jifty/trunk/t/TestApp-Regions/share/web/templates/mason.html

Log:
 r74216 at onn:  sartak | 2008-10-20 13:58:21 -0400
 Remove the javascript wrappers for the test regions, they're just noise


Modified: jifty/trunk/t/TestApp-Regions/lib/TestApp/Regions/View.pm
==============================================================================
--- jifty/trunk/t/TestApp-Regions/lib/TestApp/Regions/View.pm	(original)
+++ jifty/trunk/t/TestApp-Regions/lib/TestApp/Regions/View.pm	Mon Oct 20 13:58:28 2008
@@ -9,6 +9,7 @@
         render_region(
             name => 'mason',
             path => '/mason.html',
+            region_wrapper => 0,
         );
     };
 };

Modified: jifty/trunk/t/TestApp-Regions/share/web/templates/mason.html
==============================================================================
--- jifty/trunk/t/TestApp-Regions/share/web/templates/mason.html	(original)
+++ jifty/trunk/t/TestApp-Regions/share/web/templates/mason.html	Mon Oct 20 13:58:28 2008
@@ -2,5 +2,6 @@
     <% Jifty->web->region(
         name => 'mason2',
         path => '/mason2.html',
+        region_wrapper => 0,
     ) %>
 </div>


More information about the Jifty-commit mailing list