Grokbase
x

Catalyst Framework

 Topics | People | Info | Saved by | Page 1 of 68: 1 2 3 > >>

[Catalyst] Subsessions?

By Rainer Clasen at Sep 30, 2007, 09:25 am UTC

Hello, there are currently two Problems I could easily solve with subsessions. After saving some data I want to redirect the user back to where he came. So I'd like to keep track where the user came from. As I expect the User to use several Browser windows, neither Cookie based Sessions (incl.... More...

paperclip

[Catalyst] How to pass args/data from one controller to another?

By Dustin Suchter at Sep 30, 2007, 03:38 am UTC

So I've thought of a few different ways to pass data between Local methods across two different controllers, but none of them seem like good ideas. I still don't fully get the Catalyst framework yet, so I'm asking a very open question, "What are a few right ways to do this?" TIMTOWTDI, of course.... More...

[Catalyst] get the path to the home

By Octavian Rasnita at Sep 29, 2007, 07:22 am UTC

Hi, I have a I18N module in my Catalyst application and I want to get the path to the home directory of the application. Is it possible to get it without hard codding it in that module? The module is: package MyApp::I18N::ro; Thank you. Octavian More...

[Catalyst] CMS

By Matt Rosin at Sep 29, 2007, 07:10 am UTC

Catalyst makes it easy to build a site with lots of little modules of content composing a single page - the actual content (words/images) being scattered in static apache directories, the database, the templates folders and the code. At some point a content management system of some type is needed.... More...

[Catalyst] setup_home bug (with fix): wrong detection of home directory

By Oleg Pronin at Sep 28, 2007, 7:16 pm UTC

Hello. I put the service script into APP_HOME/script/service/online_users.plx In the script: use FindBin; use lib "$FindBin::Bin/../../lib"; use MyApp; print MyApp->path_to('/'); # prints APP_HOME/script/service/ Fix for Catalyst::Utils (sub Catalyst::Utils::home): 174,176c174,177 < my ($lastdir) =... More...

[Catalyst] The model -is- where your business logic lives.

By Ian Docherty at Sep 28, 2007, 4:01 pm UTC

In a previous thread, Matt S Trout said. Based on this I have the following simple code. package MyApp::Model::DBIC; use strict; use base qw(Catalyst::Model::DBIC::Schema); package MyApp::Schema::Demo; use base qw(DBIx::Class); __PACKAGE__->load_components(qw(PK::Auto Core));... More...

[Catalyst] flash - Duplicate entries

By Tobias Kremer at Sep 26, 2007, 3:58 pm UTC

After deploying our new Catalyst application I'm receiving this error quite often per day: "DBIx::Class::ResultSet::find_or_create(): DBI Exception: DBD::mysql::st execute failed: Duplicate entry 'flash:9b11b5354715b56c9395abdf21544e83db5b0814' for key 1 Session/Store/DBIC/Delegate.pm line 52" I'm... More...

[Catalyst] Catalyst and chrome url (xul)

By Javier E. Perez P. at Sep 25, 2007, 8:10 pm UTC

Hi all, I'm trying to display xul elements in a page in my proyect in catalyst, i already change the http header content_type to text/xml, but comparing the result with the same file published with apache (no-catalyst) and making use of firebug, i realize that the global.css file isn't the same,... More...

[catalyst] status 301 changed to 200 only when deployed with fastcgi/lighty

By Daniel McBrearty at Sep 25, 2007, 7:11 pm UTC

Hi I finally deployed engoi.com live last night, after some protracted bug fixing and stuff One of the things I have in the site is a module which takes URL's for the old site and sends back a status 301 with a redirect to the new url for the same page. For example: if the user requests... More...

[Catalyst] Announce: CatalystX::Controller::reCAPTCHA

By Kieren Diment at Sep 25, 2007, 03:38 am UTC

Hi, I made a base controller to help provide a reCAPTCHA the catalyst svn trunk. There's documentation and a test app in t/lib ... More...

[Catalyst] CatalystX::CRUD

By Peter Karman at Sep 24, 2007, 8:48 pm UTC

