Search Discussions
-
We are actually preparing a new Bundle::Catalyst, did we forget anything important? This is the current list: Catalyst::Plugin::FormValidator Catalyst::Plugin::Prototype Catalyst::Plugin::Session ...
Sebastian Riedel
Nov 14, 2005 at 7:17 pm
Nov 17, 2005 at 6:11 am -
What do you think about this one? http://news.lugnet.com/cad/?n412 -- sebastian
Sebastian Riedel
Nov 13, 2005 at 7:51 am
Nov 21, 2005 at 9:53 am -
This question came up after the web frameworks night yesterday, many people seem to think it's ugly. Should we remove the .pl extension from scripts? -- sebastian
Sebastian Riedel
Nov 19, 2005 at 1:17 am
Nov 30, 2005 at 4:58 am -
Hi all, I've been doing a bit of research regarding Web application frameworks. Catalyst was a breeze to install and I had the test server running and serving pages immediately. That was great. I've ...
Curtis "Ovid" Poe
Nov 11, 2005 at 8:39 pm
Nov 15, 2005 at 5:43 am -
Agreed! :) -- sebastian
Sebastian Riedel
Nov 5, 2005 at 1:55 am
Nov 7, 2005 at 4:05 pm -
Maypole has this template hierarchy where you can have a directory tree with templates that match your class hierarchy. Like: ./edit.tt ./Foo/edit.tt So if you ask for template "edit.tt" from class ...
Johan Lindström
Nov 21, 2005 at 12:35 am
Nov 30, 2005 at 11:32 pm -
Relative links are biting me again, so I'm wondering how others generate links in a sane way. I have an action /admim/things that displays a table of rows. I have some common template code for ...
Bill Moseley
Nov 9, 2005 at 9:56 pm
Nov 10, 2005 at 6:43 pm -
Hi, The new session plugins are pretty much finished. What they do differently is: * Catalyst::Plugin::Session umbrella plugin implements most of the logic having to do with sessions * A ...
Yuval Kogman
Nov 1, 2005 at 9:44 pm
Nov 9, 2005 at 2:00 am -
Hey everyone, I know there are some principles of Catalyst (DRY, KISS, TIMTOWTDI), but does the Catalyst team have/want a tagline? (Does "The elegant MVC framework" falls fill this role?) Anyway, ...
David Romano
Nov 27, 2005 at 9:35 am
Dec 4, 2005 at 1:47 am -
You don't, but kudos to mst for a pretty damn good summary in such a short amount of time. Chisel -- Chisel Wright e: chisel@herlpacker.co.uk w: http://www.herlpacker.co.uk/ No virus was found in ...
Chisel Wright
Nov 17, 2005 at 11:45 pm
Nov 18, 2005 at 6:39 pm -
I've noticed under recent releases that while running under the test server, I get some very strange behaviour from Internet Explorer. When submitting a form via HTTP post, it does one of the ...
Will Hawes
Nov 21, 2005 at 5:08 pm
Feb 16, 2006 at 6:50 pm -
Catalyst 5.58 has just been pushed to CPAN! Changes in this release include: - Added ExtUtils::AutoInstall support - Allow overriding path in Catalyst::Helper. - Added -makefile to catalyst.pl to ...
Marcus Ramberg
Nov 24, 2005 at 2:25 pm
Nov 30, 2005 at 3:44 pm -
Assuming one is using "Loader" -type of methods to load the database schema, as opposed to manual definitions, what exactly is the tradeoff supposed to be between defining your base database model ...
Brandon Black
Nov 16, 2005 at 6:16 am
Nov 19, 2005 at 2:57 am -
Hi! In my controllers i do # get formvalidator error messages $c- stash- {errors} = $c- form- msgs || (); and in my TT templates: <table <colgroup <col style="width: 8em" / <col class="red" / ...
Hartmaier Alexander
Nov 24, 2005 at 12:56 pm
Nov 28, 2005 at 11:22 am -
I got Catalyst::Plugin::FormValidator::Simple working quickly and was able to get Data::FormValidator to work stand-alone (outside of Cat), however I am unsuccessful in getting ...
John Wang
Nov 15, 2005 at 10:21 pm
Nov 18, 2005 at 5:47 pm -
To keep the $c context namespace cleaner, I'd like to add plugin methods like $c- myplugin- foo instead of $c- foo. I have this working by creating a package MyPlugin and a plugin wrapper ...
John Wang
Nov 24, 2005 at 11:30 pm
Nov 25, 2005 at 5:21 am -
Seems we have to use a Winged-Lego-Onion... :( Forward: -- sebastian
Sebastian Riedel
Nov 22, 2005 at 12:02 am
Nov 23, 2005 at 12:22 am -
I see in the Catalyst::Manual::Cookbook page http://search.cpan.org/~mramberg/Catalyst-5.56/lib/Catalyst/Manual/Cookbook.pod#Using_existing_CDBI_(etc.)_classes_with_Catalyst (the Using existing CDBI ...
Nigel Metheringham
Nov 17, 2005 at 4:45 pm
Nov 19, 2005 at 2:30 am -
Matt S Trout,ÄúºÃ£¡ yes, upgrade to new lastest 5.54, and somtimes it also break out. same messages. = = = = = = = = = = = = = = = = = = = = ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Ö Àñ£¡ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Chunzi ...
Chunzi
Nov 15, 2005 at 6:28 am
Nov 15, 2005 at 9:04 pm -
I've just been getting up and running with Catalyst 5.33 (CPAN - "install Catalyst::Bundle"), and I'm running into an issue with database connections under mod_perl 2.0. It seems that all of my ...
Brandon Black
Nov 10, 2005 at 6:45 pm
Nov 11, 2005 at 2:40 pm -
Hi, We also worked a lot on the authentication and authorization plugins for catalyst. The plan is outlined here: ...
Yuval Kogman
Nov 9, 2005 at 9:15 am
Nov 9, 2005 at 9:48 pm -
For your reading pleasure, the article I wrote for Perl.com is finally up at http://www.perl.com/pub/a/2005/11/17/handel.html. In a nutshell, it's an introduction on creating a quick shopping ...
Christopher H. Laco
Nov 18, 2005 at 1:27 am
Nov 18, 2005 at 6:25 pm -
Can we move it to this thread please, and can the (more than one) person who's been working on this try and get together and produce a single patch with tests? I'd love to see this feature make it ...
Matt S Trout
Nov 30, 2005 at 4:33 am
Dec 2, 2005 at 10:10 pm -
After updating to 5.55 today (from a much older version, whatever was stable before 5.5) my app suddenly started misbehaving. The documentation recommends using a begin action that looks something ...
Cory Watson
Nov 15, 2005 at 4:47 pm
Nov 16, 2005 at 9:46 am -
Decided to have a look at the new Store/State session plugins earlier. I suspect there's a "use base qw/Catalyst::Plugin::Session/" missing from either Catalyst::Plugin::Session::Store or ...
Chisel Wright
Nov 23, 2005 at 9:46 pm
Dec 8, 2005 at 4:31 pm -
When looking at Catalyst's manuals and examples the model is always based on Class::DBI. Whereas Catalyst very much meets most of my requirements, CDBI starts to become cumbersome if tasks are more ...
Catalyst
Nov 28, 2005 at 1:55 pm
Nov 29, 2005 at 4:31 pm -
I have a question to catalyst development team. I found Catalyst::Plugin::UploadProgress in the development repository. (http://dev.catalyst.perl.org/browser/trunk/Catalyst-Plugin-UploadProgress/) ...
Yoshinori Sano
Nov 22, 2005 at 5:21 pm
Nov 23, 2005 at 11:36 am -
Hi, I'm using "$class- update_from_form( $c- form )" to pass through my form submission to my Class::DBI model. This works great except when I'm trying to put an empty string in place of some value ...
Ken Youens-Clark
Nov 18, 2005 at 7:38 pm
Nov 18, 2005 at 9:21 pm -
package My::C::First; use base 'Catalyst::Base'; sub begin : Private { ... $c- forward('My::C::Second'); } package My::C::Second; use base 'Catalyst::Base'; sub default : Private { my ( $self, $c ) = ...
Will Hawes
Nov 10, 2005 at 10:13 am
Nov 12, 2005 at 4:32 am -
Hi all. I've been looking through the Catalyst docs/movies/etc and cannot seem to find anything on AJAX support, is this something Catalyst supports out of the box, or...? Thanks for the help. An ...
Chad Lung
Nov 22, 2005 at 10:32 pm
Nov 23, 2005 at 2:12 pm -
At the moment we are using Text::ASCIITable for the debug tables, which unfortunately seems to be the best CPAN has to offer so far. But recently there are more and more problems appearing, like ...
Sebastian Riedel
Nov 2, 2005 at 4:39 am
Nov 4, 2005 at 5:57 pm -
Hi, I just uploaded to CPAN version 0.01 of Catalyst::Plugin::Authentication::OpenID, which provides support for using OpenID auth in Catalyst apps. More about OpenID: <http://www.openid.net/ . It ...
Benjamin Trott
Nov 12, 2005 at 7:56 am
Dec 4, 2005 at 1:57 pm -
So last night, I started working on my little 1 person photo gallery app in Cat. In my App.pm file, I loaded: Authentication Authentication::Store::Minimal Authentication::Credential::Password ...
Christopher H. Laco
Nov 30, 2005 at 2:49 pm
Nov 30, 2005 at 5:29 pm -
FYI - a minor issue, but for long error messages I get a horizontal scrollbar on the debug screen when using Firefox. Screen resolution is 1024x768 (it's a notebook). I'm not sure if this is by ...
Will Hawes
Nov 29, 2005 at 12:25 pm
Nov 30, 2005 at 10:42 am -
I've been looking at catalyst lately, but am not sure how I could use it with my current hosting setup. Any advice would be appreciated. I have shared hosting with fast-cgi on apache 1.3 I would like ...
Carl Franks
Nov 23, 2005 at 11:35 am
Nov 25, 2005 at 3:05 pm -
Hopefully I won't start any religious wars, but I'm interested to know the reasons for moving to Module::Install I don't know either module intimately, and M::B seemed to do the job pretty well. What ...
Chisel Wright
Nov 23, 2005 at 5:07 pm
Nov 23, 2005 at 9:43 pm -
I have been working away on a module called CGI::FormManager for a couple of months now (I registered it with CPAN a month or so ago and gave a talk on it at the Birminham perl mongers meeting at the ...
Andrew Ford
Nov 22, 2005 at 1:12 pm
Nov 22, 2005 at 8:06 pm -
http://dev.catalyst.perl.org/wiki/BeerRewards -- () Yuval Kogman <nothingmuch@woobling.org 0xEBD27418 perl hacker & /\ kung foo master: /me climbs a brick wall with his fingers: neeyah!
Yuval Kogman
Nov 21, 2005 at 1:10 pm
Nov 21, 2005 at 11:37 pm -
Hi, all. Catalyst::Manual::Intro.pod declare "Unrestrained URL-to-Action Dispatching" in Catalyst. Well, but i think all of dispatching types (Path, Regex, Global, Local) badly link up URL and his ...
Maxim Nechaev
Nov 14, 2005 at 6:01 am
Nov 14, 2005 at 7:09 pm -
I'm running catalyst under apache 1.3.33 and mod_perl 1.29. The application works very slow, and intermittently i'm getting this error message: [Wed Nov 9 19:56:01 2005] [error] Undefined subroutine ...
Albert Vila
Nov 9, 2005 at 7:55 pm
Nov 10, 2005 at 12:49 pm -
when I do the "retrieve_all" call, how can I use something like ORDER BY column_name. I haven't seen this mentioned in Catalyst doc. Thanks for all your help in the past and in the coming future. ...
Will Smith
Nov 8, 2005 at 4:53 pm
Nov 8, 2005 at 9:57 pm -
Small usability improvement today, we've just added $c- controller, $c- model and $c- view as shortcuts for $c- component. Examples: $c- model('DBIC::FooTable')- find(1); $c- model('Xapian')- ...
Sebastian Riedel
Nov 6, 2005 at 8:30 pm
Nov 7, 2005 at 4:18 pm -
Hi list, I have no idea if this is a catalyst or a mod_perl/Class::DBI problem, so please excuse me if this is not catalyst related. I have built a littel catalyst-application: only one ...
Florian Rossol
Nov 6, 2005 at 11:28 am
Nov 6, 2005 at 8:51 pm -
Hello. I have a question about literal url handlers. I have controller: ################################################ package Food::Controller::PseudoStatic; use base 'Catalyst::Controller'; use ...
Maxim Nechaev
Nov 30, 2005 at 6:46 am
Dec 1, 2005 at 2:31 am -
The new plugins were released to the CPAN today! Since the mirroring is kinda slow, please bear with us. http://use.perl.org/~nothingmuch/journal/27757 -- () Yuval Kogman <nothingmuch@woobling.org ...
Yuval Kogman
Nov 27, 2005 at 10:41 pm
Nov 28, 2005 at 7:07 pm -
Further to my experimentation with the new State/Store session modules, I stumbled acroos some unexpected behaviour with a table inmy database called 'session'. Is this a special ...
Chisel Wright
Nov 23, 2005 at 9:53 pm
Nov 23, 2005 at 11:07 pm -
If I run the test server with -r, it fails to restart whenever I modify a CDBI class. This is irrespective of whether the modification itself breaks the class - it can be something as benign as ...
Will Hawes
Nov 22, 2005 at 12:14 pm
Nov 22, 2005 at 6:17 pm -
hi, i found jin the prototype we have this function: $prototype- link_to_remote(...); Can I use this to do something like: select an item in a select box, the function will send the XMLhttpRequest to ...
Will Smith
Nov 17, 2005 at 8:51 pm
Nov 18, 2005 at 10:30 pm -
I'm intending to run some apps using external FastCGI processes so they can be restarted as needed without interrupting the web server. So a couple things need to be added to the FastCGI engine. Sam, ...
Andy Grundman
Nov 15, 2005 at 7:32 pm
Nov 16, 2005 at 9:19 pm -
Hi. As part of our 'cat a day' program, I've just pushed Catalyst 5.56 to CPAN. It fixes the following issues: - Fixed FastCGI engine to not clobber the global %ENV on each request. (Sam Vilain) - ...
Marcus Ramberg
Nov 16, 2005 at 10:35 am
Nov 16, 2005 at 3:31 pm
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 182 |
posts | 988 |
users | 119 |
website | catalystframework.org |
irc | #catalyst |
119 users for November 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)