Re: [Catalyst] Re: New Catalyst Release on CPAN!

2013-06-21 Thread Evan Carroll
-Unicode results in more difficulty for Unicode use, I'll take the former. -- Evan Carroll - m...@evancarroll.com System Lord of the Internets web: http://www.evancarroll.com ph: 281.901.0011 ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] New Catalyst Release on CPAN!

2013-06-13 Thread Evan Carroll
it's been done in some niche area. There is Catalyst::Plugin::Unicode::Encoding And, Catalyst::Plugin::Unicode What's wrong with those two, and what does the core magically do now? -- Evan Carroll - m...@evancarroll.com System Lord of the Internets web: http://www.evancarroll.com ph: 281.901.0011

Re: [Catalyst] TT2 multiple subtemplates

2011-08-10 Thread Evan Carroll
DEFAULT foo = 'right_content.tt'; In the CONTENT template. -- Evan Carroll - m...@evancarroll.com System Lord of the Internets web: http://www.evancarroll.com ph: 281.901.0011 ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi

Re: [Catalyst] .part file downloading while login/logout

2011-01-13 Thread Evan Carroll
trick. Tt's a temporary store the browser will attempt a resume with. They're also easily deleted as uncompleted download trash... -- Evan Carroll - e...@dealermade.com System Lord of the Internets - Dealermade web: http://www.dealermade.com ph: 888.403.9143

Re: [Catalyst] elegant, Mark Beihoffer has invited you to open a Gmail account

2010-10-22 Thread Evan Carroll
You rock, thanks. -- Evan Carroll - m...@evancarroll.com System Lord of the Internets web: http://www.evancarroll.com ph: 281.901.0011 ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable

[Catalyst] Organizing link generators

2010-10-22 Thread Evan Carroll
} ] , () ); }; I'm speaking fairly abstract, how do you generate links in views to controllers with chained actions? -- Evan Carroll - m...@evancarroll.com System Lord of the Internets web: http://www.evancarroll.com ph: 281.901.0011

[Catalyst] Patch for

2010-08-06 Thread Evan Carroll
...793a70075985b6493868 raw: http://github.com/EvanCarroll/Catalyst-Plugin-Static-Simple/compare/2b8647c57e9e4dba71b6...793a70075985b6493868.patch -- Evan Carroll - m...@evancarroll.com System Lord of the Internets web: http://www.evancarroll.com ph: 281.901.0011

[Catalyst] Cross-link: How do I turn Moose objects into JSON for use in Catalyst?

2010-08-03 Thread Evan Carroll
I've posted a question and a few possible fixes. Does anyone have anything to add here? How do you go about dumping Moose to JSON in Cat? http://stackoverflow.com/questions/3391967/how-do-i-turn-moose-objects-into-json-for-use-in-catalyst -- Evan Carroll - m...@evancarroll.com System Lord

Re: [Catalyst] Cross-link: How do I turn Moose objects into JSON for use in Catalyst?

2010-08-03 Thread Evan Carroll
But yes, ideally /convert_blessed/ would do what I want rather than just call a sub that expects me to do it. My handy old XXX.pm does this right: ecarr...@rda:~$ perl -E'my $o = bless { foo='bar' }; use XXX; XXX $o' --- !!perl/hash:main foo: bar ... at -e line 1 -- Evan Carroll - m

Re: [Catalyst] Cross-link: How do I turn Moose objects into JSON for use in Catalyst?

2010-08-03 Thread Evan Carroll
too hard, as blessedness does not require a thing to be a hashref. Looks like a fairly straightforward test case and patch, though. I filed a bug report (feature request) for real object dumping https://rt.cpan.org/Ticket/Display.html?id=60050 -- Evan Carroll - m...@evancarroll.com System Lord

Re: [Catalyst] Cross-link: How do I turn Moose objects into JSON for use in Catalyst?

2010-08-03 Thread Evan Carroll
It also appears as if YAML::Syck does this very well: perl -MJSON::Syck -MURI -E'say JSON::Syck::Dump( bless { foo = URI-new(http://www.evancarrol.com;) } )' -- Evan Carroll - m...@evancarroll.com System Lord of the Internets web: http://www.evancarroll.com ph: 281.901.0011

