Re: [Catalyst] Catalyst - any good AJAX tutes?

2009-03-10 Thread David Morel
Le 6 mars 09 à 17:33, Francesc Romà i Frigolé a écrit : On Fri, Mar 6, 2009 at 6:43 AM, kakim...@tpg.com.auwrote: hello there, I would like to use AJAX in my catalyst app. Any good references/tutes to recommend? thanks. K. akimoto Hello, Depends on what do you want to do with

Re: [Catalyst] Catalyst - any good AJAX tutes?

2009-03-10 Thread kakimoto
hello, David, Sounds good. For me, I have done away with html::Formfu, formbuilder and so forth because my needs better met with manual old school html. Can you give us some links as a reference to the rest of us? thanks K. Akimoto Quoting David Morel dmore...@gmail.com: Le 6 mars

[Catalyst] Catalyst - can't find Can't locate DBIx/Class/TimeStamp.pm in @INC ( have both perl 5.8.8 and 5.8.9 installed)

2009-03-10 Thread kakimoto
hi , everyone, I installed DBIx::Class::TimeStamp successfully. I nevertheless have both perl 5.8.8 and 5.8.9 in my machine. I think it was when I ran apt-get on my ubuntu feisty box months ago apt-get install perl (yes,itchy fingers) and it installed perl 5.8.9. This is what I get when i

Re: [Catalyst] Catalyst - can't find Can't locate DBIx/Class/TimeStamp.pm in @INC ( have both perl 5.8.8 and 5.8.9 installed)

2009-03-10 Thread Moritz Onken
Am 10.03.2009 um 11:59 schrieb kakim...@tpg.com.au: hi , everyone, I installed DBIx::Class::TimeStamp successfully. I nevertheless have both perl 5.8.8 and 5.8.9 in my machine. I think it was when I ran apt-get on my ubuntu feisty box months ago apt-get install perl (yes,itchy fingers)

[Catalyst] command in Catalyst tute part 4 for generating schema files (static creation) using DBIx::Class::TimeStamp needs to be updated

2009-03-10 Thread kakimoto
hi everyone, I just followed the tute in http://search.cpan.org/~hkclark/Catalyst-Manual-5.7018/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod to regenerate my schema (model) files to use DBIx::Class::TimeStamp. I refered to the section Update DBIC to Automatically Handle the Datetime Columns. I

Re: [Catalyst] command in Catalyst tute part 4 for generating schema files (static creation) using DBIx::Class::TimeStamp needs to be updated

2009-03-10 Thread kakimoto
Actually scrap that. I am noticing that no 'Schema' subdirectory has been created hence no model files were even made. I switched the command back to what's in the tute. Here is how it looks like: kakim...@moomba-water-fest:~/projects/myApp/script$ ./myApp_create.pl model myAppDB DBIC::Schema

Re: [Catalyst] How to save timestamps using DBIx::CLASS?

2009-03-10 Thread kakimoto
hi all, I looked at Update DBIC to Automatically Handle the Datetime Columns in the Catalyst Tute (part 4 - basic CRUD). Nevertheless, I am running into problems when i run the myapp_create.pl script. Have posted another mail entitled,[Catalyst] command in Catalyst tute part 4 for

Re: [Catalyst] Problem using Catalyst::Plugin::I18N and Catalyst::Plugin::PageCache

2009-03-10 Thread Jozef Kutej
Larry Leszczynski wrote: [debug] $c-languages from auto-detect: [en-us, en, i-default] (this looks right based on my browser settings) [debug] $c-language: i_default (why does it pick i-default instead of en-us or en?) [debug] Setting language to en...

Re: [Catalyst] Problem using Catalyst::Plugin::I18N and Catalyst::Plugin::PageCache

2009-03-10 Thread Larry Leszczynski
Hi Jozef - [debug] $c-languages from auto-detect: [en-us, en, i-default] (this looks right based on my browser settings) [debug] $c-language: i_default (why does it pick i-default instead of en-us or en?) [debug] Setting language to en... [debug]

[Catalyst] Catalyst::Plugin::Captcha

2009-03-10 Thread Emmanuel Quevillon
Hi list, I am trying to use C::P::Captcha. It woks like a charm generating the captcha. However, the text generated in the png/jpeg captcha image is so tiny that I can't even decode it as a human being. I checked the doc and also the one from GD::SecurityImage from where the plugin is derived

