[Jifty-commit] r2929 - in jifty/trunk: lib/Jifty/View/Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Mar 8 18:41:20 EST 2007


Author: jesse
Date: Thu Mar  8 18:41:19 2007
New Revision: 2929

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/View/Declare/CoreTemplates.pm

Log:
 r53232 at 247:  jesse | 2007-03-08 18:40:34 -0500
 * The webservices templates converted to T::D aren't quite ready yet


Modified: jifty/trunk/lib/Jifty/View/Declare/CoreTemplates.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/CoreTemplates.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/CoreTemplates.pm	Thu Mar  8 18:41:19 2007
@@ -29,6 +29,11 @@
 
 =cut
 
+=for later 
+
+These templates are still in masonland. we're doign something wrong with escaping in them
+
+
 template '__jifty/subs' => sub {
     my ($forever) = get(qw(forever)) || 1;
 
@@ -341,6 +346,6 @@
     outs( Jifty::YAML::Dump( { Jifty->web->response->results } ) );
 };
 
+=cut
 
 1;
-1;


More information about the Jifty-commit mailing list