On 11/8/07, Gerda Shank [EMAIL PROTECTED] wrote:
Thanks for the responses to my question about the View Directory. I'm
still trying to figure out the reasons for the rest of the directory layout.
The templates are not in the View directory, because the lib hierarchy
is just for Perl code. Is
On 11/16/07, Jason Kohles [EMAIL PROTECTED] wrote:
On Nov 16, 2007, at 11:11 AM, Christopher H. Laco wrote:
sub has_user : Chained('id|name|email') NoPathPart CaptureArgs(0) { }
sub edit : Chained('has_user') PathPart('edit') Args(0) { }
That NoPathPart you already have with an empty
On Jan 17, 2008 6:03 PM, Christopher H. Laco [EMAIL PROTECTED] wrote:
Jonas Alves wrote:
On Jan 17, 2008 2:32 PM, Christopher H. Laco [EMAIL PROTECTED] wrote:
I've touched on this before, and posted about it on UP:
http://use.perl.org/~jk2addict/journal/35411
In a nutshell, Firefox 2.x
On Jan 18, 2008 8:46 PM, Adam Jacob [EMAIL PROTECTED] wrote:
Jonas,
Myself, Jshirley, or Claco would gladly take patches to C::A::REST to
add this functionality. Send us the patch, and we'll get it tested
and out the door.
Adam
Hi Adam,
I started to write a patch some time ago, just need
On Tue, Mar 11, 2008 at 4:12 PM, Dami Laurent (PJ)
[EMAIL PROTECTED] wrote:
Hi Catalysters,
It seems that if an exception is raised in the entry point to an action
chain, Catalyst still tries to forward to the other chain components,
accumulating all exceptions into $c-errors.
Is there a
On Tue, Mar 18, 2008 at 11:01 AM, Bill Moseley [EMAIL PROTECTED] wrote:
On Tue, Mar 18, 2008 at 03:38:06AM -0500, Jonathan Rockway wrote:
* On Tue, Mar 18 2008, Bill Moseley wrote:
The plugin decodes all parameters using:
$_ = $c-encoding-decode( $_, $CHECK ) for ( ref($value)
--
Jonas
2009/1/28 Jonathan Rockway j...@jrock.us
* On Tue, Jan 27 2009, pie3...@comcast.net wrote:
Why not
sub auto :Private {
my $c = pop;
return user_logged_in || $c-res-redirect( ... );
}
Because now the correctness of your application depends on