[html-formfu] Re: [Proposed patch] By-extension MIME type guess for H::F::Constraint::File::MIME

2010-01-24 Thread Michele Beltrame
Hi all! I'm resurrecting this topic of August 2009, for which I got no reply. :-) At the time I was submitting a (backward compatible) patch to allow guessing the MIME type of files uploaded via form by the file extension instead of the mime type supplied by the client. The reason of this patch

Re: [html-formfu] password processing

2010-01-24 Thread Octavian Rasnita
Please send that code to me (or on the list). Thanks. Octavian - Original Message - From: "Alex Povolotsky" To: "HTML Form Creation,Rendering and Validation Framework" Sent: Sunday, January 24, 2010 7:21 PM Subject: Re: [html-formfu] password processing On 01/24/10 18:41, Octavi

Re: [html-formfu] password processing

2010-01-24 Thread Alex Povolotsky
On 01/24/10 18:41, Octavian Rasnita wrote: I am also interested to find more about creating transformers in general but I couldn't find too much documentation, so if somebody know more, please tell us. Well, interface is rather simple and easy to read. The code is less than 50 lines, if anyone

Re: [html-formfu] password processing

2010-01-24 Thread Octavian Rasnita
I am also interested to find more about creating transformers in general but I couldn't find too much documentation, so if somebody know more, please tell us. Octavian - Original Message - From: "Alex Povolotsky" To: "HTML Form Creation,Rendering and Validation Framework" Sent: Su

[html-formfu] password processing

2010-01-24 Thread Alex Povolotsky
Hello! I'm going to implement reusable password processing - comparing two password fields and setting proper value in form to some hash. I guess it's best to be used with HTML::FormFu::Transformer ; maybe someone have expirience to share and/or suggestions to make? Alex.