Re: [Catalyst] Migrate from SHA hashed passwords to Bcrypt crypted passwords

2011-07-11 Thread Florian Ragwitz
Pavel Karoukin writes: > Right now I am using SHA hashed passwords in my Catalyst application > (https://github.com/hippich/Bitcoin-Poker-Room). While SHA is better > then MD5, I still want to migrate to Bcrypt. > > I have two questions: > > 1) Catalyst::Authentication::Credential::Password seems

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime-5.89002-TRIAL PSGI Catalyst - third development release

2011-03-02 Thread Florian Ragwitz
Pedro Melo writes: > On Wed, Mar 2, 2011 at 3:27 PM, Florian Ragwitz wrote: > >> I'm not sure if this change of behaviour is something we should fix >> though. The engine knows that a request is secure by checking >> psgi.url_scheme, and applications can ask fo

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime-5.89002-TRIAL PSGI Catalyst - third development release

2011-03-02 Thread Florian Ragwitz
Many thanks for testing this release. Pedro Melo writes: > I've noticed a small difference with Catalyst::Test. The latest stable > version include two headers, 'host' and 'https'. They are missing from > this version. > > Is this a documented change that I missed or a bug? It's certainly not

[Catalyst] [ANNOUNCE] Catalyst-Runtime-5.89002-TRIAL PSGI Catalyst - third development release

2011-03-02 Thread Florian Ragwitz
Hi It gives me great pleasure to announce the third development release of the next major version of Catalyst. The changes from the previous PSGI development release include fixes for various test failures as well as refactoring of the API for retrieving PSGI application code references for Cata

[Catalyst] [ANNOUNCE] Catalyst-Runtime-5.89001-TRIAL PSGI Catalyst - second development release

2011-03-01 Thread Florian Ragwitz
Hi It gives me great pleasure to announce the second development release of the next major version of Catalyst. The changes from the previous PSGI development release include merging all changes of the non-PSGI releases 5.80031 and 5.80032, much improved upgrading documentation, and fixes for va

[Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80030

2011-01-04 Thread Florian Ragwitz
Hi It gives me great pleasure to announce a new and improved version of Catalyst-Runtime. This fixes a couple of small bugs which were causing issues for a couple of people. There's also a few of minor new features. The most visible change is probably the ability to set the response body to `un

Re: [Catalyst] Leak tests

2010-09-08 Thread Florian Ragwitz
Bill Moseley writes: > I've used CatalystX::LeakChecker in the past but not sure how to > incorporate that into a .t file. Check out Catalyst-Runtime's and CatalystX::LeakChecker's test suite. They both do that. pgpqpfTRJTtTw.pgp Description: PGP signature __

Re: [Catalyst] Catalyst::Controller::DBIC::API::REST warnings

2010-08-10 Thread Florian Ragwitz
Thiago Yukio Kikuchi Oliveira writes: > I installed the last Catalyst::Controller::DBIC::API::REST from CPAN > but when I try to use it, the same shows the warning below. > I update all my Moose and MooseX modules but seems not work too. That's a bug in MooseX::Role::BuildInstanceOf, which is now

Re: [Catalyst] perms on gen script/ files differ between platforms

2010-06-21 Thread Florian Ragwitz
On Mon, Jun 21, 2010 at 07:05:56PM -0700, Darren Duncan wrote: > On Mac OS X, the initial 5 files in script/ had these permissions: > > -rwx-- > > ... where the owner can execute but no one else can do anything. > > On CentOS, the same files had these permissions: > > -rw-rw-r-- > > ... whe

Re: [Catalyst] nmake manifest

2010-05-12 Thread Florian Ragwitz
The manifest target generated by ExtUtils::MakeMaker never removes entries from MANIFEST unless they're matched by anything in MANIFEST.SKIP. That's a feature. To completely regenerate it from scratch you'll have to delete it first. If you want your manifest target to do something else, you can s

Re: [Catalyst] Adding build scripts to Makefile.PL

2010-05-10 Thread Florian Ragwitz
On Mon, May 10, 2010 at 06:15:03PM -0700, Bill Moseley wrote: >I have a number of scrips that need to be run when building an >application. �For example, I have a script that minifies javascript and >css. �In many cases it's a real Makefile�dependency�-- need to run a >command to tu

Re: [Catalyst] "Catalyst::Plugin::Authentication uses NEXT, which is deprecated."

2010-05-09 Thread Florian Ragwitz
On Sun, May 09, 2010 at 05:23:37PM -0700, Paul Makepeace wrote: > On Sun, May 9, 2010 at 17:01, Florian Ragwitz wrote: > > Running perl -MV=Catalyst::Plugin::Authentication will tell. > > Hmm, how's this supposed to work? > > $ perl -MV=Catalyst::Plugin::Authentication &

Re: [Catalyst] "Catalyst::Plugin::Authentication uses NEXT, which is deprecated."

2010-05-09 Thread Florian Ragwitz
On Sun, May 09, 2010 at 04:49:21PM -0700, Paul Makepeace wrote: > I'm puzzled with this warning since there's nothing I can see in the > docs of the latest version that suggests we should be using another > module (cf. Catalyst::Plugin::Authentication::Store::DBIC which is > very clear). What's the

Re: [Catalyst] GSoC

2010-03-29 Thread Florian Ragwitz
On Mon, Mar 29, 2010 at 08:17:00PM -0400, Caleb Cushing wrote: > On Sat, Mar 27, 2010 at 5:33 PM, Tomas Doran wrote: > > > > However, as a mild warning, most of the 'easy' stuff here is done (and > > working) in a branch (zby++). > > to be an ignoramous where is this branch? I suspected runtime..

[Catalyst] [ANNOUNCE] Call for testers: Compound Primary Key support in Catalyst::Authentication::Store::DBIx::Class

2010-03-29 Thread Florian Ragwitz
Short version: If you're using Catalyst::Authentication::Store::DBIx::Class, install FLORA/Catalyst-Authentication-Store-DBIx-Class-0.1100-TRIAL.tar.gz and report any problems. Long version: I just uploaded a development release of Catalyst::Authentication::Store::DBIx::Class to CPAN.

Re: [Catalyst] Requiring a certain module version in Makefile.PL

2010-02-21 Thread Florian Ragwitz
On Sun, Feb 21, 2010 at 07:54:26PM +0200, Octavian Rasnita wrote: > In Makefile.PL I have the following line: > > requires 'DBIx::Class::Schema::Loader' => '0.05003'; > > When I do > perl Makefile.PL > > shouldn't that line require and install this version of > DBIx::Class::Schema::Loder? > > I hav

Re: [Catalyst] CatalystX::SimpleLogin and "auto"

2010-02-09 Thread Florian Ragwitz
On Tue, Feb 09, 2010 at 11:50:45PM -0800, Ovid wrote: >Note that leaving the method there but removing the "if ($c) {}" allows >the form to show up again. I've no idea why this is happening :) Note that the return value of auto actions can modify dispatching. See http://dev.catalyst.perl.

Re: [Catalyst] Use CatalystX::SimpleLogin Globally

2010-02-06 Thread Florian Ragwitz
Catalyst::Controller::ActionRole documents how to apply roles to all actions of a controller, without specifying the roles for each action individually. -- BOFH excuse #302: microelectronic Riemannian curved-space fault in write-only file system signature.asc Description: Digital signature ___

[Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80020

2010-02-03 Thread Florian Ragwitz
I'm happy to announce the next release of Catalyst-Runtime (5.80020). This release adds a new feature allowing components to specify additional components to be set up by overriding the expand_modules method. Full changelog included below as always. Cheers rafl -- 5.80020 2010-02-04 06:51:18

[Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80019

2010-01-28 Thread Florian Ragwitz
I'm happy to announce the next release of Catalyst-Runtime (5.80019). This release adds a new feature allowing to pass arbitrary arguments to the construction of action objects. It also fixes a couple of minor issues mostly related to encoded paths. Full changelog included below as always. Chee

Re: [Catalyst] lib question

2010-01-15 Thread Florian Ragwitz
On Fri, Jan 15, 2010 at 05:15:13PM +, Dermot wrote: > I had a search on the archives but I can't see anything. I doubt that > it's an oversight, so can someone tell me the reason why the tests > that are created by Catalyst::Helper do not have use FindBin and set > lib accordingly? My guess is

Re: [Catalyst] C:E:HTTP:Restarter problem after upgrading

2010-01-14 Thread Florian Ragwitz
On Thu, Jan 14, 2010 at 03:19:16PM +0100, Sven Eppler wrote: > i was using Catalyst version 5.80007 without any problems. Yesterday i > updated through the cpan-programm zu version 5.80018. > > My old Catalyst-Applications (created with catalyst.pl under version > 5.80007) now struggle to start in

[Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80018

2010-01-12 Thread Florian Ragwitz
I'm happy to announce the next release of Catalyst-Runtime (5.80018). This release makes Catalyst ready for the upcoming release of HTTP::Request::AsCGI by fixing a bug that's hidden by a bug in current versions of AsCGI. It also adds a new warning for a deprecated usage of Catalyst::Test. Full

[Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80017

2010-01-09 Thread Florian Ragwitz
I'm happy to announce the next release of Catalyst-Runtime (5.80017). This release mainly cures all issues reported with upgraded scripts (or applications generated with the latest release of Catalyst::Devel) and makes Catalyst compatible with upcomming versions of Moose. This release also starte

Re: [Catalyst] Perl code attributes in Moose roles

2009-12-19 Thread Florian Ragwitz
On Sat, Dec 19, 2009 at 10:51:36PM +0100, Bernhard Graf wrote: > I am writing an admin application based on Cat. > Much of it is the typical CRUD stuff, so I had the idea to put that into > Roles. > > Is there a solution for this problem yet? Yes, it's referred to from several places in the docs a

Re: [Catalyst] Bug in latest Catalyst::Runtime?

2009-12-18 Thread Florian Ragwitz
On Fri, Dec 18, 2009 at 12:53:52PM +0200, Octavian Râşniţă wrote: > I found that in Catalyst::Runtime 5.80016 the following error still appears > when there is a bug in the current application: Yes, that's a regression in 5.80016, introduce with the changes to not dump the __MOP__ attribute of ce

[Catalyst] [ANNOUNCE] Catalyst-Runtime-5.80011

2009-08-23 Thread Florian Ragwitz
We're having a great week so far. Yet another regression in 5.80008 has been found. This regression caused failure on systems where older versions of the removed restarter engine weren't available anymore. Catalyst-Runtime 5.80011 has just been uploaded, and corrects that problem, with no other c

[Catalyst] [ANNOUNCE] Catalyst-Runtime-5.80010

2009-08-21 Thread Florian Ragwitz
Apparently the issue fixed in 5.80009 wasn't the only regression introduced in 5.80008. Catalyst-Runtime 5.80010 has just been uploaded, which corrects and adds tests for yet another issue, with no other changes. The Changelog is included below as always. Cheers rafl Bug fixes: - Fix a

Re: [Catalyst] Advice needed on porting 5.7 plugin (monkeypatches Cat::Request)

2009-08-21 Thread Florian Ragwitz
On Fri, Aug 21, 2009 at 11:37:00AM +0100, Pedro Melo wrote: > Reading through the docs, I see that I can subclass the > Catalyst::Request class and use the $c->request_class to setup the new > one. I've done that like this: It's probably better to create a role to apply to the request class and, o

Re: [Catalyst] RenderView install problem

2009-06-30 Thread Florian Ragwitz
On Tue, Jun 30, 2009 at 05:04:36PM -0500, Peter Karman wrote: > apologies if this has been reported elsewhere. That was a regression iN Catalyst-Runtime 5.80006. It's fixed in 5.80007. -- BOFH excuse #129: The ring needs another token signature.asc Description: Digital signature _

Re: [Catalyst] Upgrading Catalyst and issues with Class::MOP

2009-04-29 Thread Florian Ragwitz
On Wed, Apr 29, 2009 at 05:08:38PM +0100, Adam Witney wrote: > I upgraded Catalyst to 5.80002 the other day, and my applications > started beginning with a warning: > > The compute_all_applicable_attributes method has been deprecated. Use > get_all_attributes instead. > at /usr/local/lib/perl5/sit

Re: [Catalyst] [PATCH] Catalyst::DispatchType::Chained (5.7101, 5.80001)

2009-04-20 Thread Florian Ragwitz
On Mon, Apr 20, 2009 at 05:16:55AM +0300, Oleg Kostyuk wrote: > This bug is present in 5.7101: created Text::SimpleTable with 3 > columns, while we need only two. This is fixed in the latest stable release of Catalyst-Runtime. Please upgrade. -- BOFH excuse #414: tachyon emissions overloading t

Re: [Catalyst] Catalyst 5.8 NEXT deprecated warnings

2009-03-31 Thread Florian Ragwitz
On Tue, Mar 31, 2009 at 12:52:53PM +0100, Anthony Gladdish wrote: > Catalyst::Plugin::Session::Store::DBIC is trying to use NEXT, which is > deprecated. Please see the Class::C3::Adopt::NEXT documentation for > details The svn version of Session-Store-DBIC is already converted to MRO::Compat. Not

Re: [Catalyst] [Announce] Catalyst-Runtime-5.8000_05

2009-02-10 Thread Florian Ragwitz
On Tue, Feb 10, 2009 at 01:26:24PM -0700, Larry Leszczynski wrote: > This version of Catalyst conflicts with the version of > Catalyst::Action::RenderView (0.08) you have installed. > > You will need to upgrade Catalyst::Action::RenderView after > installing > this version of Ca

Re: [Catalyst] IO::Pipe and the Catalyst Server

2009-02-05 Thread Florian Ragwitz
On Thu, Feb 05, 2009 at 07:10:07AM -0800, Bill Moseley wrote: > Same problem. Would you mind preparing a testcase for this? TestApp::Controller::Fork / t/live_fork.t already has similar tests. You can run them against the dev server using t/optional_http-server.t. -- BOFH excuse #86: Runt pack

Re: [Catalyst] IO::Pipe and the Catalyst Server

2009-02-05 Thread Florian Ragwitz
On Thu, Feb 05, 2009 at 12:51:18PM +, Peter Edwards wrote: >Was that the change to the catching of signal SIGCHLD ? Exactly. -- BOFH excuse #66: bit bucket overflow signature.asc Description: Digital signature ___ List: Catalyst@lists.scsys.c

Re: [Catalyst] IO::Pipe and the Catalyst Server

2009-02-05 Thread Florian Ragwitz
On Wed, Feb 04, 2009 at 10:25:15PM -0800, Bill Moseley wrote: > I have a module that uses IO::Pipe and when I run it under the > Catalyst server the pipe doesn't work (see below). Please try to reproduce with Catalyst-Runtime-5.8000_06. It has a fix related to spawning external processes from the

Re: [Catalyst] [PATCH] [RFC] Seed the RNG in Catalyst::Engine::FastCGI

2009-02-03 Thread Florian Ragwitz
On Mon, Feb 02, 2009 at 05:09:21PM -0600, Andrew Rodland wrote: > Attached is a patch that does an srand in each child immediately after > invoking pm_manage, if we are running our own process manager. applied to 5.80/trunk as r9178. -- BOFH excuse #147: Party-bug in the Aloha protocol. signa

[Catalyst] Re: Patch for Catalyst/Engine/FastCGI.pm

2008-09-19 Thread Florian Ragwitz
Thanks, applied as r8436. -- BOFH excuse #206: Police are examining all internet packets in the search for a narco-net-trafficker signature.asc Description: Digital signature ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi

Re: [Catalyst] Patch for Catalyst::View::Mason

2008-03-07 Thread Florian Ragwitz
On Fri, Mar 07, 2008 at 10:22:26PM +0100, Florian Ragwitz wrote: > However I'll think about implementing a new configuration option that, > when enabled, will always append template_extension. This is now implemented and available using git clone git://git.perldition.org/Ca

Re: [Catalyst] Patch for Catalyst::View::Mason

2008-03-07 Thread Florian Ragwitz
On Fri, Mar 07, 2008 at 10:10:25PM +0100, David Jack Wange Olrik wrote: > > On 07/03/2008, at 19.26, Jonathan Rockway wrote: > > >To do what David wanted would have to use a heuristic to determine > >whether $c->stash->{template} is the actual template name, or the > >template name minus the extens

[Catalyst] ::Session::Store::FastMmap issues

2007-10-17 Thread Florian Ragwitz
Hi, there is an issue with the Cache::FastMmap store for the Session plugin. When $c->session contains some large very data structures Cache::FastMmap refuses to store them for whatever reason and returns false when calling ->set on it. However Catalyst::Plugin::Session::Store::FastMmap doesn't c