Search Discussions
-
Hi, I followed the instructions at http://dev.catalyst.perl.org/wiki/IncreaseTTPerformance to enable TTs caching of templates with the XS stash module. (I also added a line to create the directory if ...
Toby Corkindale
Sep 6, 2005 at 12:30 pm
Oct 5, 2005 at 4:02 pm -
catalyst: I've been beating my head against Debian 3.1, Apache2, and mod_perl2, and am starting to wonder if there's an easier way to assemble a Catalyst development machine. What GNU/Linux/BSD ...
David Christensen
Sep 11, 2005 at 3:58 am
Sep 19, 2005 at 12:05 pm -
Skipped content of type multipart/alternative # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # ...
Danh Nguyen
Sep 19, 2005 at 5:55 pm
Sep 19, 2005 at 11:16 pm -
Hi all, I am stumbling on a problem with my Catalyst setup, and maybe I am overlooking something obvious. I have a dual-server setup using Apache, a frontend server on port 80 with ...
Alessio Bragadini
Sep 19, 2005 at 10:51 pm
Sep 20, 2005 at 4:52 pm -
FWIW, I've been running the unstable dist in a *production* environment for many years now. My experience is that support at the bleeding edge is far, far, far better than at the "stable" point. But ...
Cfm
Sep 5, 2005 at 5:03 am
Sep 7, 2005 at 3:40 pm -
Strictly speaking, this is a problem with HTML::FillInForm, but since a core cat plugin is based on it, I thought it might be worth mentioning this. I have a multi-valued request param that has data ...
Phil Mitchell
Sep 9, 2005 at 9:44 pm
Nov 11, 2005 at 2:01 am -
Hi, I am new in perl, so please forgive me if it is stupid. I tried to use $c- comp("MyApp::M::CDBI::Book") to get a class for the "Book" table, but turns out it returned me the class for $c- ...
Alan Tam
Sep 24, 2005 at 2:28 pm
Sep 25, 2005 at 8:25 am -
Catalyst is a framework for web applications, it gives us a convient envirentment to write an application, normal as page-based application. And when Catalyst::Plugin::Prototype comes, the Ajax is ...
盛春
Sep 14, 2005 at 5:48 am
Sep 18, 2005 at 3:43 am -
Hi, Please help - How to work with Postgres from Catalyst app. Plase show how to search table, display ... Thanks An HTML attachment was scrubbed... URL: ...
Danh Nguyen
Sep 11, 2005 at 7:37 pm
Sep 12, 2005 at 6:16 pm -
Is the AJAX/Prototype stuff in Catalyst GET based only, or can you also specify POST as well? While watching the autocomplete movie again, it's apparent that the prototype stuff works cleanly if it's ...
Christopher H. Laco
Sep 8, 2005 at 4:24 pm
Sep 8, 2005 at 8:29 pm -
The prerequisite for this is Apache-Session1.6 . When I try to install it, the dos window just hang --------------- C:\Apache-Session-1.6 nmake test Microsoft (R) Program Maintenance Utility Version ...
Danh Nguyen
Sep 28, 2005 at 3:16 pm
Sep 28, 2005 at 6:42 pm -
Hi Andy, If Myapp is on C drive, and Apache initial setup pointing to MyWeb on C:/My Document/..../MyWeb so do I need to do anything with this line. ----------- DocumentRoot C:/Myapp/root ...
Danh Nguyen
Sep 19, 2005 at 11:53 pm
Sep 20, 2005 at 5:38 pm -
Could a kind Linux user in da hizzel give the v0.20 Handel::Scaffold a try when they get a spare cycle. I've tested the file creation on XP and FreeBSD 5.4, but I don't have a Linux box handy. ...
Christopher H. Laco
Sep 19, 2005 at 3:25 pm
Sep 19, 2005 at 4:34 pm -
Probably a dumb question ... I have a controller MyApp::C::Categ with sub default : Private { my ( $self, $c ) = @_; $c- res- redirect('/default_action'); } sub begin : Private { my ( $self, $c , ...
Bernard FRIT
Sep 5, 2005 at 5:57 pm
Sep 7, 2005 at 4:19 am -
I just set up a CRUD application customizing Hops code (thanks to Simon Ilyushchenko) and I did a few tests using Catalyst server, CGI engine, SpeedyCGI engine. Catalyst internal server is pretty ...
Bernard FRIT
Sep 2, 2005 at 5:15 pm
Sep 2, 2005 at 11:41 pm -
Hi, I've read [1] which gave me 2 methods to populate CRUD methods for all tables, but both does not work here in Catalyst 5. In particular, I tried this: __PACKAGE__- set_action( 'default', sub { my ...
Alan Tam
Sep 12, 2005 at 9:41 pm
Sep 13, 2005 at 9:34 am -
Hello everyone, I'm working on a Catalyst app that needs the use of HTML::Prototype and all is working just fine, but I have questions about using the define_javascript_functions. Right now, I'm ...
Kevin Old
Sep 8, 2005 at 5:04 pm
Sep 8, 2005 at 8:29 pm -
I've converted over to Static::Simple (thank you AngyG!) and it feels so good when running on Windows (where File::MMagic doesn't install) But since I've been working on sessions I've noticed ...
Thomas L. Shinnick
Sep 4, 2005 at 9:02 am
Sep 6, 2005 at 6:18 pm -
How does one generate password to use with authentication by Catalyst::Plugin::Authentication::CDBI ? Is the password stored as encrypted text in the corresponding database table (Model)?
Sai Tong
Sep 29, 2005 at 5:38 pm
Oct 3, 2005 at 11:43 pm -
Hi, Quick news summary of recent development activities, for those who are not yet on the irc channel. ;) * Andy Wardley spent some time improving the TT view and on a new helper named ...
Sebastian Riedel
Sep 1, 2005 at 8:20 pm
Sep 13, 2005 at 3:35 am -
Hey Everyone, Somewhere I read that catalyst has problems with mod perl 2; something like "it's basically untested". Mod perl 2 also packs a bunch of warnings that talk about how it breaks a lot of ...
Michael Rivera
Sep 12, 2005 at 9:38 am
Sep 12, 2005 at 1:15 pm -
Hello everyone, I've had a need to create several Excel spreadsheets in my Catalyst app and wrote a View around Excel::Template to make things easier. The first version is here: ...
Kevin Old
Sep 14, 2005 at 12:11 am
Oct 1, 2005 at 6:35 am -
Hi everybody, I'm experiencing an execution error of MyApp_server.pl when testing a new app : [Mon Sep 26 14:52:09 2005] [catalyst] [info] Request took 0.310098s (3.225 /s) ...
Bernard FRIT
Sep 26, 2005 at 2:54 pm
Sep 27, 2005 at 11:38 am -
Hello everyone, I've filed a bug report (http://rt.cpan.org/NoAuth/Bug.html?id590) explaining the bug I've had since upgrading from 1.33 to 1.34 and was wondering if there was some benefit from ...
Kevin Old
Sep 14, 2005 at 7:30 pm
Sep 15, 2005 at 1:04 pm -
Hi, I wantto put a variable in the WHERE clause in Template. something like this: [% USE DBI('dbi:SQLite:C:\minimojo.db ') %] [% SET myid= 2 %] [% FOREACH user = DBI.query('SELECT * FROM user WHERE ...
Danh Nguyen
Sep 14, 2005 at 5:47 am
Sep 14, 2005 at 8:36 am -
http://jobs.perl.org/job/3020 http://jobs.perl.org/job/3014 -- sebastian
Sebastian Riedel
Sep 3, 2005 at 10:47 pm
Sep 5, 2005 at 6:40 pm -
How, if it is possible, to allow login optionally for accessing some parts of the web application? I created an action for simply displaying either one of two sets of links of URL storing in a ...
Sai Tong
Sep 29, 2005 at 4:30 pm
Oct 3, 2005 at 9:15 pm -
Hi, I try to install Cache::FastMmap (Cache-FastMmap-1.09 a prerequisite for Catalyst-Plugin-Seession-FastMmap) but it looks like something not right with the file. I have the Storable installed. ...
Danh Nguyen
Sep 28, 2005 at 2:49 pm
Sep 28, 2005 at 3:22 pm -
I was installing a catalyst application on a new machine and I couldn't figure out why catalyst was complaining about `Can't locate object method "components"` under Apache::Registry until I figured ...
Juan Camacho
Sep 19, 2005 at 8:16 pm
Sep 19, 2005 at 8:41 pm -
Thanks to the folks on #catalyst (mst, et al) I've put the first version of a Data::Serializer based REST view into the Cat SVN and CPAN. ...
Adam Jacob
Sep 14, 2005 at 11:14 pm
Sep 15, 2005 at 10:15 am -
Thanks for all your help. I have this stupid question - you will laugh at it, i am sure. But as a new person in perl, and all, I just want to ask: - Can I run a myscript.pl or myscript.cgi when I ...
Danh Nguyen
Sep 14, 2005 at 4:43 pm
Sep 14, 2005 at 5:09 pm -
Gentlemen, we were trying to write some tests using either Catalyst::Test and the WWW::Mech facilities and noticed that no session cookies are accepted in following requests. When testing same test ...
Boy Maas
Sep 13, 2005 at 8:47 pm
Sep 14, 2005 at 9:16 am -
A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3178 bytes Desc: S/MIME Cryptographic Signature Url : ...
Christopher H. Laco
Sep 13, 2005 at 2:26 pm
Sep 13, 2005 at 3:50 pm -
Hi all. I'm writing AtomPP implementation with Catalyst, and wrote this Plugin (attached). Usage is: # call $c- atom in your action sub entry : Local { my ( $self, $c ) = @_; $c- atom; } # and then, ...
D.Murase
Sep 13, 2005 at 5:14 am
Sep 13, 2005 at 12:51 pm -
I just noticed Catalyst-Helper-Controller-Scaffold-Mason-0.01 showed up on CPAN. First, are these directions correct? That looks exactly like the original scaffold. Is that correct? I would expect to ...
Christopher H. Laco
Sep 6, 2005 at 6:54 pm
Sep 7, 2005 at 2:08 pm -
Hey, First off: Catalyst is great! Thanks for all your work. Quick question: Is there a way to access the request query string from $c- req? I see the API exposes the path and the parsed arguments, ...
Keith Grennan
Sep 30, 2005 at 1:06 am
Sep 30, 2005 at 1:12 pm -
Hi, I have a db of 2 tables :book, author create table author ( authorID INTEGER PRIMARY KEY, name TEXT, phone TEXT ); create table book ( bookID INTEGER PRIMARY KEY, description TET, authorID ...
Will Smith
Sep 26, 2005 at 8:04 pm
Sep 27, 2005 at 12:42 am -
Hello everyone, I'm generating some data for output in an Ajax call using HTML::Prototype's link_to_remote. Here's my Controller: sub listvisits : Regex('^visits/listvisits/([0-9]+)$') { my ( $self, ...
Kevin Old
Sep 21, 2005 at 6:12 pm
Sep 21, 2005 at 9:39 pm -
Hi Andy, Thanks for your instruction. But still, I could not get it work. I am hitting my head against the brick wall. I tried download the mod_perl and istall it. It failed. Then I use the ppm to ...
Danh Nguyen
Sep 19, 2005 at 9:19 pm
Sep 20, 2005 at 6:57 pm -
in my application, running as http-deamon, and sometimes died as: Can't call method "timestamp" on an undefined value at /usr/local/lib/perl5/site_perl/5.8.6/Catalyst/Engine/HTTP/Daemon.pm line 117. ...
盛春
Sep 12, 2005 at 4:34 am
Sep 14, 2005 at 3:03 am -
I've stumble across a catch 22 problem with mk_component that I can't seen to fix. I'm sure someone with some better internals knowledge probably knows the solution, or at least the cause. First, ...
Christopher H. Laco
Sep 11, 2005 at 6:34 am
Sep 13, 2005 at 2:24 pm -
Hi, I am just a newbie on Perl - Apache - and off course Catalyst. I have Apache running on WindowsXP; Catalyst running on its own http web server. I have MiniMojo running fine under the built in ...
Danh Nguyen
Sep 11, 2005 at 7:31 pm
Sep 11, 2005 at 11:08 pm -
Has anybody ported the file upload with progress bar that Ruby + Ajax offer? It looks like there is something for PHP, but this would be awesome for Catalyst. Some links: ...
Mike McKay
Sep 9, 2005 at 10:21 am
Sep 9, 2005 at 10:56 am -
catalyst: I'm a Catalyst newbie who would like to try out Catalyst on my Debian 3.1 Stable (Sarge) machine. I'd prefer using the Apt package management system rather than going to CPAN or source ...
David Christensen
Sep 5, 2005 at 4:27 am
Sep 5, 2005 at 12:43 pm -
Is dacoffey@#catalyst in here anywhere? -=Chris A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3178 bytes Desc: S/MIME Cryptographic Signature Url : ...
Christopher H. Laco
Sep 30, 2005 at 3:43 pm
Sep 30, 2005 at 3:43 pm -
Everyone using Catalyst debug mode should upgrade to the latest version of Text::ASCIITable. A serious memory leak has now been fixed. You can now safely use -Debug in mod_perl. :) On CPAN soon, in ...
Andy Grundman
Sep 27, 2005 at 1:40 am
Sep 27, 2005 at 1:40 am -
Sebastian, Thanks for writing this class - I needed it. I've ran it against my 4.1 mysql database, and here's what I had to change. Simon --- ...
Vsevolod (Simon) Ilyushchenko
Sep 23, 2005 at 7:40 pm
Sep 23, 2005 at 7:40 pm -
http://jobs.perl.org/job/3083 -- sebastian
Sebastian Riedel
Sep 21, 2005 at 9:56 pm
Sep 21, 2005 at 9:56 pm -
Rinse. Lather. Repeat. Because I'm an idiot, Handel 0.23 is on its way to CPAN. It fixes a problem where Catalyst helpers weren't replacing :: globally when creating uri in templates. If you find ...
Christopher H. Laco
Sep 21, 2005 at 3:37 am
Sep 21, 2005 at 3:37 am -
Handel 0.22 has been released and it's on its way to a CPAN mirror nearest you. This is a bugfix release fixing some Catalyst helper problems including: * Removed leftover hardcoded MyApp::M calls in ...
Christopher H. Laco
Sep 21, 2005 at 2:55 am
Sep 21, 2005 at 2:55 am
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 60 |
posts | 266 |
users | 69 |
website | catalystframework.org |
irc | #catalyst |
69 users for September 2005
Archives
- May 2016 (4)
- April 2016 (8)
- March 2016 (47)
- January 2016 (12)
- December 2015 (27)
- November 2015 (15)
- October 2015 (29)
- September 2015 (6)
- August 2015 (4)
- July 2015 (17)
- June 2015 (9)
- May 2015 (22)
- April 2015 (1)
- March 2015 (1)
- February 2015 (46)
- January 2015 (22)
- December 2014 (25)
- November 2014 (6)
- October 2014 (9)
- September 2014 (4)
- August 2014 (3)
- July 2014 (9)
- June 2014 (11)
- May 2014 (5)
- April 2014 (16)
- March 2014 (4)
- February 2014 (19)
- January 2014 (24)
- December 2013 (48)
- November 2013 (65)
- October 2013 (25)
- September 2013 (30)
- August 2013 (173)
- July 2013 (68)
- June 2013 (52)
- May 2013 (68)
- April 2013 (29)
- March 2013 (103)
- February 2013 (33)
- January 2013 (31)
- December 2012 (49)
- November 2012 (48)
- October 2012 (154)
- September 2012 (54)
- August 2012 (55)
- July 2012 (97)
- June 2012 (78)
- May 2012 (164)
- April 2012 (113)
- March 2012 (150)
- February 2012 (134)
- January 2012 (79)
- December 2011 (80)
- November 2011 (108)
- October 2011 (146)
- September 2011 (149)
- August 2011 (108)
- July 2011 (77)
- June 2011 (44)
- May 2011 (91)
- April 2011 (179)
- March 2011 (386)
- February 2011 (114)
- January 2011 (144)
- December 2010 (129)
- November 2010 (232)
- October 2010 (97)
- September 2010 (167)
- August 2010 (184)
- July 2010 (126)
- June 2010 (123)
- May 2010 (118)
- April 2010 (266)
- March 2010 (286)
- February 2010 (146)
- January 2010 (327)
- December 2009 (238)
- November 2009 (166)
- October 2009 (180)
- September 2009 (158)
- August 2009 (210)
- July 2009 (332)
- June 2009 (379)
- May 2009 (392)
- April 2009 (534)
- March 2009 (280)
- February 2009 (471)
- January 2009 (267)
- December 2008 (251)
- November 2008 (253)
- October 2008 (199)
- September 2008 (234)
- August 2008 (291)
- July 2008 (293)
- June 2008 (272)
- May 2008 (407)
- April 2008 (416)
- March 2008 (494)
- February 2008 (334)
- January 2008 (589)
- December 2007 (425)
- November 2007 (350)
- October 2007 (289)
- September 2007 (315)
- August 2007 (426)
- July 2007 (395)
- June 2007 (410)
- May 2007 (835)
- April 2007 (315)
- March 2007 (452)
- February 2007 (393)
- January 2007 (644)
- December 2006 (584)
- November 2006 (504)
- October 2006 (369)
- September 2006 (370)
- August 2006 (551)
- July 2006 (383)
- June 2006 (679)
- May 2006 (607)
- April 2006 (934)
- March 2006 (691)
- February 2006 (634)
- January 2006 (921)
- December 2005 (866)
- November 2005 (988)
- October 2005 (414)
- September 2005 (266)
- August 2005 (439)
- July 2005 (286)
- June 2005 (316)
- May 2005 (115)
- April 2005 (261)
- March 2005 (95)