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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Aug 24 01:31:17 EDT 2007


Author: agentz
Date: Fri Aug 24 01:31:15 2007
New Revision: 3959

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

Log:
 r1340 at agentz-office:  agentz | 2007-08-24 13:29:53 +0800
 updated View/Declare/Helpers.pm to use @Template::Declare::Tags::TAG_SUB_LIST instead of TagSubs


Modified: jifty/trunk/lib/Jifty/View/Declare/Helpers.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/Helpers.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/Helpers.pm	Fri Aug 24 01:31:15 2007
@@ -11,7 +11,8 @@
     wrapper request get set render_param current_user
     render_action render_region),
     @Template::Declare::Tags::EXPORT,
-    @Template::Declare::Tags::TagSubs,
+    @Template::Declare::Tags::TagSubs,  # Backward compatibility only
+    @Template::Declare::Tags::TAG_SUB_LIST,
 );
 
 =head1 NAME


More information about the Jifty-commit mailing list