I've been thinking the last couple days about ways to expand Catalyst::Controller::Rose to play more nicely with other models besides C::M::RDBO. This is per mst's request to open up the RHTMLO goodness to non-RDBO users, and because I now find myself wanting the same thing. I have a model that... More...

[Catalyst] Can't find my canary

By Dennis Daupert at Sep 24, 2007, 8:29 pm UTC

I have a problem trying to use Catalyst::Plugin::FormCanary. There are 3 routines: sub setup checks to make sure session is up and running. It is. sub finalize_session successfully creates the canary keys and adds a hidden input tag to $c->response->body. I wrote output of $c->response->body to... More...

Re: [Catalyst] New auth stuff and LDAP store...

By Peter Karman at Sep 24, 2007, 5:55 pm UTC

I am now trying to use ::Store::LDAP 0.04 with ::Authentication 0.10002 and I cannot seem to get the config right. I just asked about this on #catalyst and was advised to use the older pre-0.1 base Authentication plugin. I have a feeling I'm just not getting the config right. But if it is is more... More...

[Catalyst] Catalyst::Model::Search

By Peter Karman at Sep 24, 2007, 4:16 pm UTC

I see Catalyst::Model::Search on CPAN now. As the maintainer of Catalyst::Model::SWISH, I'd love to get in on that namespace action. Is Catalyst::Model::Search intentionally undocumented? Are there plans for a formal API to which subclasses of Catalyst::Model::Search must adhere? signed, a search... More...

[Catalyst] Problem using Static::Simple

By Will Hawes at Sep 24, 2007, 3:45 pm UTC

Having upgraded all Catalyst modules to their latest versions today, I think I'm seeing strangeness with Static::Simple. I've boiled it down to the following: 1) $ catalyst.pl MyApp 2) Modify MyApp::Controller::Root::default() as follows: sub default { my( $self, $c ) = @_;... More...

[Catalyst] MojoMojo-0.999005 and mysql

By Josef Chladek at Sep 24, 2007, 3:37 pm UTC

hello, running mojomojo from the mojomojo.db file works, but if I setup a mysql-db and try to populate the db, it hangs with the following error: DBI Exception: DBD::mysql::st execute_array failed: Cannot add or update a child row: a foreign key constraint fails KEY (`page`) REFERENCES `page`... More...

[Catalyst] Catalyst::Controller::Rose::Simple => CatalystX::RoseIntegrator

By Alexandre Jousset at Sep 24, 2007, 3:25 pm UTC

Hello list, Following the preceding discussion, I scheduled Catalyst::Controller::Rose::Simple for deletion on CPAN and uploaded the same module under the name CatalystX::RoseIntegrator. Please wait the time required for it to show up. I gave it version 0.02 because of this and a fix of a small... More...

[Catalyst] DBIC Inheritance not preserved in Catalyst model

By Scott Thomson at Sep 24, 2007, 1:57 pm UTC

I have a setup similar to this... Class B inherits from class A and class C has a relationship to A. A and B share the same table and use the dynamic sub-classing approach in the DBIC cookbook to get the sub-classing to work. When testing directly with the schema the classes behave as I would... More...

[Catalyst] Catalyst::Controller::Rose::Simple

By Alexandre Jousset at Sep 23, 2007, 5:47 pm UTC

Hello list, I just uploaded on CPAN the module : http://search.cpan.org/dist/Catalyst-Controller-Rose-Simple/ that makes use of Rose::* easier ith Catalyst. It is version 0.01, so use with care and development environment use only. I know, documentation and tests are not very good... Feel free to... More...

[Catalyst] Can't start Apache when using Catalyst

By Octavian Rasnita at Sep 23, 2007, 10:31 am UTC

Hello, I am using Windows XP SP2, Apache 2.2.4, Active perl 5.8.8 build 822, mod_perl 2.03, and Catalyst 5.7010. If I want to start apache and if I have a virtualhost that uses Catalyst, most of the times it gives the following errors and doesn't want to start: Exiting. process 36 It is strange... More...

spacer
 Topics | People | Info | Saved by | Page 1 of 68: 1 2 3 > >>
Home > Groups > lists.rawmode.org > Catalyst Framework