[cvs] commit: horde/lib/Auth application.php composite.php cyrus.php
http.php horde/lib Auth.php
Chuck Hagenbuch
chuck at horde.org
Tue Sep 23 15:10:11 PDT 2003
chuck 2003/09/23 15:10:10 PDT
Modified files:
lib/Auth application.php composite.php cyrus.php
http.php
lib Auth.php
Log:
Try to be consistent in passing parameters with Auth::getLoginScreen():
- always pass $app, and $url
- use Auth::getLoginScreen for static calls, and $auth->_getLoginScreen for object calls
- name subclass _getLoginScreen() methods appropriately
Add a 'loginScreen' parameter to the HTTP auth driver so that users can be directed
to an external login screen that will set HTTP auth.
Revision Changes Path
1.96 +23 -4 horde/lib/Auth.php
1.18 +7 -4 horde/lib/Auth/application.php
1.18 +10 -6 horde/lib/Auth/composite.php
1.7 +8 -5 horde/lib/Auth/cyrus.php
1.7 +26 -2 horde/lib/Auth/http.php
Chora Links:
http://cvs.horde.org/diff.php/horde/lib/Auth.php?r1=1.95&r2=1.96&ty=u
http://cvs.horde.org/diff.php/horde/lib/Auth/application.php?r1=1.17&r2=1.18&ty=u
http://cvs.horde.org/diff.php/horde/lib/Auth/composite.php?r1=1.17&r2=1.18&ty=u
http://cvs.horde.org/diff.php/horde/lib/Auth/cyrus.php?r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/diff.php/horde/lib/Auth/http.php?r1=1.6&r2=1.7&ty=u
More information about the cvs
mailing list