Search Discussions
-
I have a problem when outputting special characters with Template-Toolkit and C::P::Unicode. I passed a simple template parameter from the controller to the view. The parameter contains a special ...
Stefan Kühn
Sep 5, 2007 at 7:45 am
Oct 16, 2007 at 6:00 pm -
Hi My existing Catalyst application is being extended. I want to keep a record of previous passwords used by a user to prevent them being re-used. I have Model 'UsedPassword' to keep track of the ...
Ian Docherty
Sep 13, 2007 at 10:27 am
Sep 14, 2007 at 1:35 pm -
Dear list, I have created a url via uri_for that produces (hashref passed in): http://myserver.com/blah/?username=first.last%2Bme%40gmail.com so the + is escaped into %2B. Fine. This param comes in ...
Gavin Henry
Sep 11, 2007 at 2:04 pm
Sep 13, 2007 at 8:59 am -
hi, guys. since I can't touch Cory Watson by gphat@cpan.org so I wonder if this module is fine? Thanks. -- Fayland Lam // http://www.fayland.org/ package Catalyst::Plugin::DBIC::QueryLog; use ...
Fayland Lam
Sep 1, 2007 at 5:08 am
Sep 12, 2007 at 7:00 pm -
In a previous thread, Matt S Trout said. Based on this I have the following simple code. #### package MyApp::Model::DBIC; use strict; use base qw(Catalyst::Model::DBIC::Schema); #### package ...
Ian Docherty
Sep 27, 2007 at 11:51 am
Oct 3, 2007 at 9:29 pm -
Hello, there are currently two Problems I could easily solve with subsessions. After saving some data I want to redirect the user back to where he came. So I'd like to keep track where the user came ...
Rainer Clasen
Sep 27, 2007 at 11:11 am
Oct 4, 2007 at 3:55 pm -
Today I saw how easy it is to extend Template-Toolkit within Catalyst. Perhaps somebody here will find this useful. I wanted to easily format dollar amounts from within the tt2 template. I had been ...
Mitchell Jackson
Sep 13, 2007 at 3:33 am
Jan 18, 2008 at 2:49 am -
I got my all-singing all-dancing Catalyst app onto a proper server a few days ago. It's all going much better than I thought it might, a couple of friendly guinea-pigs, a fine crop of helpful ...
Richard Robinson
Sep 20, 2007 at 7:03 pm
Oct 9, 2007 at 2:11 pm -
I've been thinking the last couple days about ways to expand Catalyst::Controller::Rose to play more nicely with other models besides C::M::RDBO. This is per mst's request to open up the RHTMLO ...
Peter Karman
Sep 21, 2007 at 2:57 pm
Sep 24, 2007 at 9:48 pm -
So I've thought of a few different ways to pass data between Local methods across two different controllers, but none of them seem like good ideas. I still don't fully get the Catalyst framework yet, ...
Dustin Suchter
Sep 29, 2007 at 3:43 am
Oct 1, 2007 at 8:43 pm -
Hi, I have a I18N module in my Catalyst application and I want to get the path to the home directory of the application. Is it possible to get it without hard codding it in that module? The module ...
Octavian Rasnita
Sep 28, 2007 at 1:30 pm
Sep 29, 2007 at 8:22 am -
Again on querylog vs. catalyst... I've setup a minimal app to test the querylog stuff, but, I can't get any results, i.e. the statistics obtained from querylog are always zero. The attached file ...
Marcello Romani
Sep 19, 2007 at 10:00 am
Sep 19, 2007 at 4:51 pm -
Hi all, I'm trying to display xul elements in a page in my proyect in catalyst, i already change the http header content_type to text/xml, but comparing the result with the same file published with ...
Javier E. Perez P.
Sep 23, 2007 at 9:10 am
Sep 25, 2007 at 9:10 pm -
I see Catalyst::Model::Search on CPAN now. As the maintainer of Catalyst::Model::SWISH, I'd love to get in on that namespace action. Is Catalyst::Model::Search intentionally undocumented? Are there ...
Peter Karman
Sep 21, 2007 at 2:19 pm
Sep 24, 2007 at 5:16 pm -
hello, running mojomojo from the mojomojo.db file works, but if I setup a mysql-db and try to populate the db, it hangs with the following error: DBI Exception: DBD::mysql::st execute_array failed: ...
Josef Chladek
Sep 18, 2007 at 4:50 pm
Sep 24, 2007 at 4:37 pm -
Hello list, I just uploaded on CPAN the module : http://search.cpan.org/dist/Catalyst-Controller-Rose-Simple/ that makes use of Rose::* easier ith Catalyst. It is version 0.01, so use with care and ...
Alexandre Jousset
Sep 20, 2007 at 12:16 pm
Sep 23, 2007 at 6:47 pm -
Hi, Is it possible to log a certain SQL which is generated in a Catalyst application by a controller that uses a DBIx::Class model? Thank you. Octavian
Octavian Rasnita
Sep 13, 2007 at 1:35 pm
Sep 14, 2007 at 4:59 pm -
Having upgraded all Catalyst modules to their latest versions today, I think I'm seeing strangeness with Static::Simple. I've boiled it down to the following: 1) $ catalyst.pl MyApp 2) Modify ...
Will Hawes
Sep 19, 2007 at 6:57 pm
Sep 24, 2007 at 4:45 pm -
This is my first time using Catalyst and I'm hitting a problem that I've been trying to debug for a shamefully long time now with no success. I started by going step-by-step through Jon Rockway's ...
Dustin Suchter
Sep 7, 2007 at 7:15 am
Sep 8, 2007 at 3:49 am -
Hi, I made a base controller to help provide a reCAPTCHA (http://recaptcha.net). It's freshly uploaded to CPAN and is also in the catalyst svn trunk. There's documentation and a test app in t/lib :)
Kieren Diment
Sep 24, 2007 at 10:08 pm
Oct 6, 2007 at 12:29 am -
I have a problem trying to use Catalyst::Plugin::FormCanary. There are 3 routines: sub setup checks to make sure session is up and running. It is. sub finalize_session successfully creates the canary ...
Dennis Daupert
Sep 20, 2007 at 4:43 pm
Sep 24, 2007 at 9:29 pm -
hi list, I have a strange problem, that occurs for some clients, for most not: we have a form, that is setup by javascript dynamically (form consits of one input field, one textarea and 2 hidden ...
Josef Chladek
Sep 7, 2007 at 3:26 pm
Sep 10, 2007 at 4:55 pm -
Hallo, I've installed C::P::QueryLog and installed the template provided by the pod doc, but I always get 0.00 seconds of elapsed time, no matter how many db accesses I do. The DBIC::Querylog doc ...
Marcello Romani
Sep 12, 2007 at 3:13 pm
Sep 18, 2007 at 4:28 pm -
Hi! I have a requirement for adding an audit log of certain actions (creating an object, editing the object, etc) to our web app. In my mind, it is best to do this at the model, so it is consistent ...
Ton Voon
Sep 17, 2007 at 12:55 pm
Sep 18, 2007 at 3:10 am -
this is all a brand new install on ubuntu 7, so all deps should be most recent off my mirror. any ideas? root@ubuntu7-vm:~/.cpan/build/Catalyst-Plugin-Session-State-Cookie-0.07# perl Makefile.PL ...
Daniel McBrearty
Sep 5, 2007 at 11:37 pm
Sep 7, 2007 at 9:24 am -
After deploying our new Catalyst application I'm receiving this error quite often per day: "DBIx::Class::ResultSet::find_or_create(): DBI Exception: DBD::mysql::st execute failed: Duplicate entry ...
Tobias Kremer
Sep 25, 2007 at 8:25 am
Sep 26, 2007 at 4:58 pm -
Friends, I've got an interesting issue with a few catalyst apps. I have a server running two apps under apache with FastCGI. I wrote an init script to start and stop the app server, it's attached ...
Mitchell Jackson
Sep 20, 2007 at 2:55 am
Sep 20, 2007 at 12:07 pm -
I've got a Cat app working under lighttpd with fastcgi. The app should be served from the address: http://my-domain/amazon If I create a url with $c- uri_for('/books/search'), then instead of ...
Carl Franks
Sep 14, 2007 at 3:09 pm
Sep 15, 2007 at 2:52 pm -
I'm trying to figure out the best[*] way to validate Chained actions at various points along the action chain. By validate, I mean "check if the action should proceed or bomb out." Validation is not ...
Micah Jaffe
Sep 13, 2007 at 2:11 am
Sep 13, 2007 at 2:56 pm -
This is only slightly modified code from the tutorial on CPAN. I probably mis-copied something and hence my problem, but I can't seem to figure out what. I have a a controller called Campaigns.pm ...
Dustin Suchter
Sep 12, 2007 at 2:50 am
Sep 12, 2007 at 5:47 pm -
Planet Catalyst's feed is now available on FeedBurner. The existing planet.catalystframework.org feeds continue to work, but please consider changing your URI to the new FeedBurner feed: ...
John Wang
Sep 10, 2007 at 3:53 pm
Sep 11, 2007 at 1:30 pm -
Hello. I put the service script into APP_HOME/script/service/online_users.plx In the script: use FindBin; use lib "$FindBin::Bin/../../lib"; use MyApp; print MyApp- path_to('/'); # prints ...
Oleg Pronin
Sep 28, 2007 at 8:16 pm
Oct 8, 2007 at 10:03 am -
Hi all, I wanted to check out latest Mojomojo from CPAN, but got several failures in the installation: "make" fails because of missing dependency for Text::Markdown. "make test" failures: - ...
Bernhard Graf
Sep 17, 2007 at 10:20 pm
Sep 18, 2007 at 8:39 am -
Is anybody here using Catalyst + RHTMLO, especially Rose::HTML::Form, to handle forms? If yes, I'd like to know what your glue code (init forms from db, re-fill from $c- req- params etc.) looks like ...
Tobias Kremer
Sep 4, 2007 at 10:31 am
Sep 8, 2007 at 7:43 pm -
Hi I am trying to use Catalyst with an Informix database and am having problems with DBIC and the use of serial auto-increment keys. After a weekend of googling I realise that DBIC does not actually ...
Robert Carew
Sep 3, 2007 at 11:45 pm
Sep 4, 2007 at 2:36 am -
hello, I've installed perl 5.9.5, with latest Catalyst and latest DBIC (fresh from scratch, no upgrade) everything is running fine, except if I have a syntax error in a file, I get ...
Josef Chladek
Sep 17, 2007 at 7:52 pm
Nov 26, 2007 at 10:59 am -
Hi I finally deployed engoi.com live last night, after some protracted bug fixing and stuff One of the things I have in the site is a module which takes URL's for the old site and sends back a status ...
Daniel McBrearty
Sep 24, 2007 at 10:31 pm
Sep 25, 2007 at 8:11 pm -
Hello list, Following the preceding discussion, I scheduled Catalyst::Controller::Rose::Simple for deletion on CPAN and uploaded the same module under the name CatalystX::RoseIntegrator. Please wait ...
Alexandre Jousset
Sep 23, 2007 at 4:36 pm
Sep 24, 2007 at 4:25 pm -
I have a setup similar to this... Class B inherits from class A and class C has a relationship to A. A and B share the same table and use the dynamic sub-classing approach in the DBIC cookbook to get ...
Scott Thomson
Sep 21, 2007 at 2:24 pm
Sep 24, 2007 at 2:57 pm -
I have a Cat app with the usual Session and Authentication stuff running, though I'm using my own Authz stuff instead of any of the built-in Roles tools. It's a typical setup with regular users who ...
Jesse Sheidlower
Sep 20, 2007 at 3:20 pm
Sep 20, 2007 at 5:10 pm -
I have log4perl configured that way: log4perl.appender.SCREEN=Log::Log4perl::Appender::Screen log4perl.appender.SCREEN.layout=Log::Log4perl::Layout::PatternLayout ...
Adam Bartosik
Sep 11, 2007 at 12:26 pm
Sep 12, 2007 at 5:05 pm -
Hello, I am using Windows XP SP2, Apache 2.2.4, Active perl 5.8.8 build 822, mod_perl 2.03, and Catalyst 5.7010. If I want to start apache and if I have a virtualhost that uses Catalyst, most of the ...
Octavian Rasnita
Sep 23, 2007 at 11:31 am
Sep 23, 2007 at 11:31 am -
I've uploaded a new module to cpan - Catalyst-View-TT-Alloy. It's essentially a copy of Cat-View-TT (attributed!), but uses Template::Alloy instead of Template. It only provides the TT emulation ...
Carl Franks
Sep 21, 2007 at 3:36 pm
Sep 21, 2007 at 3:36 pm -
doesn't "make" because the "inc" dir is missing. -- Bernhard Graf
Bernhard Graf
Sep 18, 2007 at 8:44 am
Sep 18, 2007 at 8:44 am -
Hi all, I have another Catalyst talk up at: http://www.jrock.us/doqueue-grr/start.html The talk is for beginners of Catalyst, but it covers building a full application (doqueue) in just under an hour ...
Jonathan Rockway
Sep 12, 2007 at 10:33 am
Sep 12, 2007 at 10:33 am -
Hi, I've just installed Catalyst on a new computer that runs Windows XP SP2 and I cannot preload the application that used to work on the old computer. If I don't preload it and let the server load ...
Octavian Rasnita
Sep 9, 2007 at 3:32 pm
Sep 9, 2007 at 3:32 pm -
Does anyone have a quick/easy way to have a 'prepare()d' $c - log- debug actually print out during model tests?
Zack Poley
Sep 6, 2007 at 6:34 pm
Sep 6, 2007 at 6:34 pm -
I've finally launched all sections of my site: http://www.artcal.net/ It was originally a CGI::Application/TT app running under mod_perl, and now it's a Catalyst App running under mod_perl. It's the ...
Barry Hoggard
Sep 4, 2007 at 10:59 pm
Sep 4, 2007 at 10:59 pm -
Hi I'm having trouble with my backend catalyst application. Frontend is HTTPS but the backend is HTTP. The backend has this config: FastCgiServer apps/e2/script/e2_fastcgi.pl -processes 5 ...
Carl Vincent
Sep 3, 2007 at 4:27 pm
Sep 3, 2007 at 4:27 pm -
I would like to mention (retroactively) our corporate website has been running in production on Catalyst 5.6 since Nov. 5th, 2006. http://www.cortina-systems.com/ Andrew
Andrew Peebles
Sep 1, 2007 at 11:04 pm
Sep 1, 2007 at 11:04 pm
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 50 |
posts | 315 |
users | 83 |
website | catalystframework.org |
irc | #catalyst |
83 users for September 2007
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)