Re: [Catalyst] Where is the form field lost?

2010-01-25 Thread Charlie Garrison
Good evening, On 25/01/10 at 8:08 AM +0200, orasn...@gmail.com wrote: From: Charlie Garrison garri...@zeta.org.au On 24/01/10 at 10:47 PM +0200, Octavian Rasnita orasn...@gmail.com wrote: I had some problems with InflateColumn::File a few weeks ago which were going to be hard for me to work

[Catalyst] Q: Delete old session data

2010-01-25 Thread Bernhard Graf
Is there a recommended way to delete old session data from disk? I'm Catalyst::Plugin::Session::Store::File for the session store, because it is quite robust. The doc says there is a method delete_expired_sessions(), but that module doesn't seem to care about expiry at all, so that method seems

Re: [Catalyst] Where is the form field lost?

2010-01-25 Thread Octavian Râşniţă
From: Charlie Garrison garri...@zeta.org.au Can you tell about those problems? I hope I won't create them in the inflator I want to create. I don't recall exactly, but IC::File had problems with multiple 'file' columns. I remember, the delete part was completely broken if all files were not in

Re: [Catalyst] Q: Delete old session data

2010-01-25 Thread Tomas Doran
Bernhard Graf wrote: Is there a recommended way to delete old session data from disk? I'm Catalyst::Plugin::Session::Store::File for the session store, because it is quite robust. The doc says there is a method delete_expired_sessions(), but that module doesn't seem to care about expiry at all,

[Catalyst] UTF-8 and mails

2010-01-25 Thread Jens Schwarz
Hi, first of all: I have read http://dev.catalystframework.org/wiki/tutorialsandhowtos/Using_Unicode (especially the Tips for Troubleshooting Unicode in Perl Web Applications) Nevertheless I have a strange UTF-8 problem that I need help with: Concerning UTF-8 everything in my App seems to work

Re: [Catalyst] Where is the form field lost?

2010-01-25 Thread Charlie Garrison
Good evening, On 25/01/10 at 11:30 AM +0200, orasn...@gmail.com wrote: If I remember well, the algorithm for deletion made a single deletion and then did a last() thinking that if one file was deleted, all the files were deleted. I think there was a little comment there that tells that.

Re: [Catalyst] UTF-8 and mails

2010-01-25 Thread Alexander Hartmaier
Before testing end-to-end figure out if the chars from your database are *really* utf-8. I forgot to set an env var for the oracle client library to tell it I want unicode which broke my app under fcgid. If you're using DBIx::Class to access your database see

Re: [Catalyst] UTF-8 and mails

2010-01-25 Thread Octavian Râsnita
From: Jens Schwarz blacky6...@gmx.de Hi, first of all: I have read http://dev.catalystframework.org/wiki/tutorialsandhowtos/Using_Unicode (especially the Tips for Troubleshooting Unicode in Perl Web Applications) Nevertheless I have a strange UTF-8 problem that I need help with:

Re: [Catalyst] UTF-8 and mails

2010-01-25 Thread Jens Schwarz
Hi, Original-Nachricht Datum: Mon, 25 Jan 2010 13:52:45 +0100 Von: Alexander Hartmaier alexander.hartma...@t-systems.at An: The elegant MVC web framework catalyst@lists.scsys.co.uk Betreff: Re: [Catalyst] UTF-8 and mails Before testing end-to-end figure out if the chars

Re: [Catalyst] Q: Delete old session data

2010-01-25 Thread Bernhard Graf
Tomas Doran schrieb: Deleting all the expired sessions from within a web hit is a bad idea, as you're going to have to do an arbitrary amount of work, taking an arbitrary amount of time... (There may be several _MILLION_ files to delete in an extreme case). I know, I know. Of course such

Re: [Catalyst] UTF-8 and mails

2010-01-25 Thread Bernhard Graf
Jens Schwarz schrieb: first of all: I have read http://dev.catalystframework.org/wiki/tutorialsandhowtos/Using_Unicode (especially the Tips for Troubleshooting Unicode in Perl Web Applications) Nevertheless I have a strange UTF-8 problem that I need help with: Concerning UTF-8 everything

Re: [Catalyst] UTF-8 and mails

2010-01-25 Thread Bernhard Graf
Jens Schwarz schrieb: If I set mysql_enable_utf8 (I guess that's what you're referring to), it does not change anything. Beside: http://dev.catalystframework.org/wiki/tutorialsandhowtos/Using_Unicode#Note states that this flag is experimental and may change in future versions so I tried

Re: [Catalyst] UTF-8 and mails

2010-01-25 Thread Bill Moseley
On Mon, Jan 25, 2010 at 6:54 AM, Bernhard Graf cataly...@augensalat.dewrote: Does Mail::Sender::Easy automatically encode _text into the encoding given in charset? If not, then /you/ have to do it: Encode::encode(utf-8, $string); That's what I do. Specifically, I have this for generating

[Catalyst] Tutorial work atten hkclark

2010-01-25 Thread xenoterrac...@gmail.com
I've been evicted from my home, and am unable to access the internet on anything but this sad little phone. I'm unsure how long it will take me to acquire access, as my rural conditions makes my options limited. So for now i won't be able to continue the work on the tutorial, and if

[Catalyst] Postgres and 'create model DBIC::Schema'

2010-01-25 Thread Wes Cravens
I've found that 'create model DBIC::Schema' is getting two things wrong: timestamp default now() and serial sequences. This means that I have to either delete the schema, recreate, and repair every time or I have to alter the schema manually when things change. Neither is optimal. Is there

Re: [Catalyst] Postgres and 'create model DBIC::Schema'

2010-01-25 Thread Tomas Doran
On 25 Jan 2010, at 20:59, Wes Cravens wrote: Is there something I can do to make sure that the schema is created 'correctly'? Describe your issue more fully on the DBIx::Class list, write failing tests? Cheers t0m ___ List:

[Catalyst] C::A::Store::LDAP and multiple UID attributes

2010-01-25 Thread Peter Karman
There are 3 open RTs against Store::LDAP: https://rt.cpan.org/Ticket/Display.html?id=51499 https://rt.cpan.org/Ticket/Display.html?id=51504 https://rt.cpan.org/Ticket/Display.html?id=51505 All three are about the same issue, which is multiple UID attributes on a single LDAP entry breaking role

Re: [Catalyst] Re: Unicode trouble with Catalyst::Engine::FastCGI

2010-01-25 Thread Rod Taylor
0.6802 does not seem to work for me. I have some unicode text in a PostgreSQL database. It extracts properly with the utf8 flag on (checked), it renders properly into the template (save $c-response-body() to disk and serve static version with apache shows perfectly), it also works as expected

Re: [Catalyst] Re: How to forward to a specific path

2010-01-25 Thread Julien Sobrier
Thanks. I have pages in /page/number/title I created a couple of categories: /ca1, /cat2, etc. Each of them map to a /page/number/title /page/1/some-title /cat1/page/1/some-title /cat2/page/1/some-title For cat1 and cat2, I wanted to set some variables. So I intercept the page in /cat1 and