Re: [Catalyst] Catalyst + Authentication + MongoDB

2010-12-15 Thread Bogdan Lucaciu
On Wed, Dec 15, 2010 at 10:10 PM, Pavel A. Karoukin wrote: Any idea where I should start with implementing authentication + authorization with MongoDB as backend? You mean, a backend for session storage? http://search.cpan.org/perldoc?Catalyst::Plugin::Session::Store::MongoDB -- Bogdan

Re: [Catalyst] Catalyst::Authentication::Credential::OAuth

2010-11-24 Thread Bogdan Lucaciu
/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ -- Bogdan Lucaciu http://www.sinapticode.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http

Re: [Catalyst] Suggestions on how to handle 12 page form

2010-11-17 Thread Bogdan Lucaciu
/forms/students/info$form_id)); Do you mean path_to instead of uri_for ? -- Bogdan Lucaciu ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

Re: [Catalyst] What's the recommended EMAIL portion of the Catalyst framework, these days?

2010-06-23 Thread Bogdan Lucaciu
___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ -- Bogdan Lucaciu Operations Manager, Sinapticode http

Re: [Catalyst] Distributing and updating Cat apps

2010-04-09 Thread Bogdan Lucaciu
to your application. For instance all the View::TT config could very well be defined in TT.pm and kept in your code repo, while the Model::DB DSN should be in the config file. -- Bogdan Lucaciu http://www.sinapticode.com ___ List: Catalyst

Re: [Catalyst] Change user password

2010-02-01 Thread Bogdan Lucaciu
, The Netherlands ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ -- Bogdan

Re: [Catalyst] Change user password

2010-02-01 Thread Bogdan Lucaciu
, works like a charm! I noticed that the following also works: $c-authenticate( { username = $username, password = $password_old }, 'users'); Do they result in the same actions? On Mon, 2010-02-01 at 18:25 +0200, Bogdan Lucaciu wrote: I think you're best off using 'check_password' from

Re: [Catalyst] OpenID authentication and LWPx-ParanoidAgent

2009-07-17 Thread Bogdan Lucaciu
-perl-1.04/lib/LWPx/ParanoidAgent.pm @@ -1,5 +1,6 @@ package LWPx::ParanoidAgent; require LWP::UserAgent; +require LWP::Debug; Enjoy :) -- Bogdan Lucaciu Operations Manager, Sinapticode http://www.sinapticode.com ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] Sending E-Mails

2008-10-02 Thread Bogdan Lucaciu
now). Make sure you don't ignore any errors. -- Bogdan Lucaciu ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev

Re: [Catalyst] Access context from within filter sub? (TT)

2008-09-22 Thread Bogdan Lucaciu
/Angerwhale/View/HTML.pm enjoy -- Bogdan Lucaciu http://www.wiz.ro ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site

Re: [Catalyst] Re: list of perl-*.rpm files for a basic Cat install

2008-08-22 Thread Bogdan Lucaciu
DBI ### build a debian package of DBI and it's prerequisites and install them cpan2dist --format CPANPLUS::Dist::Deb --buildprereq --install DBI -- Bogdan Lucaciu http://www.wiz.ro/ ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] Patch for Catalyst::Authentication::Store::DBIx::Class::User

2008-08-21 Thread Bogdan Lucaciu
by Credential::Password . -- Bogdan Lucaciu http://www.wiz.ro ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http

Re: [Catalyst] Documentation for Catalyst::Model::DBIC

2008-08-21 Thread Bogdan Lucaciu
want to pass the DSN), and has some Config::General conf samples. Quick peek at the conf samples: http://dev.catalyst.perl.org/svnweb/Catalyst/revision/?rev=8253 -- Bogdan Lucaciu http://www.wiz.ro ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] Catalyst::Response - send a file

2008-08-19 Thread Bogdan Lucaciu
); $c-res-headers-content_length( $stat-size ); $c-res-headers-last_modified( $stat-mtime ); .. my $fh = IO::File-new( $full_path, 'r' ); .. binmode $fh; $c-res-body( $fh ); -- Bogdan Lucaciu http://www.wiz.ro ___ List

Re: [Catalyst] Use of uri_for with CaptureArgs

2008-02-04 Thread Bogdan Lucaciu
/, [$artist_id, $image_id]); You can read more about uri_for in the calendar article: http://catalyst.perl.org/calendar/2007/13 -- Bogdan Lucaciu http://www.wiz.ro ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman

Re: [Catalyst] [RFC] Loading Plugins from lib/MyApp/Plugins

2007-12-18 Thread Bogdan Lucaciu
to put some tuits on it if need be. I would rather have this in the config. Even some Views/Models can be just in the config, as the files on disk are sometimes mostly empty. -- Bogdan Lucaciu http://www.wiz.ro ___ List: Catalyst@lists.scsys.co.uk