[Catalyst] Catalyst-Plugin-Params-Nested rt 59604

2010-07-27 Thread Evan Carroll
/Public/Bug/Display.html?id=59604 -- Evan Carroll - m...@evancarroll.com System Lord of the Internets web: http://www.evancarroll.com ph: 281.901.0011 ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo

Re: jqGrid Help ( was: Re: [Catalyst] Nonsensical Problem with DBIx ResultSet )

2010-07-12 Thread Evan Carroll
over. It also works with around vanilla HTML for those that don't have javascript capable browsers. Also better for SEO. -- Evan Carroll System Lord of the Internets ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman

Re: jqGrid Help ( was: Re: [Catalyst] Nonsensical Problem with DBIx ResultSet )

2010-07-08 Thread Evan Carroll
set, it doesn't seem to be able to transform static HTML-tables. -- Evan Carroll System Lord of the Internets ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail

[Catalyst] Chained actions with can't terminate with :PathPart('') ?

2010-05-07 Thread Evan Carroll
/company/5/lot/5/view rather than, /auth/company/5/lot/5 But, I just wanted to know what others thought of this. -- Evan Carroll System Lord of the Internets http://www.evancarroll.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] Outcome of the Security issue with hashed passwords in C:P:A:Password?

2010-04-12 Thread Evan Carroll
I don't know what the fix is -- it seems like doc or code would work. The patch is already on github, it needs tests and some other qualifications before it gets accepted. -- Evan Carroll System Lord of the Internets ___ List: Catalyst

Re: [Catalyst] Outcome of the Security issue with hashed passwords in C:P:A:Password?

2010-04-11 Thread Evan Carroll
doubt there are many unbiased readers sitting on your side. Oh, and I've never been banned from this list, not even for a second, perhaps you're confusing me for someone else? By any means, wrong again. With love, -- Evan Carroll System Lord of the Internets http://www.evancarroll.com

Re: [Catalyst] Outcome of the Security issue with hashed passwords in C:P:A:Password?

2010-04-10 Thread Evan Carroll
it? # salt: You can specify your on salt. You can either specify it as a sequence of charactres or as a hex encoded string of the form HEX{...}. If the argument is missing, a random seed is provided for you (recommended). -- Evan Carroll System Lord of the Internets http://www.evancarroll.com

Re: [Catalyst] Outcome of the Security issue with hashed passwords in C:P:A:Password?

2010-04-10 Thread Evan Carroll
, I think you should stop responding to my posts. Your inability to behave in a civil fashion is annoying and unbecoming. And, to boot every time you've addressed me on these threads *you've* been wrong. With love, -- Evan Carroll System Lord of the Internets http://www.evancarroll.com

Re: [Catalyst] Outcome of the Security issue with hashed passwords in C:P:A:Password?

2010-04-09 Thread Evan Carroll
something that serializes the hash and password into one database column when I can simply store them separately? Now, I have everything I want running locally. -- Evan Carroll System Lord of the Internets ___ List: Catalyst@lists.scsys.co.uk Listinfo

Re: [Catalyst] Outcome of the Security issue with hashed passwords in C:P:A:Password?

2010-04-09 Thread Evan Carroll
: http://github.com/blog/626-announcing-svn-support -- Evan Carroll System Lord of the Internets http://www.evancarroll.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http

Re: [Catalyst] Outcome of the Security issue with hashed passwords in C:P:A:Password?

2010-04-08 Thread Evan Carroll
who has maint on C:P:A - i'd be happy to make a release though. -- Evan Carroll System Lord of the http://www.evancarroll.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive

Re: [Catalyst] How to extend authentication to use other DB fields?

2010-03-25 Thread Evan Carroll
, method is simple retrieval. As its name implies simple retrieval allows you to simply to provide the column = value pairs that should be used to locate the user in question. An example of this usage is below: -- Evan Carroll System Lord of the Internets

