RE: [Catalyst] Sending email from a Catalyst app

2008-07-21 Thread Hartmaier Alexander
*** T-Systems Austria GesmbH Rennweg 97-99, 1030 Wien Handelsgericht Wien, FN 79340b *** Notice: This e-mail contains information that is confidential and may be privileged. If you are not the intended recipient, please

Re: [Catalyst] [Announce] Catalyst-Runtime 5.7099_01 - Developer Release

2008-07-21 Thread Charles Bailey
Agreed. I've had it on TODO for the past two weeks, but getting hammered at dayjob. Will try to do this week. Regards, Charlie On 7/19/08, Matt S Trout [EMAIL PROTECTED] wrote: On Thu, Jun 26, 2008 at 06:50:58PM -0400, Charles Bailey wrote: On Wed, Jun 25, 2008 at 4:57 PM, Marcus Ramberg

Re: [Catalyst] Catalyst-Devel Patch

2008-07-21 Thread Todd Rinaldo
J, Thanks for the detailed reply. I hadn't thought about the base class nature of this class. Catalyst and DBIC are both MAJOR development projects. This means their documentation on CPAN gets spread broadly over many pages. I admit this is not a problem for most modules on CPAN. I suppose my

Re: [Catalyst] Catalyst::Authentication::Credential::LDAP

2008-07-21 Thread Matt S Trout
On Mon, Jul 21, 2008 at 11:48:39AM -0500, [EMAIL PROTECTED] wrote: Matt S Trout [EMAIL PROTECTED] wrote on 07/19/2008 07:10:28 PM: On Wed, Jun 25, 2008 at 11:27:13AM -0700, Bruce J Keeler wrote: Also, somewhat apropos, I have a C::A::{Store,Credential}::ActiveDirectory that I based on

Re: [Catalyst] [Announce] Catalyst-Runtime 5.7099_01 - Developer Release

2008-07-21 Thread Matt S Trout
On Mon, Jul 21, 2008 at 07:13:37AM -0400, Charles Bailey wrote: Agreed. I've had it on TODO for the past two weeks, but getting hammered at dayjob. Will try to do this week. We're one more dev release short of shipping. Please try because otherwise it'll probably have to wait until 5.80 --

Re: [Catalyst] Catalyst-Devel Patch

2008-07-21 Thread Matt S Trout
On Sun, Jul 20, 2008 at 08:42:26AM -0500, Todd Rinaldo wrote: Hi, yesterday, I asked a question in DBIC channel about how Catalyst::Helper auto-produces schema. It was answered with purl: make_schema_at. I suggest this be put in Catalyst::Helper so people can more easily find the answer I

Re: [Catalyst] Issue with Catalyst::Plugin::Authentication and updating user information (jayk, looking at you!)

2008-07-21 Thread Jason Kuri
Follow up for the list. This turned out to be caused by a config problem. id_field was set to the username field... which meant that the session was attempting to restore using the old username as the key. Setting the id_field to username is fine unless you change the username during the