[cvs] commit: imp redirect.php imp/lib IMP.php Session.php api.php imp/lib/Auth imp.php

Michael M Slusarz slusarz at horde.org
Wed Sep 24 19:08:06 UTC 2008


slusarz     2008-09-24 15:08:06 EDT

  Modified files:
    .                    redirect.php 
    lib                  IMP.php Session.php api.php 
    lib/Auth             imp.php 
  Log:
  An attempt to clean up our login handling.  A source of confusion is the
  various different places we parse the servers.php file.  This file should only
  be parsed in one place - IMP_Session::. There are only a certain limited
  number of changes allowed to the servers.php entries, and these changes
  will only occur via the login screen.  Therefore, there is no need to pass
  server args to createSession() other than the 4 potential differences, which
  will only occur via the login page in redirect.php.
  Additionally, greatly simplify hordeauth code by changing IMP::canAutoLogin()
  to return the hordeauth login if autologin is available.
  
  Revision  Changes    Path
  1.59      +6 -20     imp/lib/Auth/imp.php
  1.724     +11 -5     imp/lib/IMP.php
  1.173     +12 -30    imp/lib/Session.php
  1.134     +2 -8      imp/lib/api.php
  1.164     +9 -26     imp/redirect.php

  Chora Links:
  http://cvs.horde.org/diff.php/imp/lib/Auth/imp.php?r1=1.58&r2=1.59&ty=u
  http://cvs.horde.org/diff.php/imp/lib/IMP.php?r1=1.723&r2=1.724&ty=u
  http://cvs.horde.org/diff.php/imp/lib/Session.php?r1=1.172&r2=1.173&ty=u
  http://cvs.horde.org/diff.php/imp/lib/api.php?r1=1.133&r2=1.134&ty=u
  http://cvs.horde.org/diff.php/imp/redirect.php?r1=1.163&r2=1.164&ty=u


More information about the cvs mailing list