Re: [Catalyst] what is the type of $context?

2006-06-09 Thread Yuval Kogman
On Fri, Jun 09, 2006 at 20:57:29 +0100, Carl Franks wrote: On 09/06/06, Yuval Kogman [EMAIL PROTECTED] wrote: On Fri, Jun 09, 2006 at 11:25:40 +0100, Carl Franks wrote: I'd be surprised if there *was* a way to do intropection with perl5. WTF? Perl is possibly the most lax and free

Re: [Catalyst] Proposed patch for Catalyst::Plugin::Authorization::Roles

2006-06-16 Thread Yuval Kogman
11th, so I figured it was recent ;-) -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpmqX8t4yquo.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo

Re: [Catalyst] Problem with Catalyst Authorization

2006-06-23 Thread Yuval Kogman
. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpJcbJJ16tIo.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] Problem with Catalyst Authorization

2006-06-23 Thread Yuval Kogman
On Fri, Jun 23, 2006 at 20:30:43 +0300, Yuval Kogman wrote: I'll add an explicit dependency for a newer version for the next release. http://search.cpan.org/src/NUFFIN/Catalyst-Plugin-Authorization-Roles-0.04/Build.PL Bah! I have no clue how you managed to install it, that Build.PL file wants

Re: [Catalyst] Problem with Catalyst Authorization

2006-06-23 Thread Yuval Kogman
to delve any deeper right now. Yes, Set::Object deals with any scalar data since 1.09 -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgp5hFFBUHy62.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org

Re: [Catalyst] forcing authentication without credentials

2006-07-27 Thread Yuval Kogman
to debug this. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpAxf1wu60JE.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive

Re: [Catalyst] error using session and authn plug-ins under apache

2006-07-28 Thread Yuval Kogman
the myapp_server.pl server. That's very odd... Please post code/configuration if you can. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpNLxKiYKqcQ.pgp Description: PGP signature ___ List: Catalyst

Re: [Catalyst] error using session and authn plug-ins under apache

2006-07-29 Thread Yuval Kogman
what it is, and it's affecting other users to... -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpg9rsqUyUDU.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org

Re: [Catalyst] error using session and authn plug-ins under apache

2006-07-29 Thread Yuval Kogman
The following modules were uploaded to the CPAN: Catalyst::Plugin::Session 0.06 Catalyst::Plugin::Session::State::Cookie 0.03 Catalyst::Plugin::Session::State::URI 0.02 Please upgrade and see if that resolves the issue. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org

Re: [Catalyst] Advice needed: Action for authentication check

2006-08-03 Thread Yuval Kogman
?Catalyst::Plugin::Authorization::ACL -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpYZT75P7gTK.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo

Re: [Catalyst] 'require' vs 'use' in Catalyst*

2006-08-10 Thread Yuval Kogman
, which don't do imports anyway, and it usually loads them on behalf of other code, calling import is not appropriate. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpVg78DrFZwh.pgp Description: PGP signature ___ List

Re: [Catalyst] 'require' vs 'use' in Catalyst*

2006-08-10 Thread Yuval Kogman
); Is this for efficiency reasons? -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpOAzNlmzDh0.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable

Re: [Catalyst] 'require' vs 'use' in Catalyst*

2006-08-12 Thread Yuval Kogman
. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpy8uoeERn4t.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] Sessions not working with Store::File State Cookie

2006-08-22 Thread Yuval Kogman
::File 0.01 Catalyst::Plugin::Session::State::Cookie State::Cookie needs an upgrade... There was a big fat warning in the Makefile.PL, i guess you missed it when you upgraded. Sorry =/ -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpFGl7R6Po0H.pgp

Re: [Catalyst] auth::DBIC session problems

2006-08-30 Thread Yuval Kogman
store registry to become effectively corrupted, since the indexing is wrong, and thus the store is saved in the session (instead of the store name). Sorry it took so long. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgp4cFxQCOyrm.pgp Description: PGP signature

Re: [Catalyst] Problem and solution with Catalyst::Plugin::Authorization::Roles

2006-09-02 Thread Yuval Kogman
errors. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpQyZt0XCZ14.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive

Re: [Catalyst] Checking client browsers, best approach?

2006-09-20 Thread Yuval Kogman
can add an onSubmit event handler, do the form handling in JS, and simply 'return false' when you're done to cause the browser to abort the normal submission. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpoPQvLCTvVM.pgp Description: PGP signature

Re: [Catalyst] Checking client browsers, best approach?

2006-09-20 Thread Yuval Kogman
. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpMWYZMCqz3M.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] Session cookie and permanent state

2006-09-23 Thread Yuval Kogman
the 32 bit boundry (sometime in 2037), so don't overdo it with the expiry. 5 * 365 * 24 * 60 * 60 Is plenty of time. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgp3AKb0p6InR.pgp Description: PGP signature

Re: [Catalyst] Session cookie and permanent state

2006-09-24 Thread Yuval Kogman
), instead of timed expiry. If this value is not overridden it will call $c-session_expires, which *is* managed by C::P::Session::DynamicExpiry (albeit indirectly). In short, you shouldn't need to do this. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418

Re: [Catalyst] Singleton or Memcache

2006-10-17 Thread Yuval Kogman
at 10:53:12 +0200, Yuval Kogman wrote: Don't use a singleton. Instead, devise a Catalyst::Model api for your tree structure, so that you can do: $c-model(MyTree)-get_that_node($which); $c-model(MyTree)-get_the_root_node; or whatever. You should probably pre-load this structure

