Search Discussions
-
I like the CATALYST_DEBUG mode for the test server - it's really nice to be able to see all the GET and POST params and requests as they happen. However, my app uses LDAP authentication and I really ...
Byron Young
Jan 7, 2009 at 6:39 pm
Dec 1, 2009 at 3:28 am -
Now that you're all done upgrading to 5.7100, it's time to help us out by testing the next developer release of 5.8000, 5.8000_05, which was uploaded to CPAN today. I've included the changelog since ...
Marcus Ramberg
Jan 29, 2009 at 9:34 am
Feb 23, 2009 at 9:31 pm -
A Cat app for one of our clients has been experiencing random session cross-over issues for the past several months. The first reported instance was on Oct. 16 and I have spent countless hours ...
Matt Pitts
Jan 8, 2009 at 3:20 pm
Jan 27, 2009 at 4:17 am -
I writting my first little Catalyst app and need todo a delete function. I have a link for users to delete a row in a sqlite table. My question is what is the prefered rocess for asking "You selected ...
Paul Falbe
Jan 21, 2009 at 1:23 pm
Jan 23, 2009 at 2:14 am -
Hello Everyone, I am trying to accomplish what seems to be impossible. There is a controller, and inside this controller there are 3 methods: - auto - do_something - end In auto I am testing if user ...
Koniczynek
Jan 26, 2009 at 6:56 pm
Jan 29, 2009 at 12:15 pm -
Hello, I've asked this question on StackOverflow the other day, but the topic seems more complex, so I'll repeat the question here. I'm introducing translations to an existing Catalyst project. One ...
Nikolai Prokoschenko
Jan 31, 2009 at 4:29 pm
Feb 2, 2009 at 12:13 pm -
[Cross-posted to catalyst-users and rhtmlo lists] I know there are several modules out there that hook up rhtmlo and catalyst, but none of them do what I want. They all seem to do too much: connect ...
Jason Gottshall
Jan 22, 2009 at 10:52 pm
Feb 3, 2009 at 6:37 pm -
Since we're spending some extra time making sure the 5.8 version is backwards compatible with 5.7, we've decided to do another release in the 5.7 series, version 5.71000. Since this is a new point ...
Marcus Ramberg
Jan 12, 2009 at 8:36 pm
Jan 14, 2009 at 2:47 pm -
Hi Is anyone successfully using Test::WWW::Selenium::Catalyst? I can't get the module to install on Fedora. Looking at "reports JROCKWAY/Test-WWW-Selenium-Catalyst-0.02.tar.gz" in cpan suggests that ...
Daniel Austin
Jan 28, 2009 at 3:15 am
Feb 17, 2009 at 9:49 am -
I'm working on a Catalyst application, and one of the requirements is to deliver large-ish files to authorised users only. I'm a bit wary about passing through large files in a framework I don't know ...
Trevor Phillips
Jan 4, 2009 at 8:48 am
Jan 4, 2009 at 1:53 pm -
Hi, I would like to know how to set the TT variable : $Template::Directive::WHILE_MAX from within Catalyst.. maybe as part of the site View configuration in lib/MyApp/View/TT.pm or similar By default ...
Kutbuddin
Jan 26, 2009 at 7:50 pm
Jan 27, 2009 at 1:12 am -
Hi, I'm looking for a tool/procedure that could render web pages in a consistent manner without having to rely on the screen resolution and fonts of a workstation so that, through time - and through ...
Lanas
Jan 22, 2009 at 12:27 am
Jan 22, 2009 at 11:49 pm -
Hello, I've created a file upload form using C::P::UploadProgress and I am able to upload small files with it. I have tried to upload a file that has 696 MB, but only 313 MB of this file is uploaded ...
Octavian Rasnita
Jan 4, 2009 at 1:42 pm
Jan 4, 2009 at 6:07 pm -
Hi, I am using Catalyst, DBIx and postrges. My tables have primary keys. When you create a primary key in postres a unique index is implicitly created as well. So the majority of my tables have a ...
Gdewitt
Jan 30, 2009 at 9:40 pm
Jan 31, 2009 at 3:25 pm -
Ok, so, as a favour to the UKUUG and to Dave Cross, founder of the illustrious london.pm and person mad enough to let me split the tutorial time at the London Perl Workshop 2008 with him, I hereby ...
Matt S Trout
Jan 21, 2009 at 9:30 pm
Jan 23, 2009 at 9:58 am -
Hi. I have created a subclass Catalyst::Controller::HTML::FormFu because I want to override the load_form() method. I *think* I have done it right, but it doesn't work. The load_form method is never ...
Markus Holzer
Jan 16, 2009 at 5:17 pm
Jan 18, 2009 at 8:52 am -
I'm trying to install Catalyst-Runtime-5.7015 using cpan inside a CentOS 5.2 virtual machine (running under VMWare, fully updated to current CentOS patches) and one of the reasons installation is ...
Robert L Cochran
Jan 16, 2009 at 12:57 am
Jan 16, 2009 at 8:09 pm -
Hi everybody, I'm making a nice little webapp in Catalyst: metheorology models run via crontab and catalyst shows the data and graphs that they produce. Im very happy how it's working so far. Now I ...
Diego M. Vadell
Jan 14, 2009 at 3:43 pm
Jan 15, 2009 at 11:33 pm -
4
[Catalyst] Attention Australian Catalystarati (or anyone else with an interest in internet activism)
Open Australia (http://openaustralia.org) are trying to digitise the parliamentary register of members interest to improve transparrency in the federal parliament. The register at the moment is only ...Kieren Diment
Jan 12, 2009 at 9:16 am
Jan 13, 2009 at 5:55 am -
Hello Everyone, work but to no avail. I used several different methods for session state and storage plugins but nothing seems to work under IIS. Perl is configured as en extension (for .pl files ...
Koniczynek
Jan 11, 2009 at 1:39 pm
Jan 12, 2009 at 7:04 pm -
Hi *, I have some difficulties in applying flexible rules [1] in my Catalyst app. Until now, I only used easy rules (mainly with deny_access_unless) like: deny_access_unless( "/users/edit" , sub{ ...
Jens Schwarz
Jan 23, 2009 at 7:09 am
Sep 18, 2009 at 3:26 pm -
Hi folks, I am fairly new to Catalyst and Perl (conformed Java programmer), I was wondering if anyone could help me with and issue with * WWW::Mechanize::Catalyst::Test* specifically : *$mech- ...
Kirk beers
Jan 26, 2009 at 1:49 pm
Feb 3, 2009 at 2:26 am -
Hi, I there some generic way of providing a "session has expired" message to the user after a session has expired? I don't know how to distinct between a user whose session just expired and a user ...
Jens Schwarz
Jan 28, 2009 at 12:05 pm
Jan 29, 2009 at 3:16 pm -
I'm proud to announce that the Catalyst team has released the first feature release of Catalyst since 5.70000 was released in July 2006. Highlights in this release are relative chained actions, ...
Marcus Ramberg
Jan 19, 2009 at 6:12 pm
Jan 20, 2009 at 2:37 am -
Hiya There have been some fairly major changes to the way that the session code is structured recently. This work, by Sergio Salvi, changes where the session plugin hooks into the request cycle to ...
Tomas Doran
Jan 12, 2009 at 5:30 am
Jan 13, 2009 at 3:50 am -
Hi, I am approching in those days the Catalyst framework. I am also quite new to persistence of Objects, and therefore before start building my application I need some clarifications, because I don't ...
Marco Vittorini Orgeas
Jan 30, 2009 at 3:43 pm
Jan 30, 2009 at 6:33 pm -
Rats, Sorry I have read a thread on this in the past but I can't find it. I want to set the dsn vaules in my app conf (config general) alone. The values are <MyApp::DB connect_info ...
Dermot
Jan 29, 2009 at 12:18 pm
Jan 29, 2009 at 10:33 pm -
I'm running a Catalyst application on port x behind varnish on 80 for caching. Whenever I call c.req.base or c.uri_for, I get the backend server port as a result. I tried setting the ...
Terence Monteiro
Jan 22, 2009 at 11:21 am
Jan 23, 2009 at 7:37 am -
I have a database table -- let's call it 'Contacts' that I'm accessing through a DBIx::Class model. This table has two fields called 'first_name' and 'last_name'. Could I get some suggestion on the ...
Greg Coates
Jan 21, 2009 at 6:24 pm
Jan 21, 2009 at 6:49 pm -
Hallo, I have a controller base class that implements the usual crud actions (list, create, etc.), and I would like to override i.e. the list method in a subclass, but the subclass' list method ...
Marcello Romani
Jan 16, 2009 at 5:13 pm
Jan 19, 2009 at 8:12 am -
Hiya folks, I just started playing around with chaining and it's very cool. However, I'm encountering difficulty with getting something to work the way I want where I have different actions at ...
Eric Wright
Jan 6, 2009 at 5:36 pm
Jan 6, 2009 at 7:08 pm -
Hi *, I am switching over from FormFu to FormBuilder and have a problem with my Catalyst application: I get the error "Couldn't render template file error - foo/bar: not found" when trying to access ...
Jens Schwarz
Jan 5, 2009 at 7:48 am
Jan 5, 2009 at 9:09 am -
Is there any straightforward way to create a subclass of Catalyst::View::TT so that $self- {template} is an instance of Template::Foo instead of Template? In e.g. Catalyst::View::TT::Foo I could call ...
Larry Leszczynski
Jan 28, 2009 at 7:05 pm
Jan 28, 2009 at 10:16 pm -
Hi Everybody, I wonder if there is any simple way to always include runtime information into Catalyst's logging. In particular, I use Catalyst::Log::Log4perl to log activity of my application, ...
Christian Lackas
Jan 9, 2009 at 2:00 pm
Jan 9, 2009 at 3:02 pm -
Hello list I have a M:N relationship where each project can have many pictures and vice-versa. (projects) ---* (picture_projects) *--- (pictures) If I edit a project I present the user a list of all ...
David Schmidt
Jan 2, 2009 at 10:40 pm
Jan 3, 2009 at 12:39 pm -
When running the commands: cpan Task::Catalyst::Tutorial or sudo perl -MCPAN -e 'install Task::Catalyst::Tutorial' it asks me if I want to install the dependencies. I select yes and then I get the ...
Ascii King
Jan 2, 2009 at 3:50 pm
Jan 2, 2009 at 5:14 pm -
Hello all, I am designing a system which consists of two parts: A generic, type agnostic "Data" table: __PACKAGE__- add_columns( "id", { data_type = "INTEGER", is_nullable = 0, size = undef }, ...
Proud Dzambukira
Jan 31, 2009 at 1:48 pm
Jan 31, 2009 at 1:48 pm -
Hi all, I've been working on a perl module that displays messages in the FirePHP[1] console and bindings for the Catalyst logging universe. The only thing you need to do to start using FirePHP is to ...
Sebastian Willert
Jan 29, 2009 at 5:53 pm
Jan 29, 2009 at 5:53 pm -
Hi,I am looking for the services of a catalyst developer in Delhi / Noida / Gurgaon in India. Pl. let me know your contact details etc. offline if interested. -- Thanks and kind Regards, Abhishek ...
Abhishek jain
Jan 27, 2009 at 6:00 pm
Jan 27, 2009 at 6:00 pm -
The latter. After all, the whole point of a proxy is that the origin server isn?t sending a response, the proxy is. And at the time when the proxy has to send a response, the only data it can use to ...
Aristotle Pagaltzis
Jan 27, 2009 at 4:39 am
Jan 27, 2009 at 4:39 am -
Hello, I run PostgreSQL Conference (long announcement below). We are looking for some people to speak on Catalyst + PostgreSQL at East 09 in Philly. Anybody interested should submit a talk (or better ...
Joshua D. Drake
Jan 27, 2009 at 3:40 am
Jan 27, 2009 at 3:40 am -
Hi Oleg, I applied your patch to 5.70 and 5.80 tonight. Sorry for the delay. Cheers, j http://jays.net ------------------------------------------------------------------------ r9120 | jhannah | ...
Jay Hannah
Jan 22, 2009 at 2:06 am
Jan 22, 2009 at 2:06 am -
Hi *, I'm running multiple catalyst apps under one Apache with virtual hosts. All works fine except logging. All apps are logging to the files configured in the log4perl.conf of the latest loaded ...
Matthias Dietrich
Jan 12, 2009 at 9:43 pm
Jan 12, 2009 at 9:43 pm -
Hiya There have been some fairly major changes to the way that the authentication backwards compatibility is structured recently. This will affect you if your application is still using a ...
Tomas Doran
Jan 12, 2009 at 3:19 pm
Jan 12, 2009 at 3:19 pm -
Hi all, Apologies for this being slightly off-topic, but some people have emailed asking me if FormBuilder is still being actively maintained. Usually this is in the context of a new Catalyst ...
Nate Wiger
Jan 9, 2009 at 4:53 pm
Jan 9, 2009 at 4:53 pm -
Hi, Happy New Year Everyone. At least temporarily I have recovered from whatever I was doing wrong. And for a while I abandoned the REST. I have overwritten the method "process" inside the ...
Pie3142
Jan 1, 2009 at 1:01 am
Jan 1, 2009 at 1:01 am
Group Overview
group | catalyst |
categories | catalyst, perl |
discussions | 46 |
posts | 267 |
users | 101 |
website | catalystframework.org |
irc | #catalyst |
101 users for January 2009
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)