Skip Menu |

This queue is for tickets about the Catalyst-View-Template-Declare CPAN distribution.

Report information
The Basics
Id: 37602
Status: resolved
Priority: 0/
Queue: Catalyst-View-Template-Declare

People
Owner: Nobody in particular
Requestors: david [...] kineticode.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Patch: Pass Arguments to Template Functions:
Date: Thu, 10 Jul 2008 15:41:01 -0700
To: bug-catalyst-view-template-declare [...] rt.cpan.org
From: David E. Wheeler <david [...] kineticode.com>
The attached patch changes the behavior of Catalyst::View::Template::Declare to pass arguments to the template functions, including the context, stash copy, and arguments passed to render(). Thanks, David

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #37602] AutoReply: Patch: Pass Arguments to Template Functions:
Date: Thu, 10 Jul 2008 16:39:06 -0700
To: bug-Catalyst-View-Template-Declare [...] rt.cpan.org
From: "David E. Wheeler" <david [...] kineticode.com>
Here's a new version that also sticks the stash copy in $_, for convenient access within the templates. Best, David

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #37602] AutoReply: Patch: Pass Arguments to Template Functions:
Date: Fri, 18 Jul 2008 00:37:17 -0500
To: bug-Catalyst-View-Template-Declare [...] rt.cpan.org
From: Jonathan Rockway <jon [...] jrock.us>
* On Thu, Jul 10 2008, David Wheeler via RT wrote: Show quoted text
> Queue: Catalyst-View-Template-Declare > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=37602 > > > Here's a new version that also sticks the stash copy in $_, for > convenient access within the templates.
Hey David, Thanks for the patch. It should be on CPAN shortly; in the mean time, please try out the git version. Regards, Jonathan Rockway -- print just => another => perl => hacker => if $,=$"
Subject: Re: [rt.cpan.org #37602] AutoReply: Patch: Pass Arguments to Template Functions:
Date: Thu, 31 Jul 2008 11:28:56 -0700
To: bug-Catalyst-View-Template-Declare [...] rt.cpan.org
From: "David E. Wheeler" <david [...] kineticode.com>
On Jul 17, 2008, at 23:12, Jonathan Rockway via RT wrote: Show quoted text
> Thanks for the patch. It should be on CPAN shortly; in the mean time, > please try out the git version.
Looks good to me, thanks! David