Search Discussions
-
Here is my problem, If a user logs in for the 1st time I want to force them to change their password. I have a specific action in my Users controller to handle that. What I'm having a problem with is ...
Thompson
Dec 7, 2010 at 3:53 pm
Dec 10, 2010 at 3:54 pm -
I have 3 tables, users, user_cat, and cat, table structure and relationship are setup as follows. User.pm __PACKAGE__- add_columns( "id", { data_type = "integer", is_nullable = 0 }, "username", { ...
Linuxsupport
Dec 9, 2010 at 8:37 am
Dec 18, 2010 at 4:25 am -
Hello, Does anyone there some examples of unit tests for a controller which is based on Catalyst::Controller::REST? There was some discussion on the list a few years ago, and I think the conclusion ...
James Russo
Dec 29, 2010 at 12:47 am
Jan 1, 2011 at 4:16 pm -
Skipped content of type multipart/alternative A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 900 bytes Desc: OpenPGP digital signature Url : ...
Tommy Butler
Dec 21, 2010 at 3:26 pm
Dec 22, 2010 at 2:16 am -
Hello, I'm trying to find an a plugin or something that does some rudimentary content negotiation, i.e. multiviews, i.e. serving static files without their extensions. Can't seem to find anything ...
Dorian Taylor (Lists)
Dec 9, 2010 at 9:31 am
Dec 15, 2010 at 1:30 am -
Quick question: how do we determine the sequence of submitted form elements? Background: we've got several data-rows that we're going to let the user reorder via Javascript drag-and-drop. Looking in ...
Will Trillich
Dec 27, 2010 at 4:51 pm
Dec 28, 2010 at 5:18 pm -
Hello, I'm very new to Catalyst, so at the moment I am playing around with some things. I think I've got a very basic question: I'm not sure how to pull out more complicated queries from the ...
Piccard
Dec 13, 2010 at 2:24 pm
Dec 14, 2010 at 3:59 pm -
Hi, I want to have my users authenticated using openid. If users are logging in for the first time, I want to get the details, provided by say facebook, to be saved in my DB. Which Catalyst ...
VIVEK CHHIKARA
Dec 9, 2010 at 6:41 pm
Dec 11, 2010 at 6:31 pm -
Hi, How can I access one controller from other? I have 2 controllers called Myapp::Controller::User and Myapp::Controller::Admin In Myapp::Controller::User I have following method. sub user_list ...
Linuxsupport
Dec 4, 2010 at 3:00 pm
Dec 5, 2010 at 1:23 pm -
I'm trying to see the queries the actual query code that is submitted to the database when I perform a find on a model. I've tried: 1) Adding $ENV{DBIC_TRACE}++ to the MyApp.pm 2) Setting the ...
Blaine Everingham
Dec 1, 2010 at 11:01 pm
Dec 3, 2010 at 12:47 pm -
Hello! I'm writing an application that needs to count some related objects [% row.objects.count %] results in "select * from objects" [% row.objects.scalar.count %] yields an error [% ...
Alex Povolotsky
Dec 23, 2010 at 3:53 pm
Jan 20, 2011 at 10:48 am -
Can anyone make any recommendations for workflow solutions for catalyst? I see that Workflow and Class::Workflow seem to be the primary options. Anybody got any recommendations for catalyst ...
Eric Berg
Dec 13, 2010 at 3:58 am
Dec 20, 2010 at 6:29 pm -
Hello! Some components of my application require accurate de-initialization to avoid resource leaks. I using Catalyst which running under FastCGI(ProcManager) and looking for possibility get ...
Rimas rimas
Dec 22, 2010 at 7:58 pm
Jan 14, 2011 at 10:16 pm -
Hi, I am attempting to use Catalyst::Controller::DBIC::API. When I use the prefetch_allow configuration option my Catalyst server fails to start. I then noticed that the C::C::DBIC::API tests have ...
Seth Daniel
Dec 21, 2010 at 1:01 am
Jan 11, 2011 at 7:52 pm -
Hi I'm trying to use CatalystX::SimpleLogin with multiple roles via DBIx::Class and with Redirect. What should happen, when a user is redirected to log in and does so but without the level of ...
Harold Frayman
Dec 28, 2010 at 12:51 am
Dec 28, 2010 at 2:19 pm -
Hi, I am creating a catalyst application, authentication is implemented using following modules Authentication Authorization::Roles Session Session::Store::FastMmap Session::State::Cookie I am able ...
Linuxsupport
Dec 17, 2010 at 2:51 pm
Dec 17, 2010 at 9:34 pm -
I have a catalyst script that is running fine when I call it as /usr/local/perl-5.10.1/bin/perl -I ~/sources/andk-cpan-tools/CPAN-Blame/lib ...
Andreas J. Koenig
Dec 16, 2010 at 7:14 am
Dec 17, 2010 at 7:04 am -
Hello, Any idea where I should start with implementing authentication + authorization with MongoDB as backend? Regards, Pavel An HTML attachment was scrubbed... URL: ...
Pavel A. Karoukin
Dec 15, 2010 at 8:10 pm
Dec 16, 2010 at 6:46 pm -
This may be more of a FCGI question, but since it's happening with my Catalyst app, I'll ask you folks. I got my SSL cert installed and generally am configured for Apache 2.2 to serve up my site via ...
Eric Berg
Dec 13, 2010 at 3:55 am
Dec 13, 2010 at 10:30 am -
I'm having a problem with DateTime::Format::MySQL, and was wondering if anyone could help. I have timestamps stored in a MySQL database, and am trying to use this module to create a DateTime object ...
Meeko
Dec 30, 2010 at 12:10 am
Dec 30, 2010 at 2:22 am -
In our web app we have lots of features that are predicated upon the user's role. For example, a "show" link is available to everyone, but an "edit" link is only available to managers. Is there a ...
Will Trillich
Dec 28, 2010 at 5:35 pm
Dec 28, 2010 at 5:56 pm -
Can one run a catalyst app on a shared server? If so, how can one do so without modifying the apache host files? I have spent considerable time putting together an app, trusting that like my other ...
DU-Squash Info
Dec 25, 2010 at 6:06 am
Dec 25, 2010 at 7:30 am -
Hi! I'm using Catalyst::ActionRole::ACL successfully - thanks for a great addition to Catalyst. In my templates, I'd like to check if I can get to a specific action because I only want to show links ...
Ton Voon
Dec 24, 2010 at 2:08 pm
Dec 24, 2010 at 4:06 pm -
Hello everyone, First off, beware, I'm a bit nutty when it comes to configuration management. I've recently deployed a Hudson instance and wanted to move some Catalyst projects into it. What I'd like ...
Nicholas Wehr
Dec 7, 2010 at 11:47 pm
Dec 8, 2010 at 7:51 pm -
Hi, I want to implement custom error page for 404. I want to show a particular page when user sends a request to non-existence page instead of displaying "Page not found" (default). Many thanks An ...
Linuxsupport
Dec 4, 2010 at 4:30 pm
Dec 4, 2010 at 7:56 pm -
Hi, What's the recommended approach to the filename used in downloads? I would like to allow users to specify the filename (or, say, use an existing user-provided name or title) which means I'd ...
Bill Moseley
Dec 3, 2010 at 1:49 pm
Dec 3, 2010 at 2:13 pm -
In the hopes of sparing another unfortunate soul from suffering the wrestling match I've been having this week... SYMPTOM: Regardless of how many upload-file fields you have in your form, Catalyst ...
Will Trillich
Dec 30, 2010 at 5:00 am
Dec 30, 2010 at 5:00 am -
Hi, $c to your models and create your model in ways that it can be independently used (and tested) from Catalyst. That is, create model classes that are independent from Catalyst and then create a ...
Alejandro Imass
Dec 28, 2010 at 10:01 pm
Dec 28, 2010 at 10:01 pm -
I've uploaded Catalyst::TraitFor::Component::ConfigPerSite to CPAN, the documentation, etc is at http://search.cpan.org/dist/Catalyst-TraitFor-Component-ConfigPerSite/ and the git code repo is at ...
Aaron Trevena
Dec 28, 2010 at 2:41 pm
Dec 28, 2010 at 2:41 pm -
We have several projects written in Catalyst. We can successfully deploy them with the built-in HTTP server even with PAR file, and with Apache, but we cannot deploy them with Apache and PAR file. ...
Róbert Oroszi
Dec 22, 2010 at 6:12 pm
Dec 22, 2010 at 6:12 pm -
Anyone using Membase for session store with Catalyst? http://www.membase.org/whats-different -- Bill Moseley moseley@hank.org An HTML attachment was scrubbed... URL: ...
Bill Moseley
Dec 15, 2010 at 9:37 pm
Dec 15, 2010 at 9:37 pm -
I'm running into an unexpected problem when using Catalyst::Model::DBIC::Schema. I tried the #dbix-class on IRC but thought this might be more related to Catalyst.... In MySchema::Result::Foo (built ...
John Lifsey
Dec 3, 2010 at 9:15 pm
Dec 3, 2010 at 9:15 pm -
What's the current thought on the filename value? RFC2183 says the values should be 78 chars and limited to ASCII. 2184 and then 2231 discuss encoding but not clear how well supported. See ...
Bill Moseley
Dec 2, 2010 at 11:31 pm
Dec 2, 2010 at 11:31 pm
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 33 |
posts | 129 |
users | 59 |
website | catalystframework.org |
irc | #catalyst |
59 users for December 2010
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)