[Jifty-commit] r788 - in jifty/trunk: lib/Jifty/Mason t/Continuations/share/web/templates t/Mapper/share/web/templates t/TestApp/share/web/templates/dispatch

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Mar 31 22:34:37 EST 2006


(Yes, this unmasks a test failure in YAML::Syck. Audrey is fixing right
now.)


On Fri, Mar 31, 2006 at 10:30:52PM -0500, jifty-commit at lists.jifty.org wrote:
> Author: jesse
> Date: Fri Mar 31 22:30:51 2006
> New Revision: 788
> 
> Modified:
>    jifty/trunk/   (props changed)
>    jifty/trunk/lib/Jifty/Mason/Halo.pm
>    jifty/trunk/t/Continuations/share/web/templates/autohandler
>    jifty/trunk/t/Mapper/share/web/templates/autohandler
>    jifty/trunk/t/TestApp/share/web/templates/dispatch/basic
>    jifty/trunk/t/TestApp/share/web/templates/dispatch/basic-show
> 
> Log:
>  r10999 at hualien:  jesse | 2006-04-01 12:30:29 +0900
>  * More YAML engine unification
> 
> 
> Modified: jifty/trunk/lib/Jifty/Mason/Halo.pm
> ==============================================================================
> --- jifty/trunk/lib/Jifty/Mason/Halo.pm	(original)
> +++ jifty/trunk/lib/Jifty/Mason/Halo.pm	Fri Mar 31 22:30:51 2006
> @@ -3,7 +3,6 @@
>  package Jifty::Mason::Halo;
>  use base qw/HTML::Mason::Plugin/;
>  use Time::HiRes ();
> -use YAML ();
>  Jifty->handle->log_sql_statements(1);
>  
>  =head1 NAME
> 
> Modified: jifty/trunk/t/Continuations/share/web/templates/autohandler
> ==============================================================================
> --- jifty/trunk/t/Continuations/share/web/templates/autohandler	(original)
> +++ jifty/trunk/t/Continuations/share/web/templates/autohandler	Fri Mar 31 22:30:51 2006
> @@ -3,5 +3,5 @@
>  <% $m->call_next %>
>  
>  <pre>
> -<% YAML::Dump(Jifty->web->request->arguments) %>
> -</pre>
> \ No newline at end of file
> +<% Jifty::YAML::Dump(Jifty->web->request->arguments) %>
> +</pre>
> 
> Modified: jifty/trunk/t/Mapper/share/web/templates/autohandler
> ==============================================================================
> --- jifty/trunk/t/Mapper/share/web/templates/autohandler	(original)
> +++ jifty/trunk/t/Mapper/share/web/templates/autohandler	Fri Mar 31 22:30:51 2006
> @@ -3,5 +3,5 @@
>  <% $m->call_next %>
>  
>  <pre>
> -<% YAML::Dump(Jifty->web->request->arguments) %>
> -</pre>
> \ No newline at end of file
> +<% Jifty::YAML::Dump(Jifty->web->request->arguments) %>
> +</pre>
> 
> Modified: jifty/trunk/t/TestApp/share/web/templates/dispatch/basic
> ==============================================================================
> --- jifty/trunk/t/TestApp/share/web/templates/dispatch/basic	(original)
> +++ jifty/trunk/t/TestApp/share/web/templates/dispatch/basic	Fri Mar 31 22:30:51 2006
> @@ -1,4 +1,4 @@
>  <&| /_elements/wrapper, title => "Test of dispatch" &>
>    Basic test.
> -<% YAML::Dump(\%ARGS) %>
> +<% Jifty::YAML::Dump(\%ARGS) %>
>  </&>
> 
> Modified: jifty/trunk/t/TestApp/share/web/templates/dispatch/basic-show
> ==============================================================================
> --- jifty/trunk/t/TestApp/share/web/templates/dispatch/basic-show	(original)
> +++ jifty/trunk/t/TestApp/share/web/templates/dispatch/basic-show	Fri Mar 31 22:30:51 2006
> @@ -1,4 +1,4 @@
>  <&| /_elements/wrapper, title => "Test of dispatch" &>
>    Basic test with forced show.
> -<% YAML::Dump(\%ARGS) %>
> +<% Jifty::YAML::Dump(\%ARGS) %>
>  </&>
> _______________________________________________
> Jifty-commit mailing list
> Jifty-commit at lists.jifty.org
> http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-commit
> 

-- 


More information about the Jifty-commit mailing list