Search Discussions
-
Hey. For 5.50, we're planning a new default screen for Catalyst applications. I've started work here: http://dev.thefeed.no/welcome.html And would like some feedback and suggestions for improvement. ...
Marcus Ramberg
Oct 18, 2005 at 5:37 pm
Oct 20, 2005 at 6:46 pm -
Hi, For some time now all we have is a Trac installation at http:// dev.catalyst.perl.org, but to attract more people, especially outside of the perl community, we really need a catchy frontpage. We ...
Sebastian Riedel
Oct 10, 2005 at 2:39 pm
Oct 12, 2005 at 2:49 am -
Personally, I don't see how HTML::Template is any different from how I use TT, except: 1. It's more verbose <TMPL_VAR NAME=FOO versus [% foo %] 2. It is limited to HTML only 3. Your HTML templates ...
Thomas, Mark - BLS CTR
Oct 19, 2005 at 4:37 pm
Oct 25, 2005 at 10:49 pm -
Attached is a patch to Catalyst::Engine::HTTP (from the 5.49_02 release) to make the self-restarting test server work on Win32. I've not found a way to get the test server to restart in the existing ...
Will Hawes
Oct 31, 2005 at 10:02 am
Nov 8, 2005 at 11:40 pm -
Hi, These are the new class templates for catalyst.pl in the upcoming 5.5. We tried to make them friendlier by adding comments and commented out end/default actions. What could we change/add to make ...
Sebastian Riedel
Oct 21, 2005 at 10:01 am
Oct 21, 2005 at 8:58 pm -
Perhaps I've not spent enough time looking, but I'm having a hard time finding how to properly throw a session id around. I've found the uri() method for cooking a URI to include the session id, but ...
Cory Watson
Oct 13, 2005 at 9:45 pm
Jan 14, 2006 at 9:12 pm -
it would be very nice if this method gets fixed for the 5.50 release. See http://lists.rawmode.org/pipermail/catalyst/2005-August/001464.html and ...
Bernhard Graf
Oct 4, 2005 at 8:55 am
Oct 6, 2005 at 11:06 pm -
Given I appear to have volunteered to talk up Catalyst at the London Web Frameworks Night (http://blog.unixdaemon.net/cgi-bin/blosxom.pl/2005/10/27), I'd like to know what features are the "killer" ...
Matt S Trout
Oct 29, 2005 at 8:59 pm
Oct 31, 2005 at 3:55 pm -
Hello, I have a problem trying to configure my catalyst application in order to do the error handling in the begin method. I have a controller with multiple functions, each function receives the same ...
Albert Vila
Oct 24, 2005 at 7:06 pm
Oct 25, 2005 at 7:44 pm -
Hi, I've tried to define a has-many within the Control class of the app developed using Scaffold. My tables are: artist (artistid, name), cd (cdid, artistid - references artist, cdtitle) sub ...
Will Smith
Oct 3, 2005 at 2:36 pm
Oct 5, 2005 at 9:58 pm -
I'm learning Catalyst, and have found that I'm using a number of plugins, and a variety of configuraiton parameters. It seems that managing app configurations can be quite cumbersome as there may be ...
Andrew Libby
Oct 25, 2005 at 4:27 am
Oct 26, 2005 at 7:59 pm -
Hi everyone. Is it nessesary to code the Class::DBI interfaces by hand if I need to use the "lazy" evaulation of attributes? I have a coulple of BYTEA (postgresql's BLOB's) in the database, that is ...
Jesper Krogh
Oct 6, 2005 at 4:08 pm
Oct 7, 2005 at 9:42 pm -
Hi, I just started using Catalyst and think it's great. I wanted to get up to speed by reading the list archives but I've become too accustomed to reading bulletin board style posts. To deal with ...
John Wang
Oct 8, 2005 at 4:26 am
Nov 23, 2005 at 8:51 pm -
Hi, Here's a mail i just got, can't believe there are no Catalyst users in the capital of the Perl universe?! This will happen somewhen between the middle of November and beginning of December, ...
Sebastian Riedel
Oct 21, 2005 at 6:29 pm
Oct 27, 2005 at 4:50 pm -
5.5 is almost here! The first release candidate has been released to CPAN today as version 5.49_01. The new Apache engine has also been released separately, as version 0.99. If they're not yet at ...
Andy Grundman
Oct 10, 2005 at 5:09 pm
Oct 17, 2005 at 2:56 pm -
Hello all, My name is Gr?n Christian-Rolf (aka Kiki/kixx on IRC). I'm currently trying to organize the Web related aspects of Catalyst. Here we go... on the plus side we have a Trac installation ...
Grün Christian-Rolf
Oct 25, 2005 at 3:51 pm
Oct 26, 2005 at 5:14 pm -
I just bumped into a clash between the SubRequest and Static::Simple plugins. Separately, niiice. Together, SubRequest doesn't work properly anymore (I get undef) when I call it like this: $c- stash- ...
Johan Lindström
Oct 5, 2005 at 12:13 am
Oct 5, 2005 at 12:51 pm -
We (mostly Matt) just finished the new dispatcher, so we were able to implement a new feature many of you requested. The "index" action! :) This action is much like "default" but doesn't take ...
Sebastian Riedel
Oct 22, 2005 at 1:34 pm
Oct 23, 2005 at 7:11 pm -
Many people requested it, now it's in trunk! :) http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst Just update your script directory and start the test server with -r flag. ...
Sebastian Riedel
Oct 17, 2005 at 7:07 pm
Oct 20, 2005 at 2:33 pm -
Thanks to sri for pointing out the flaws my previous suggestions. I think this is better. When finalise_body is called response- body is checked to see if it's a reference and has a 'read' method . ...
Andrew Bramble
Oct 20, 2005 at 7:57 am
Oct 21, 2005 at 4:59 am -
I'm having a hard time getting detach() to work the way I expect. I call it in my action, expecting it to act exactly like foward, but not to return. Instead I get: Caught exception "catalyst_detach ...
Cory Watson
Oct 20, 2005 at 7:15 pm
Oct 20, 2005 at 11:26 pm -
I had a thought the other day that it would cool to be able to use the libraries that are being added to www.openjsan.org. And it was easier that I thought. #!/usr/bin/env perl use Cwd; my $dir = ...
Kenny Gatdula
Oct 30, 2005 at 11:20 pm
Oct 31, 2005 at 3:22 pm -
So I mostly succeeded in setting up a scaffolded server. The relationships were a bit tricky, as for others, but it all worked out in the end. (I referred mostly to MoviesScaffoldingDemoTranscript ...
Jurgen Pletinckx
Oct 6, 2005 at 11:08 am
Oct 6, 2005 at 1:53 pm -
Hi, I would like to incorporate Chris Winters' Workflow module into my Catalyst App and I would like to contribute the plugin. Can anyone provide tips on how to make this plugin? (perhaps just an ...
Alejandro Imass
Oct 30, 2005 at 2:46 am
Oct 30, 2005 at 3:18 am -
Attached is a patch to explain Regex actions in a little more depth. I think this is necessary from a new user's perspective - I misunderstood how Regex actions work from day one and only had it ...
Will Hawes
Oct 27, 2005 at 1:00 pm
Oct 27, 2005 at 7:08 pm -
I am building a Catalyst application that does the following: 1. Takes data from a database (of sorts) 2. Presents a form for additional input 3. Shows a preview of an email 4. Sends an email So for ...
David Narayan
Oct 21, 2005 at 5:04 pm
Oct 21, 2005 at 6:36 pm -
This is just a silly little thing, but is there a tweak that could be applied to the Trac source browser so it would display .t files just like it does .pm/pl/yml/README files inline? I currently get ...
Christopher H. Laco
Oct 19, 2005 at 8:20 pm
Oct 20, 2005 at 10:36 am -
hi, Can i pass a param from an html page into te search method: ---------- $c- stash- {artist} = music::M::CDBI::Artist- search_like(name= '%$my_parameter%'); ### my_parameter is the name field from ...
Will Smith
Oct 5, 2005 at 9:52 pm
Oct 6, 2005 at 11:23 pm -
Hi, How can I pass param from one controller.pm to another? For ex: I add an Artist using (sub add) in music::C::CDBI::artist . Then I need to add cd(s) using (sub add) in music::C::CDBI::cd under ...
Will Smith
Oct 6, 2005 at 8:32 pm
Oct 6, 2005 at 9:54 pm -
http://backstage.bbc.co.uk/news/archives/2005/10/backstage_compe.html http://use.perl.org/~acme/journal/27321 http://www.mightyv.com/ Congrats to Leon Brocard, Leo Lapworth and Steve Morgan! -- ...
Sebastian Riedel
Oct 28, 2005 at 12:56 pm
Nov 2, 2005 at 12:11 am -
Hi, I am quite new to Catalyst and new to i18n so please bear w me, searched the list archives and found only one post to i18n that I did not understand. I tried a small example w/ a brand new ...
Alejandro Imass
Oct 28, 2005 at 2:58 am
Nov 1, 2005 at 2:09 am -
Hi At the end of November I think I'll start having a little time to play with my pet projects. With the future nothing is certain, but I'm free to plan, am I not? I'd like to get to know Catalyst, ...
Kaare Rasmussen
Oct 29, 2005 at 11:34 pm
Oct 31, 2005 at 9:14 am -
Hi, Shibuya Perl Mongers, a huge local user group in Tokyo will have its 6th Technical Talks on November 2nd, where we'll have 2 talks about Catalyst: "Learning Catalyst" by Atsushi Kato and ...
Tatsuhiko Miyagawa
Oct 26, 2005 at 10:30 am
Oct 27, 2005 at 4:13 am -
Dear List, What's the best way to add authentication via a DB to Catalyst and automate forms? I might have missed this in the docs, so sorry if it's obvious. Thanks, Gavin. -- Walking the road to ...
Gavin Henry
Oct 21, 2005 at 12:44 pm
Oct 21, 2005 at 3:56 pm -
I'd like to see what's going on in a model's constructor (the class is named Fact::M::Storage). So I added the following statement : $c- log- info("taratata"); The statement is executed but the ...
Antoine HULIN
Oct 4, 2005 at 3:50 pm
Oct 4, 2005 at 4:27 pm -
Hi all, I have hacked simple support for FastCGI 'external' operation. Background on the feature; FastCGI normally works by passing the handler a socket on standard input, rather than a normal pipe. ...
Sam Vilain
Oct 31, 2005 at 6:32 am
Oct 31, 2005 at 1:28 pm -
Hi team, Class::DBI can't support the view for MySQL 5, Has any solution for the case? Thanks. [Sun Oct 30 16:41:45 2005] [catalyst] [debug] Couldn't load tables "blog_comment_by_me_view has no ...
James Zheng
Oct 30, 2005 at 10:39 am
Oct 30, 2005 at 11:39 am -
The CDBI::Sweet documentation says to ask questions here, so I shall. When I add Sweet to the mix (by changing my Foo/DBI.pm to use base Class::DBI::Sweet) has_many relationships start acting silly. ...
Cory Watson
Oct 25, 2005 at 6:23 pm
Oct 25, 2005 at 7:30 pm -
http://jobs.perl.org/job/3203 -- sebastian
Sebastian Riedel
Oct 22, 2005 at 6:04 am
Oct 22, 2005 at 10:25 am -
In a recent thread, someone asked about the status of DBIx::Class -- specifically, if D::C is now sort of "recommended" with catalyst, does this mean that D::C is no longer considered "experimental". ...
Phil Mitchell
Oct 21, 2005 at 11:08 pm
Oct 21, 2005 at 11:23 pm -
Hi. I'm, trying to use the "Class::DBI::Plugin::Pager" from catalyst but I have trouble getting the "where"-clause into the SQL query. my $pager = DB::M::DB::Cds- pager(20,1); $pager- per_page($c- ...
Jesper Krogh
Oct 20, 2005 at 3:45 pm
Oct 20, 2005 at 5:16 pm -
Hello, firsttime poster / catalyst convert. Wouldn't it be great if content could be read from an IO handle at response time rather than held in the $c- response- body() scalar ? Attached suggested ...
Andrew Bramble
Oct 18, 2005 at 6:01 am
Oct 18, 2005 at 6:39 am -
As per previous suggested patches to Engine and Response. A non-text attachment was scrubbed... Name: Catalyst-Plugin-Static.diff Type: text/x-diff Size: 1632 bytes Desc: not available Url : ...
Andrew Bramble
Oct 18, 2005 at 6:03 am
Oct 18, 2005 at 6:38 am -
Had anyone tried to make CGI::FormBuilder work within Catalyst ? As formbuilder has his proper TT2 engine all I could have almost working (kinda dirty hack) is : use CGI::FormBuilder; my $test_form = ...
Bernard FRIT
Oct 12, 2005 at 3:23 pm
Oct 13, 2005 at 2:54 pm -
Got no help on this from CDBI list, thought people here might have some ideas. This is for a catalyst app that uses CDBI but not Sweet or Loader... Basically, I added a trigger to a subclass of my ...
Phil Mitchell
Oct 6, 2005 at 11:48 pm
Oct 7, 2005 at 12:05 am -
So, we'd like to get 5.5 out the door before too long, but the docs are still not in the shape we'd like. Want to help do something about that? Great! There's a Docs To-Do page on the Catalyst Wiki ...
Jesse Sheidlower
Oct 31, 2005 at 5:41 am
Oct 31, 2005 at 5:41 am -
Has anyone found and integrated an editor they like? I've tried tiny_mce -- it integrates fine, but has some behavior I don't like. FCKeditor -- tried, but haven't gotten it to work yet. -- ...
Phil Mitchell
Oct 31, 2005 at 4:55 am
Oct 31, 2005 at 4:55 am -
Hi team, Class::DBI can't support the view for MySQL 5 at Catalyst, Has any solution for the case? Thanks. [Sun Oct 30 16:41:45 2005] [catalyst] [debug] Couldn't load tables "blog_comment_by_me_view ...
James Zheng
Oct 30, 2005 at 10:56 am
Oct 30, 2005 at 10:56 am -
I'm making the leap, and converting my html/mediawiki/php/MovableType based site (http://handelframework.com/) to be Catalyst/TT powered. The wiki will get converted to MojoMojo. That's the easy ...
Christopher H. Laco
Oct 29, 2005 at 3:43 pm
Oct 29, 2005 at 3:43 pm -
After upgrading to mysql5 today I ran into a problem when trying to create a session. Session::Flex was not passing along the error message when it was die'ing. Here's a simple patch to include the ...
Drew Taylor
Oct 26, 2005 at 6:24 pm
Oct 26, 2005 at 6:24 pm
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 70 |
posts | 414 |
users | 89 |
website | catalystframework.org |
irc | #catalyst |
89 users for October 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)