Re: [Catalyst] (Beginner) Plugins

2006-10-23 Thread Yuval Kogman
/config. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgpqdlvLqmwR5.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive

Re: [Catalyst] (Beginner) Plugins

2006-10-24 Thread Yuval Kogman
that, but in a more heavyweight setup there is benefit in the controller just using caching services, and the configuration providing all the know-how for choosing the right cache, etc. It doesn't sound like any of these scenarios coincide with yours. -- Yuval Kogman [EMAIL PROTECTED] http

Re: [Catalyst] save session data

2007-02-09 Thread Yuval Kogman
is Yuval Kogman. You may know me from modules such as Catalyst::Plugin::Session and Catalyst::Plugin::Authentication. As the author of these modules I fully endorse the above comments wink/. /voice Seriously though, PerUser was meant to make it trivial to migrate a guest session to a full model. Once

Re: [Catalyst] save session data

2007-02-09 Thread Yuval Kogman
On Sat, Feb 10, 2007 at 00:19:01 +0200, Yuval Kogman wrote: voice type=celebrity class=cheesy,wash_out Hi, my name is Yuval Kogman. You may know me from modules such as Crap, what a stupid misquote... you may *remember* me... sorry everyone. -- Yuval Kogman [EMAIL PROTECTED] http

Re: [Catalyst] save session data

2007-02-09 Thread Yuval Kogman
On Fri, Feb 09, 2007 at 17:09:50 -0600, Jonathan Rockway wrote: If you're trying to sound like Troy McClure, it's Hi, my name is $name. You may remember me from such modules as `Foo' and `Bar'. :) That's what I was going for -- Yuval Kogman [EMAIL PROTECTED] http

Re: [Catalyst] Announce: Catalyst::Plugin::Authentication update

2007-02-26 Thread Yuval Kogman
I'd just like to thank Jay for taking the time to take care of this plugin and give it the love it needs. /me goes back to being a neglectful father from the comfort of the nearest bar. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418

Re: [Catalyst] Slight return: error using session and authn plug-ins under apache

2007-03-26 Thread Yuval Kogman
://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 ___ List

Re: [Catalyst] Hats off and some Clarifications.

2007-04-18 Thread Yuval Kogman
the schema in high level terms very accurately, and for getting the best ORM Perl has to offer right now, IMHO. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgp4SbqnHZzCR.pgp Description: PGP signature ___ List: Catalyst

Re: [Catalyst] query once per session?

2007-04-26 Thread Yuval Kogman
boost. If the data set is large enough that caching on the client side is really worth it, i'd start with the json feed option, and then look into JS cookies (much tricker to work around the 4kb limit here). -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418

Re: [Catalyst] query once per session?

2007-04-27 Thread Yuval Kogman
in the JSON feed. The combination of this with serverside caching and payload compression should take care of the performance issues. If it doesn't then I suggest thinking the design over so that the whole data set doesn't have to be accessible at all times. Good luck! -- Yuval Kogman [EMAIL

Re: [Catalyst] switching Authentication::Store::DBIC?

2007-05-06 Thread Yuval Kogman
://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 ___ List

Re: [Catalyst] Catalyst::Plugin::Session, Facebook, and Custom Session ids

2007-05-30 Thread Yuval Kogman
___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Yuval Kogman [EMAIL PROTECTED] http

Re: [Catalyst] Catalyst::Plugin::Session, Facebook, and Custom Session ids

2007-05-31 Thread Yuval Kogman
/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable

Re: [Catalyst] iterating ResultSet in controller vs. template

2007-06-19 Thread Yuval Kogman
performance overhead in comparison to making these decisions in the controller. 2. subsequent actions can further filter the data set, or use it to create related resultsets. This encourages code reuse. -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418

[Catalyst] Re: [Catalyst-dev] Announce: Catalyst::Plugin::Authentication 0.10000 Released

2007-07-12 Thread Yuval Kogman
Well done! -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

Re: [Catalyst] error installing Catalyst::Plugin::Session (2)

2007-07-12 Thread Yuval Kogman
? It looks like the 06_finalize test should skip if these plugins are not installed. Regards, -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 pgptAVKAKqzEt.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org

Re: [Catalyst] question about Catalyst::Plugin::Session::State::Cookie

2007-07-12 Thread Yuval Kogman
___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Yuval Kogman [EMAIL PROTECTED] http

Re: [Catalyst] Session trouble

2007-07-16 Thread Yuval Kogman
Hi, no update yet, been terribly busy (the client is not being very nice to us). If you need comaint to release yourself let me know. You should have commit access, right? The upload from today was to fix the test that needs Cookie. -- Yuval Kogman [EMAIL PROTECTED] http

Re: [Catalyst] C::P::Authentication IE Problem - Time Issue

2007-08-27 Thread Yuval Kogman
in DynamicExpiry. There have been issues with it lately that I haven't resolved yet, so by all means try it out and if you find the bug please provide details ;-) -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 ___ List

Re: [Catalyst] Subsessions?

2007-09-27 Thread Yuval Kogman
___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org

Re: [Catalyst] Re: Subsessions?

2007-09-29 Thread Yuval Kogman
. Think long and hard if your heavy use of the session is not better done as some proper model. Cheers, -- Yuval Kogman [EMAIL PROTECTED] http://nothingmuch.woobling.org 0xEBD27418 ___ List: Catalyst@lists.rawmode.org Listinfo: http