On Tue, Nov 22, 2005 at 11:17:18AM -0500, Richard Dice wrote:
> Quoting "G. Matthew Rice" <[EMAIL PROTECTED]>:
>
> > Rick Delaney <[EMAIL PROTECTED]> writes:
> > > Can you integrate change 1905 from branch caf-dev-auth-to-main
> > > to main? It just changes the test environment so that `make test` can
> > > pass even if the files in the dist are read-only (like they are in a
> > > perforce client workspace).
> > >
> > > If you'd rather wait until the whole branch is complete, that's fine
> > > too. I thought it might be easier to manage in small chunks but you
> > > decide.
> >
> > Richard, let me know if you want me to look over your shoulder as you do
> > this.
>
> I was meaning to do it last night but it slipped me by then.
If you want to do the whole branch now, I'm done. If you set
require_login = 0
in framework.conf then instead of starting at the "login" runmode, you
will be sent to the runmode indicated by the config variable 'start_rm'.
So
require_login = 0
start_rm = main_display
will bypass login entirely and go straight to the 'main_display'
runmode.
I set it up so start_rm can substitute for post_login_rm, which I
suggest deprecating. Even if require_login is true, the starting
runmode that we care about is still 'main_display', even though
technically CGI::App::start_mode is set to 'login'.
--
Rick Delaney
[EMAIL PROTECTED]
_______________________________________________
caf mailing list
[email protected]
http://list.lpi.org/cgi-bin/mailman/listinfo/caf