[Jifty-commit] r2354 - jifty/branches/template-declare/lib/Jifty/View/Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Dec 8 11:25:28 EST 2006


Author: audreyt
Date: Fri Dec  8 11:25:28 2006
New Revision: 2354

Modified:
   jifty/branches/template-declare/lib/Jifty/View/Declare/Base.pm

Log:
* Jifty::View::Declare::Base - Disable autocomplete.xml for now as setting of content-type
  from within a T-D template does not work (at all) yet.

Modified: jifty/branches/template-declare/lib/Jifty/View/Declare/Base.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/View/Declare/Base.pm	(original)
+++ jifty/branches/template-declare/lib/Jifty/View/Declare/Base.pm	Fri Dec  8 11:25:28 2006
@@ -673,7 +673,7 @@
             }
         };
     };
-};
+} if 0; # XXX - $r->content_type broken
 
 template '__jifty/css/dhandler' => sub {
     # XXX move to dispatcher


More information about the Jifty-commit mailing list