Search Discussions
-
Hi. This is quite off-topic related to Catalyst but my googling didn't reveal anything. Has anyone seen stuff like a Messages Queue (I dont have other words for it) But a more generic implementation ...
Jesper Krogh
Aug 23, 2007 at 2:43 pm
Aug 31, 2007 at 2:17 pm -
Catalyst makes it easy to build a site with lots of little modules of content composing a single page - the actual content (words/images) being scattered in static apache directories, the database, ...
Matt Rosin
Aug 23, 2007 at 8:28 am
Sep 29, 2007 at 8:10 am -
Should I apply these extra translations from $A_LONG_TIME_AGO? http://grokbase.com/post/2006/04/29/catalyst-translations-for-error-message/mJp7PqYdMOElr-7JEF-m4SjP7B0 Regards, Jonathan Rockway A ...
Jonathan Rockway
Aug 30, 2007 at 11:14 am
Sep 3, 2007 at 2:03 pm -
I'm looking for ideas on how to implement a way to detect and block dictionary attacks. This is not a question of how to implement strong passwords, but rather the act of limiting logins when too ...
Bill Moseley
Aug 16, 2007 at 6:13 pm
Aug 20, 2007 at 7:16 pm -
Following up on a conversion I started on the DateTime mailing-list I'd like to ask if it is really neccessary to use C::P::Unicode if a site uses utf8-encoding? I have the problem that up until now ...
Tobias Kremer
Aug 9, 2007 at 9:22 am
Aug 14, 2007 at 8:52 am -
Hello, I remember somewhere catalyst-friendly hosting. I'm looking for a new hosting company. I don't relish using catalyst without root access, having built it once locally, especially since I don't ...
Matt Rosin
Aug 9, 2007 at 3:36 am
Aug 13, 2007 at 10:09 pm -
Good afternoon - I am working on a Catalyst application that serves dynamic website content for multiple sites, and I've run into some difficulty about static content. Each website has unique static ...
Peter Lytle
Aug 12, 2007 at 7:22 pm
Aug 16, 2007 at 3:43 pm -
Hi, Which of the Ajax modules do you recommend using in a Catalyst app? I am interested especially to know which of them work better with Template-Toolkit and DBIx::Class. For the moment I am not ...
Octavian Rasnita
Aug 3, 2007 at 8:47 am
Aug 6, 2007 at 4:14 pm -
I wonder how much better Catalyst doc would looks if the "top doc page", http://search.cpan.org/dist/Catalyst-Manual/ (linked from top catalyst page) had tutos in 1..9 order, not alphabetical? Is ...
Adam Bartosik
Aug 16, 2007 at 4:06 pm
Aug 19, 2007 at 6:04 am -
OK, first the problem: we have build some classes with Attribute::Handlers (was inspired from Attribute::Property) This works realy fine! after a few tests we gone use this classes under catalyst ... ...
Felix Antonius Wilhelm Ostmann
Aug 29, 2007 at 6:54 pm
Sep 3, 2007 at 8:02 pm -
Hi, I would like to annouce the launch of a new website using Catalyst (along with DBIC and Template Toolkit): EVO: eco-friendly products, services, and information http://www.evo.com/ Big thanks to ...
Evaldas Imbrasas
Aug 21, 2007 at 8:14 pm
Aug 23, 2007 at 7:15 pm -
I just deployed our quite large Catalyst app and I'm seeing a constant increase in memory usage. Here's a current snapshop from top: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 29342 www 16 ...
Tobias Kremer
Aug 16, 2007 at 9:35 am
Aug 19, 2007 at 6:27 am -
Hello, list -- I have a catalyst app about to get a bunch of new users. In anticipation of that, I'd like advice on how to maintain the user/acl tables I set up per the tutorial. Basically, I just ...
Michael Higgins
Aug 31, 2007 at 11:05 pm
Sep 3, 2007 at 8:27 pm -
Does anyone recognize this error, and know how I can resolve it? Mmap of shared file /tmp/catapult/session_data failed: Operation not permitted at /usr/lib/perl5/Cache/FastMmap.pm line 496. ...
Dennis Daupert
Aug 26, 2007 at 11:11 pm
Aug 28, 2007 at 10:18 pm -
Hi, I know this is not the room for DBIx, I tried to post in DBIx, but did not go through, so, if you don't mind, please do not bounce me out. my question is: I have a multiple join, and trying to ...
Will Smith
Aug 24, 2007 at 3:57 pm
Aug 27, 2007 at 4:50 pm -
Hi Sorry if this is too off topic but I can't think of anywhere else to ask. Plus the system in question is a Catalyst app ;-) Can an HTTP DELETE have an entity body? I have looked in the HTTP spec ...
Jonathan Tweed
Aug 8, 2007 at 8:23 pm
Aug 11, 2007 at 6:02 pm -
Hi, I am new to catalyst. I have developed an application using Catalyst. I need all my controllers to execute at startup and register there method URLs. I am not getting how to execute controller at ...
Aditya Verma
Aug 6, 2007 at 3:39 pm
Aug 7, 2007 at 7:02 pm -
Good evening, I upgraded Catalyst-Runtime from 5.7007 to 5.7010 yesterday; and that seems to be the cause of this problem. But it could have been there before and it was never reported by our users. ...
Charlie Garrison
Aug 28, 2007 at 11:34 am
Sep 17, 2007 at 1:45 pm -
I get errors (at the end). Root.pm ... is this an issue?). This is what they look like. 0.24 | | Catalyst::Plugin::Server::XMLRPC | | Hello, when playing with Catalyst::Plugin::Server::XMLRPC ...
Nicolas Raspail
Aug 24, 2007 at 6:04 pm
Aug 27, 2007 at 6:56 pm -
Hi, I am running catalyst under apache configured with mod_perl. Can I somehow access stash out methods. I want to declare a global variable inside controller and outside methods which will be ...
Aditya Verma
Aug 21, 2007 at 3:31 pm
Aug 22, 2007 at 3:41 pm -
Does anyone know if it's possible to distribute requests to multiple external FastCGI servers with Apache2 + mod_fastcgi similar to the round-robin load-balancing approach lighttpd provides? I have ...
Tobias Kremer
Aug 2, 2007 at 3:33 pm
Aug 3, 2007 at 3:33 pm -
Hello, I'm new in the Catalyst World and I'm trying to make my first app with it. But I have a problem with the session. I'm building an XML RPC server, and I want the users to be authenticated ...
Nicolas Raspail
Aug 24, 2007 at 2:11 pm
Aug 28, 2007 at 1:33 pm -
Hi, In the course of a project I'm working on, I found it useful to "reset" chained actions. It would work like this: . assume that you have a chain like /company/ID/copywrongs . and in certain ...
Pedro Melo
Aug 7, 2007 at 10:13 am
Aug 25, 2007 at 6:50 pm -
Hi, Sorry if I post an old question, I just want to know if I could do this to run multi app on the same server under mod_perl: PerlSwitches -I/var/www/MyApp1/lib PerlModule MyApp1 <Location / ...
Will Smith
Aug 8, 2007 at 2:14 pm
Aug 9, 2007 at 2:46 pm -
Hi, I'm developing an app using cat and dbic, with postgresql 8.1. I've got a table with a "unique" column. When I try to insert a record that violates that constraint (the code is executed via ...
Marcello Romani
Aug 27, 2007 at 4:10 pm
Sep 14, 2007 at 7:39 am -
Hi Guys, Does anybody know how to change the parameters of catalyst model at the runtime ? Actually i am using "Catalyst::Model::LDAP" model, where you have to define your ldap configurations (like ...
Sandip Patel
Aug 27, 2007 at 10:45 am
Sep 4, 2007 at 3:27 am -
I've been trying unsuccessfully to disable all debug messages while running tests on my app with prove. Setting CATALYST_DEBUG=0 eliminates all the test server debug output such as the list of loaded ...
Will Hawes
Aug 24, 2007 at 10:15 pm
Sep 3, 2007 at 7:29 pm -
Thanks kd++ and autarch++ :) This has been an open issue for over a year because we've been waiting for users to compile a list for every editor and patch MPO accordingly. I only use emacs, so all I ...
Jonathan Rockway
Aug 28, 2007 at 6:32 am
Aug 30, 2007 at 7:28 am -
Hi folks, In understanding how Catalyst work and how to work with , I'm making very simple stuff, like having a model that only returns a directory listing. I found something curious before starting ...
Lanas
Aug 28, 2007 at 11:48 pm
Aug 30, 2007 at 4:26 am -
Hi I have been using Catalyst for some time with a 'flat' test directory, with all test scripts in the same directory. The main reason for this is that when I do $ make test It does not recurse into ...
Ian Docherty
Aug 15, 2007 at 11:27 am
Aug 16, 2007 at 6:30 pm -
Is there a method in C::Req (or any other part of Cat) that I can overload which is called only once per request? I thought that would be prepare, but it seems that is called several times per page ...
John Lifsey
Aug 9, 2007 at 4:04 pm
Aug 11, 2007 at 3:09 am -
Hiya list, If I have read the archives correctly, the only way to use http and https to the front end it to have 2 backend servers, once running http, the other forced to https, otherwise uri_for ...
Duncan Ferguson
Aug 6, 2007 at 5:40 pm
Aug 6, 2007 at 8:13 pm -
Hi all, I'm trying to use Catayst::View::XSLT and my end sub looks like this: # from MyApp::Controller::Root sub end : Private { my ( $c, $self ) = @_; $c- forward( $c- view('XSLT') ); } but when I ...
Adeola Awoyemi
Aug 2, 2007 at 12:12 pm
Aug 3, 2007 at 7:20 am -
I was experiencing a weird annoyance with C::P::Authentication today. I saw reports of similar symptoms in the list, but nobody with my particular solution. In Firefox everything was working fine, ...
Mitchell Jackson
Aug 28, 2007 at 12:03 am
Aug 28, 2007 at 3:50 pm -
I see Matt has said that .conf will be the default as of 5.8. Could someone point me to an example file? I looked at Matt's slides, and searching the archives for such a thing is hard, but I have ...
Barry Hoggard
Aug 20, 2007 at 11:39 pm
Aug 21, 2007 at 5:59 pm -
Hi, I don't know if it's a feature or a bug: Is use session state cookie. After I login the time when the cookie will expire is set to time_now + 2 hours. That's fine. But this point in time will ...
Moritz Onken
Aug 11, 2007 at 6:36 pm
Aug 20, 2007 at 6:12 pm -
I found a bug in the sample code on the following wiki page: http://dev.catalyst.perl.org/wiki/NecessaryBackgroundKnowledge Change this: my $vars = { fruit = 'apple'; colors = qw(red yellow green ...
Steve Chervitz
Aug 10, 2007 at 10:42 pm
Aug 12, 2007 at 12:25 am -
Hi, on http://www.catalystframework.org i found: "And in case you want PNG or PDF output, you'll need just a few lines..." where can I find an example for the PDF output? What I need: The HTML-ouput ...
Ulf Lenski
Aug 8, 2007 at 2:58 pm
Aug 9, 2007 at 7:52 am -
I'm wondering if it has any bad side effects to have a TT macro which is set to $c- uri_for. If I'm remembering previous posts on this topic correctly, calling uri_for() repeatedly has quite a big ...
Tobias Kremer
Aug 7, 2007 at 8:38 am
Aug 7, 2007 at 6:32 pm -
I want to do this by just making the POST request (not telling $mech to click/submit somewhere). I don't see any obvious way of doing it. any ideas? D
Daniel McBrearty
Aug 6, 2007 at 5:24 pm
Aug 7, 2007 at 2:50 pm -
Hi, I'd like to overload (or would it be override?) the merge_session_to_user sub in Catalyst::Plugin::Session::PerUser to be able to guide the hash merge (i.e. create new hash value keys for ...
Fernan Aguero
Aug 6, 2007 at 9:11 pm
Aug 7, 2007 at 1:51 pm -
I've set up a Catalyst app with Apache2 and FastCGI using the config described under "Standalone server mode" at ...
Will Hawes
Aug 30, 2007 at 11:42 pm
Sep 4, 2007 at 8:48 pm -
Hello, I have a strange problem with my session. I'm using Session, Session::State::URI and Session::Store::FastMmap and XML RPC commands. I can successfully use session, but when I want to check if ...
Nicolas Raspail
Aug 30, 2007 at 3:12 pm
Aug 30, 2007 at 7:00 pm -
Hi Folks I've been trying to use a configuration file to set parameters in the HTML::Template view of my Catalyst app, to no avail. (Specifically, setting die_on_bad_params = 0). No matter what I put ...
Luis E. Muñoz
Aug 25, 2007 at 5:11 pm
Aug 25, 2007 at 7:21 pm -
Hi, I'm trying to use the plugin to run a cron job by adding this to the myapp.pm : __PACKAGE__- schedule( at = '0 * * * *', event = '/email/checkemail', auto_run = 1, ); This suppose to set the ...
Will Smith
Aug 23, 2007 at 1:45 pm
Aug 24, 2007 at 4:02 pm -
Currently, attempting to pass multiple arguments to either Chained or PathPart attributes in a controller simply results in an exception being thrown indicating that you can't do that, I'm thinking ...
Jason Kohles
Aug 20, 2007 at 2:05 pm
Aug 20, 2007 at 5:39 pm -
A while ago, we talked about creating a View base class that would provide all the common features needed when dealing with template-engine-based views. Well, that's on CPAN now as ...
Jonathan Rockway
Aug 19, 2007 at 2:30 am
Aug 19, 2007 at 6:38 am -
New problem with my code: Error message is: Couldn't render template "file error - shipments/form_create_do: not found" action = "shipments/form_create_do" and in my Shipments.pm sub form_create_do : ...
Michael Higgins
Aug 17, 2007 at 6:34 pm
Aug 19, 2007 at 6:17 am -
Hello! I'm using catalyst with TT as my template engine. I made some templates for errors, warnings, messages, redirecting and stuff. But because i'm a quite a lazy boy i don't like to do this: $c- ...
Sven Eppler
Aug 13, 2007 at 12:50 pm
Aug 13, 2007 at 4:43 pm -
Hello all! I created a page on the Catalyst wiki containing a (commented) list of the providers we used/are using to deploy Catalyst apps. Hopefully, it'll become a good reference point. This is the ...
Michele Beltrame
Aug 11, 2007 at 4:19 pm
Aug 12, 2007 at 2:48 pm
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 76 |
posts | 426 |
users | 129 |
website | catalystframework.org |
irc | #catalyst |
129 users for August 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)