Re: [Dbix-class] Re: [Catalyst] untainting utf8 text for db

2008-06-08 Thread Daniel McBrearty
thanks! I've wondered about that. I'd like to see a formal definition
of what does get through that filter. Hard to test it on, say,
Mandarin CHinese when you don't know the language yourself. But I've a
decent database of existing content, I could see if any of that fails
this test.

Thanks!


 [\w]+

 works pretty well iirc, if your locale includes UTF-8.


___
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/


[Catalyst] Navigate new users to nice plugins.

2008-06-08 Thread Tomohiro Teranishi
Hi,

I was the one who making catalyst related modules without joining
Catalyst community. I am sorry about that.
I chatted people at #ctalyst already and I will join from now on.

http://search.cpan.org/~zarquon/Catalyst-Manual-5.7011/lib/Catalyst/Manual/ExtendingCatalyst.pod#Plugins

ok , I have an idea stop new people using unauthorized plugins like  I
was making.

when an application loading unauthorized plugins , Catalyst should
generate error,  like  DBIx::Class::StartupCheck does.

I implement it as plugin(bad choice) for just showing idea. it's kinda
stupid implement since this plugin is not authorize :-p
http://svn.lazy-people.org/member/oreore/tomyhero/Catalyst-Plugin-ForceUsingNicePlugins/lib/Catalyst/Plugin/ForceUsingNicePlugins.pm

what do you think??

well , thanks.

tomyehero

___
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/