On 9/26/05, Aaron Trevena <[EMAIL PROTECTED]> wrote:
> On 9/21/05, Peter Speltz <[EMAIL PROTECTED]> wrote:
> > > http://doorstop.cafes.net:1088/maytech/customer/list/
>
> Peter, have you got the source code / patches for SuperModel, FromCGI,
> etc as I'd like to include this in the 2.11 release which is already a
> week late.

I updated www.cafes.net/peter  with the source for SupeModel, Redirect
and Menu.  The FromCGI drop in in SuperModel is clearly labeled.  I
still have to make it completely backward Compatible.

Will this be ok:  2 ways to call create_from_cgi?

$self->create_from_cgi($r)   # new way uses stuff in $r->config
or
$self->create_from_cgi($h,  { required => [...], all =>[..], ignore=> [..] } );

It won't take me long to add that.  Is that what we want?



>
> Also you mentioned something about redirects - I have added
> redirect_request and get_protocol virtual methods in Maypole and
> provided them in Apache::MVC and CGI::Maypole. I'll update svn
> lunchtime today.
>

Redirect.pm is overly complicated because of the from_redirect
functionality.  It could be much simpler. I'm not sure where you want
to go with that.  I'll put up a simple version of Redirect in 30
minutes.  I have to write it.

Another feature of redirect should be to a whole new site on the www. 
Maypole::Redirect does this but not what Maypole::Plugin::Redirect
does.  Eventually they should merge  I think.

Also not sure what get_protocol is for.  Setting the content type?


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Maypole-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maypole-devel

Reply via email to