Search Discussions
-
Hi, I have a DBIC record object like my $obj = $c- model("Database::Table")- find($id); The table has very many fields and I would like to put their values in a TT template without inserting them one ...
Octavian Rasnita
Mar 13, 2007 at 10:37 am
Mar 13, 2007 at 6:06 pm -
Hi everyone, We moved our Catalyst application to production servers yesterday and seem to be getting lower than expected performance (around 9 req/s between two load balanced servers). On our ...
Jim Spath
Mar 8, 2007 at 4:13 pm
Mar 12, 2007 at 2:03 pm -
Hi! I need to figure out if a user aborted a longish download. (some background: Users can download a limited amount of mp3s. If the download doens't work for some reason, they must not be "charged") ...
Thomas Klausner
Mar 11, 2007 at 2:26 pm
Mar 12, 2007 at 11:42 pm -
I'm pleased to announce the slightly hurried release of Website In A Box version 0.01. WIAB gives you a basic content management system for individuals and small groups. There are still bugs, but the ...
Kieren Diment
Mar 20, 2007 at 4:43 am
Mar 22, 2007 at 12:12 am -
Greetings! I'm developing a website based on catalyst and want it to be moduled and componentised the way like this: site.com/object1/list displays objects 1 in empty design. site.com/object2/list ...
Oleg Pronin
Mar 28, 2007 at 10:55 pm
Mar 31, 2007 at 5:52 pm -
Hello! When user post some form from Internet Explorer it tries to keep connection alive and for that reason after url-encoded data send additional <CR <LF which is not counted to "Content-length" ...
Dmitry
Mar 23, 2007 at 6:36 pm
Mar 26, 2007 at 5:16 pm -
Hi, I was wondering if anyone has extended the Authentication tutorial example to handle the "redirect to original URI" concept requested in this thread: ...
Jeff Chimene
Mar 29, 2007 at 10:25 am
Mar 30, 2007 at 5:50 am -
I was just wondering if anyone here had used Swish-e in a Catalyst application before. If so, do you have any helpful advice to share? If not, do you have any general comments on building a site ...
Jim Spath
Mar 22, 2007 at 7:02 pm
Mar 23, 2007 at 5:50 pm -
Hello @all, now it's my time to make my Catalyst app Unicode aware and I (like some others) ran into a Unicode problem. I read the article from the calender 2006 and read the unicode chapter in ...
Mario Minati
Mar 20, 2007 at 3:40 pm
Mar 20, 2007 at 9:45 pm -
Catalysters: I'm developing a new app using Catalyst, with DBIC as the db persistence layer. I intend to build Models that encapsulate the business logic and that will use DBIC to interact with the ...
Jason Gottshall
Mar 23, 2007 at 8:24 pm
Apr 27, 2007 at 7:15 pm -
Hello @all, as you could help me that fast and excellent yesterday I have an other question to you ;) What is the best/common practice to get text that might containt html escapable characters (e. g. ...
Mario Minati
Mar 21, 2007 at 8:13 am
Mar 21, 2007 at 5:38 pm -
hi, i have a slight problem designing software for one of business requirements. this website will allow anonymous access. i.e. - when you go to website, it will automatically create "anonymous" user ...
Hubert depesz lubaczewski
Mar 13, 2007 at 8:56 am
Mar 14, 2007 at 6:58 pm -
Hi folks: Two part question. Has anyone played with captchas in conjunction with C::C::FB? Second part: should I be looking at different technology rather than captchas? This is for a form on an ...
Joe Landman
Mar 19, 2007 at 4:05 am
Mar 26, 2007 at 5:57 pm -
DIV { MARGIN:0px;} From: John Napiorkowski This is the error message you get if you create a subclass of Catalyst::View that doesn't implement a process() method. It probably doesn't have anything to ...
John Napiorkowski
Mar 7, 2007 at 9:23 pm
Mar 10, 2007 at 1:54 am -
Hello, I wrote a complete backend in HTML::Widget a couple of months ago, and now I'm adding new functionallity to another part of the site. The question is: a - Stick with HTML::Widget and wait for ...
Alejandro Imass
Mar 22, 2007 at 10:44 pm
Mar 23, 2007 at 9:09 pm -
Hi, I have a $hash hash reference and I want to add all its elements to the stash. How can I do this? Do I need to use a loop and assign each element one by one? I have seen that it is not possible ...
Octavian Rasnita
Mar 12, 2007 at 11:31 am
Mar 12, 2007 at 12:57 pm -
I'm implementing tagging under Catalyst and want to be as unrestrictive as possible on the tag text. As such, I allow slashes in the tag text. To view information on a given tag, you hit the ...
Jim Spath
Mar 5, 2007 at 8:33 pm
Mar 6, 2007 at 2:14 pm -
I want to match these two (not using Chained, btw): /training/webcasts/webcast_data/186/ /training/webcasts/webcast_data/186/index.html But not this: /training/webcasts/webcast_data/186/foo.html $ ...
Bill Moseley
Mar 1, 2007 at 10:51 pm
Mar 2, 2007 at 10:07 pm -
I'd like some advice on how to do this. I'm developing a single Cat app that will handle multiple sites by looking at the 'host' header. All sites will be associated with domain names under a ...
Doran L. Barton
Mar 26, 2007 at 5:32 am
Mar 29, 2007 at 6:58 am -
Hi, still a rookie here; some time has passed since my last question, because i had many other things to do, but now I am back with many questions and really few answers :) Iam sure You can help, ...
Igor Longagnani
Mar 27, 2007 at 4:11 pm
Mar 28, 2007 at 5:40 pm -
catalyst: I am working my way through the Catalyst tutorials, and have come across some issues. My platform is FreeBSD 6.2. I did not use the ports collection to install Catalyst, instead I read: ...
David Christensen
Mar 14, 2007 at 4:51 am
Mar 17, 2007 at 6:17 pm -
I'm trying to use Chained('.') to create a controller base class that binds to the namespace of whatever controller class inherits it, but despite the documentation specifically mentioning this use, ...
Jason Kohles
Mar 13, 2007 at 2:23 pm
Mar 13, 2007 at 6:27 pm -
Hi, Please tell me how can I find the list of reserved words that cannot be used as names for views, controllers, models, $c- stash elements... For example I have seen that the name of the ...
Octavian Rasnita
Mar 6, 2007 at 5:02 pm
Mar 7, 2007 at 7:51 pm -
I can only see my Catalyst home page using fastcgi, all other pages report a '404 not found'. I have been using Catalyst for about a year using Apache mod-perl or the build-in catalyst server. I now ...
Ian Docherty
Mar 23, 2007 at 2:39 pm
Mar 24, 2007 at 8:19 am -
Hey guys, this very well may be due purely to my lack of experience in this matter, but I'm having trouble getting chained actions working the way I WANT them to work and I'm suspicious the way I ...
Doran L. Barton
Mar 21, 2007 at 9:34 pm
Mar 22, 2007 at 3:36 pm -
Hi, I want to place some database queries in App/lib/App/Modell/App.pm. How can I access the DBI database handle in that module? Is that the right place for complex queries? The database tables are ...
Stephan Austermühle
Mar 21, 2007 at 10:39 am
Mar 21, 2007 at 1:52 pm -
Hello! I'm about to deploy an application, and this time I can choose to use Lightpd instead of Apache+fcgid, which I commonly use. I have no problem with the latter configuration, but I was ...
Michele Beltrame
Mar 15, 2007 at 12:27 pm
Mar 20, 2007 at 4:03 am -
Hello, list! I have a problem running par catalyst distribution. Error was $ parl test1.par test1_server.pl Weak references are not implemented in the version of perl at Catalyst.pm line 22 BEGIN ...
Anatoly Bashmakov
Mar 15, 2007 at 8:54 am
Mar 16, 2007 at 10:03 am -
I just wanted to get everyone's feedback on what they prefer as their templating engine. I know there are a bunch of choices but wanted to see what people think of certain ones. I am looking for ...
Ali Mesdaq
Mar 13, 2007 at 7:00 pm
Mar 14, 2007 at 5:53 pm -
Hi all. I'am trying to configured a Catalyst::Model::DBI::SQL::Library model from a YAML file via Catalyst::Plugin::Config::YAML ? Everythings works perfectly with a: __PACKAGE__- config( dsn = ...
John utaka
Mar 9, 2007 at 2:44 pm
Mar 11, 2007 at 7:46 am -
My YAML file has sections that are specific to what server is running. That is, I have: # Default config foo: bar name: foo servers: staging: config: foo: baz ... devel: config: ... production: ...
Bill Moseley
Mar 8, 2007 at 10:06 pm
Mar 9, 2007 at 3:41 pm -
Hi, I've been working on some action classes that are primarily used by chained actions (although they could be used otherwise) and running into some confusion about overriding the - match method. It ...
John Napiorkowski
Mar 20, 2007 at 8:07 pm
May 9, 2007 at 3:16 pm -
I have a question about writing unit tests for a Catalyst app. I've found it's extremely useful to have internal controller tests, as described on http://www.catalystframework.org/calendar/2006/17 ...
Andrew Strader
Mar 27, 2007 at 4:01 pm
Apr 17, 2007 at 6:05 pm -
Hi, I was looking at source code for C::C::FormBuilder to know how to write Controller extention module. Then I thought using new() method is nice idea to run only once. But I realize when I want to ...
Tomohiro Teranishi
Mar 30, 2007 at 1:40 pm
Apr 1, 2007 at 10:11 am -
This is my first email to this mailing list, so please excuse me if I break any protocol. I would also like to thank all the developers of the Catalyst::* modules for providing a great and ...
Valentin Tumarkin
Mar 29, 2007 at 2:31 pm
Mar 30, 2007 at 1:04 pm -
Hi, I am a big fun of catalyst freamwork and I made a plugin for Data::FormValidator called 'C::P::FormValidator::Lazy' . I am wonderling if this plugin should stay in my local or publish to CPAN. ...
Tomohiro Teranishi
Mar 24, 2007 at 2:33 pm
Mar 25, 2007 at 1:46 am -
Hello, Cat-list -- Having worked through the tutorial with success, now, I need to make my application. First question for which I can't seem to find an answer (of many to come, I fear), is how and ...
Michael Higgins
Mar 22, 2007 at 9:22 pm
Mar 23, 2007 at 8:19 pm -
Hello all, I've been working with Chained actions, and like many others have found them to be incredibly useful for setting up DBIC result sets before reaching an endpoint. The one thing that has ...
Brian Kirkbride
Mar 22, 2007 at 6:46 pm
Mar 22, 2007 at 7:23 pm -
Hi all, Is it possible to change the request- user_agent? I am writing some tests where I want to set the user_agent before making the request and have my app behave differently depending on the user ...
Adeola Awoyemi
Mar 20, 2007 at 4:48 pm
Mar 21, 2007 at 11:41 am -
Hello, I started with Catalyst and don't know why I cannot access the context object from Template Toolkit. All other data from db or from forms is rendered ok but when I do e.g. [% c.config.name %] ...
Rahed
Mar 15, 2007 at 5:01 pm
Mar 15, 2007 at 7:52 pm -
Hi I have something strange happening while using PageCache plugin and Apache server. When plugin has cached a page the next request i get 550 error response, next time i refresh everything is ok, ...
Vti
Mar 13, 2007 at 8:12 pm
Mar 15, 2007 at 2:07 pm -
Hi folks, Using Cat::Controller::Formbuilder. The background is I have 2 methods that essentially do the same thing to start with, ie my $form = $self- formbuilder, which populates the fields from ...
Richard Jones
Mar 14, 2007 at 4:23 pm
Mar 14, 2007 at 5:27 pm -
Hi, I have tried to install Catalyst::Plugin::DateTime under Windows using the cpan shell, but I have recieved the error below. I have also previously set the environment variable TZ=+02:00 but it ...
Octavian Rasnita
Mar 10, 2007 at 4:33 am
Mar 12, 2007 at 1:40 pm -
When I deploy my application at /fastcgi with lighttpd, the url http://my.site.com/fastcgi gives a 404 error, and http://my.site.com/fastcgi/ returns an internal server error handled by catalyst ...
Kieren Diment
Mar 6, 2007 at 10:11 am
Mar 10, 2007 at 12:38 am -
I was trying to figure out why the authen/session integration bits weren't working and I realized there's a couple problems in the docs here. First, AFAICT, there's no mention that beyond setting ...
Dave Rolsky
Mar 4, 2007 at 4:34 pm
Mar 7, 2007 at 4:08 pm -
Several people have pointed out that various parts of Log::Log4perl don't work well with Catalyst. Specifically, many of the options that rely on Stack information are incorrect. The format strings: ...
Adam Jacob
Mar 2, 2007 at 7:26 pm
Mar 5, 2007 at 7:43 pm -
I've been seeing a number of these errors lately. I suspect it's not Cat-specific, but something related to the client and Apache. Perhaps the client not completing the request -- or dropping the ...
Bill Moseley
Mar 1, 2007 at 5:38 am
Mar 1, 2007 at 2:55 pm -
hello helper model dbic cant generate table schema. # script/myapp_create.pl model DBIC DBIC::Schema myapp::Schema create=static dbi:mysql:myapp myapp hoge exists ...
Northfiled
Mar 28, 2007 at 4:33 am
Apr 1, 2007 at 11:11 am -
hello everyone, i'm new from china, i must say this mail-list helped me a lot. I have a problem in using Session in catalyst; I use plugins as follows: Session Session::Store::FastMmap ...
Wp
Mar 26, 2007 at 7:19 am
Mar 26, 2007 at 3:02 pm -
I also tried with the version on svn and the same thing happens. I tried several things before writing to the list but without any luck. Just out of curiosity, how does this my $page = "books/basic"; ...
Alejandro Imass
Mar 21, 2007 at 11:34 pm
Mar 22, 2007 at 1:07 pm
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 82 |
posts | 452 |
users | 113 |
website | catalystframework.org |
irc | #catalyst |
113 users for March 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)