Re: [Catalyst] Catalyst::Plugin::Captcha

2009-03-10 Thread Octavian Râsnita
From: Emmanuel Quevillon t...@pasteur.fr Hi list, I am trying to use C::P::Captcha. It woks like a charm generating the captcha. However, the text generated in the png/jpeg captcha image is so tiny that I can't even decode it as a human being. Better use Catalyst::Controller::HTML::FormFu.

Re: [Catalyst] Catalyst::Plugin::Captcha

2009-03-10 Thread Emmanuel Quevillon
Octavian Râsnita wrote: From: Emmanuel Quevillon t...@pasteur.fr Better use Catalyst::Controller::HTML::FormFu. You can easy add reCAPTCHA with it. reCAPTCHA also creates an audio file so more human beeings would be able to pass it. Sure, but reCAPTCHA needs that you regsiter to get an

[Catalyst] reconnecting the DB model using a different DB account

2009-03-10 Thread Karl Forner
Hi all, I'm trying to use DB authentication and afterwards using the DB user account for subsequent DB queries. To do so, in the Root::auto method, if the DB model is already connected with another DB account, I disconnect it and try to reconnect it with the new user and password. I disconnect

Re: [Catalyst] Thoughts On GeoIP Modules?

2009-03-10 Thread David Morel
Le 10 mars 09 à 15:08, Andy Dorman a écrit : We have several signup web sites using Catalyst. Recently we have realized we are going to have to limit signups by geographical region to help limit abuse. Captchas (we use and love reCaptcha) and other heuristics just do not seem to be

Re: [Catalyst] Catalyst - any good AJAX tutes?

2009-03-10 Thread David Morel
Le 10 mars 09 à 10:11, kakim...@tpg.com.au a écrit : hello, David, Sounds good. For me, I have done away with html::Formfu, formbuilder and so forth because my needs better met with manual old school html. Can you give us some links as a reference to the rest of us? Mmmh maybe you

[Catalyst] Example of a simple repeatable field and button

2009-03-10 Thread Florent Angly
Hi list, I have created a small Catalyst webapp that uses a form that is based on a FormFu YML configuration file. I would like to have some repeatable fields, along with a button to click in order generate more of these fields on the fly. I have read the Catalyst tutorial, the FormFu

RE: [Catalyst] Thoughts On GeoIP Modules?

2009-03-10 Thread Mesdaq, Ali
I have used it pretty heavily in the past and been happy with it. I am not sure if the geo-location stuff in the way you want to use it will be successful however since I have not used it for those purposes. So the problem your experiencing is what exactly? Automated signups or manual signups

Re: [Catalyst] Catalyst - any good AJAX tutes?

2009-03-10 Thread kakimoto
hello, David :) yep I do know that things like FormFu and FormBuilder are good but for Perl people who maintain existing applications that have not ever touched these form packages and Catalyst, it seems like a whole new world . Add the requirement to get a prototype up pretty soon, and the

RE: [Catalyst] Catalyst - any good AJAX tutes?

2009-03-10 Thread Mesdaq, Ali
Not sure if this is even relevant anymore to this discussion but maybe this will help http://www.catalystframework.org/calendar/2008/24 -Original Message- From: kakim...@tpg.com.au [mailto:kakim...@tpg.com.au] Sent: Thursday, March 05, 2009 9:44 PM To: The elegant MVC web framework

RE: [Catalyst] Example of a simple repeatable field and button

2009-03-10 Thread Mesdaq, Ali
Might help might be overkill http://www.catalystframework.org/calendar/2008/24 -Original Message- From: Florent Angly [mailto:florent.an...@gmail.com] Sent: Tuesday, March 10, 2009 2:55 PM To: The elegant MVC web framework Subject: [Catalyst] Example of a simple repeatable field and

Re: [Catalyst] CatalystX::ListFramework::Builder warnings

2009-03-10 Thread Oliver Gorwits
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dermot wrote: Calling $c-model() will return a random model unless you specify one of: * $c-config-{default_model} # the name of the default model to use * $c-stash-{current_model} # the name of the model to use for this request NB: in version