Re: [Catalyst] PageCache and white labelling?

2008-08-08 Thread Martin Ellison
What about: @@ -316,7 +317,9 @@ # use the key created during the initial dispatch phase return $c->_page_cache_key if ( $c->_page_cache_key ); -my $key = "/" . $c->req->path; +# override key if required +my $keymaker = $c->config->{page_cache}->{key_maker}; +my $key = $k

Re: [Catalyst] Re: [SOT] cat webmail app?

2008-08-08 Thread John Beppu
On Fri, Aug 8, 2008 at 3:20 PM, Ashley <[EMAIL PROTECTED]> wrote: > > I CAN HAZ EEMAEL™ > > I expect full faith and credit, residuals, points on gross not net, et > cetera and so on and so forth. > > Ashley wins. ___ List: Catalyst@lists.scsys.co.uk List

Re: [Catalyst] [SOT] cat webmail app?

2008-08-08 Thread Andrew Kornak
http://www.webmin.com/usermin.html Not Cat based but is a fairly complete perl-based, modular, extensible solution as well as a useful system administration tool. I have used Webmin and Usermin for many years and highly recommend both. -Andrew On Tue, 2008-08-05 at 10:41 -0700, Roderick A. Ander

Re: [Catalyst] Re: [SOT] cat webmail app?

2008-08-08 Thread Ashley
On Aug 8, 2008, at 3:06 PM, Aristotle Pagaltzis wrote: * Jose Luis Martinez <[EMAIL PROTECTED]> [2008-08-08 16:50]: http://icanhascheezburger.files.wordpress.com/2008/08/funny- pictures-sometimes-the-mail-gets-you.jpg I’m not sure that caption is how we want users to think of a Catalyst mail

[Catalyst] Re: [SOT] cat webmail app?

2008-08-08 Thread Aristotle Pagaltzis
* Jose Luis Martinez <[EMAIL PROTECTED]> [2008-08-08 16:50]: > http://icanhascheezburger.files.wordpress.com/2008/08/funny-pictures-sometimes-the-mail-gets-you.jpg I’m not sure that caption is how we want users to think of a Catalyst mail app. ;-) Regards, -- Aristotle Pagaltzis //

Re: [Catalyst] PageCache and white labelling?

2008-08-08 Thread Martin Ellison
I'm concerned about impacting the performance; this must be high-traffic code. But I'll look into it. 2008/8/8 Matt S Trout <[EMAIL PROTECTED]> > On Fri, Aug 08, 2008 at 05:08:02PM +0800, Martin Ellison wrote: > > But PageCache only works off $c->request->path() ie not the hostname. > This > > be

Re: [Catalyst] [SOT] cat webmail app?

2008-08-08 Thread Andy Dorman
Matt S Trout wrote: So, I suggest you pick one. Otherwise I'm going to come up with a really bad name like 'camelmail' and name your list after that. Heh. I am not sure camelmail is a bad name. At least not if you understand where the name came from. And please make sure you announce t

Re: [Catalyst] [SOT] cat webmail app?

2008-08-08 Thread Jose Luis Martinez
Matt S Trout escribió: I doubt you'd be bothering us so much :) I would want to go into deep design decisions, and think it would go very off topic. Although I think a bad thing will happen: isolation from the rest of smart people that are on the main Catalyst list, so I encourage them fro

Re: [Catalyst] [SOT] cat webmail app?

2008-08-08 Thread Matt S Trout
On Fri, Aug 08, 2008 at 09:39:01AM +0200, Jose Luis Martinez wrote: > Matt S Trout wrote: > > We'll happily host a list and svn for this alongside the main catalyst > > stuff; I can also help you set up an IRC channel on irc.perl.org if you > > want to at some point. > > Please do so, Matt. That w

Re: [Catalyst] PageCache and white labelling?

2008-08-08 Thread Matt S Trout
On Fri, Aug 08, 2008 at 05:08:02PM +0800, Martin Ellison wrote: > But PageCache only works off $c->request->path() ie not the hostname. This > behaviour is coded in the _get_page_cache_key() subroutine. This means that > the PageCache serves up the same page content for all websites, irrespective >

[Catalyst] Re: PageCache and white labelling?

2008-08-08 Thread Martin Ellison
I have tried subclassing PageCache, but it is not doing Catalyst magic: when asked to do * $c->cache_page( ..) it says * Can't locate object method "cache_page" via package 2008/8/8 Martin Ellison <[EMAIL PROTECTED]> > I get the impression that PageCache cannot discriminate on URL; is

[Catalyst] PageCache and white labelling?

2008-08-08 Thread Martin Ellison
I get the impression that PageCache cannot discriminate on URL; is that correct? I am trying to 'whitelabel' a site, that is to run several hostnames into the one Catalyst site and then serve somewhat different content based on the URL, giving the appearance of multiple websites. However, it seems

Re: [Catalyst] Facebook Fund

2008-08-08 Thread Zbigniew Lukasiak
On Fri, Aug 8, 2008 at 8:44 AM, Peter Edwards <[EMAIL PROTECTED]> wrote: > Grants of $25k - $250k for writing Facebook apps. > Tempted to write one with a Catalyst backend? And for those that do write Catalyst backed Facebook apps I've started a wiki page at: http://dev.catalystframework.org/wiki/

Re: [Catalyst] [SOT] cat webmail app?

2008-08-08 Thread Jose Luis Martinez
Roderick A. Anderson escribió: This looks a little more energetic than I had planned, at least initially. I am not looking for an Outlook replacement plus I've never used Squirrelmail so I don't know what all it provides. I'm not looking for having a full-blown Outlook either. I'm looking fo