[Catalyst] Re: Security issue with hashed passwords in C:P:A:Password

2010-03-24 Thread Evan Carroll
from the userinfo. I'll see about a patch tomorrow. -- Evan Carroll System Lord of the Internets http://www.evancarroll.com ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive

Re: [Catalyst] Security issue with hashed passwords in C:P:A:Password

2010-03-24 Thread Evan Carroll
... -- Evan Carroll System Lord of the Internets ___ 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

Re: [Catalyst] Security issue with hashed passwords in C:P:A:Password

2010-03-24 Thread Evan Carroll
of password_pre_salt_field, and password_post_salt_field, you can find it at: http://github.com/EvanCarroll/Catalyst-Plugin-Authentication/blob/master/lib/Catalyst/Authentication/Credential/Password.pm -- Evan Carroll System Lord of the Internets http://www.evancarroll.com

Re: [Catalyst] Security issue with hashed passwords in C:P:A:Password

2010-03-24 Thread Evan Carroll
indicator: if anything you said were true; fortunately it's not. Good, concise illogical ad hominum not grounded in reality, and totally without merit as to the bug report. -- Evan Carroll System Lord of the Internets http://www.evancarroll.com ___ List

Re: [Catalyst] Security issue with hashed passwords in C:P:A:Password

2010-03-24 Thread Evan Carroll
-- if it did it was a miscommunication. Sorry, I'm not speaking about it at all. Furthermore, after reviewing it seems like a perfectly good solution however different and less-portable it is. Thanks for the reply. -- Evan Carroll System Lord of the Internets http://www.evancarroll.com

[Catalyst] Security issue with hashed passwords in C:P:A:Password

2010-03-23 Thread Evan Carroll
there is no benefit in the salt... This is broken implementation. Hard coding salt in a config file only protects you from a rainbow table without that salt. It still doesn't solve the problem of cached hashings. -- Evan Carroll System Lord of the Internets http://www.evancarroll.com

[Catalyst] Updated Catalyst::Authentication::Store::DBI

2010-03-10 Thread Evan Carroll
for roles has more quote_identifiers where they belong has better internal notes I'm still not sure if I should use something like MooseX::Storage::Format::Storable to do from_session and for_user. Ideas? -- Evan Carroll System Lord of the Internets

Re: [Catalyst] Request

2009-10-27 Thread Evan Carroll
Is there a Catalyst Request method for getting the path and the query_string? (Everything's after the base). $c-req-uri-path_query -- Evan Carroll System Lord of the Internets http://www.evancarroll.com ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] Debian recommendation

2009-10-27 Thread Evan Carroll
= File::Spec-catfile($dir, SAX, PARSER_DETAILS); *** *** 204,213 --- 213,256 close $fh; return $class; } -- Evan Carroll System Lord of the Internets http://www.evancarroll.com ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] Catalyst::Test configuration questions

2009-10-26 Thread Evan Carroll
/Craiglickr/blob/master/craiglickr.yaml Craiglickr: location: cross_posting: 1 cross_metro: 0 max: 4 category: cross_posting: 0 I want to test different settings such as if cross_metro was set to 1, or of cross_posting was set to 0, and such. -- Evan Carroll System Lord

Re: [Catalyst] Debian recommendation

2009-10-26 Thread Evan Carroll
the way modules they didn't create interact with the system. It is just asking for problems unless they have total control over CPAN. They don't, therefore CPAN is unsupported and your apt repository has got to be good enough. -- Evan Carroll System Lord of the Internets http://www.evancarroll.com

Re: [Catalyst] use base vs use parent

2009-08-25 Thread Evan Carroll
you can use cpan, base.pm when you can't. -- Evan Carroll www.evancarroll.com System Lord of the Internets ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] Http Status Chart

2008-03-11 Thread Evan Carroll
I always preferred digg with its posts of thought provoking cats and top ten teenage racks. With that said what is the diff between unauthorized and forbidden. On 3/11/08, Christopher H. Laco [EMAIL PROTECTED] wrote: This made it's way across reddit this morning... Nice chart. -- Evan Carroll