1. 12 Apr, 2004 2 commits
  2. 10 Apr, 2004 3 commits
  3. 09 Apr, 2004 2 commits
  4. 07 Apr, 2004 4 commits
  5. 06 Apr, 2004 3 commits
  6. 05 Apr, 2004 2 commits
  7. 04 Apr, 2004 1 commit
  8. 03 Apr, 2004 3 commits
  9. 02 Apr, 2004 4 commits
  10. 01 Apr, 2004 4 commits
  11. 30 Mar, 2004 1 commit
  12. 29 Mar, 2004 1 commit
  13. 28 Mar, 2004 5 commits
  14. 27 Mar, 2004 5 commits
    • gerv%gerv.net's avatar
      Bug 233962 - UserInGroup() should not accept a second parameter any longer.… · ea93be21
      gerv%gerv.net authored
      Bug 233962 - UserInGroup() should not accept a second parameter any longer. Patch by gerv; r=bbaetz, justdave, joel; a=justdave.
      ea93be21
    • justdave%syndicomm.com's avatar
      Bug 235265: Getting rid of some unwanted form value dumps. · 38bb9a56
      justdave%syndicomm.com authored
      Patch by Jouni Heikniemi <jouni@heikniemi.net>
      r= justdave, kiko; a= justdave
      38bb9a56
    • kiko%async.com.br's avatar
      Fix for bug 234175: Remove deprecated ConnectToDatabase() and · 4df1c8fd
      kiko%async.com.br authored
      quietly_check_login()/confirm_login() calls.  Cleans up callsites
      (consisting of most of our CGIs), swapping (where appropriate) for calls
      to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>.
      r=bbaetz, kiko. a=justdave.
      4df1c8fd
    • kiko%async.com.br's avatar
      Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. … · 3374c87e
      kiko%async.com.br authored
      Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI.             Consolidates the logout code into Bugzilla::Auth::CGI, and provides
      simple front-end wrappers in Bugzilla.pm for use in the CGIs we have.
      r=bbaetz, joel; a=justdave.
      
      Adds a set of constants to the logout() API which allow specifying "how
      much" we should log out -- all sessions, the current session, or all
      sessions but the current one.
      
      Fixes callsites to use this new API; cleans and documents things a
      bit while we're at it. Part I in the great COOKIE apocalypse.
      3374c87e
    • kiko%async.com.br's avatar
      Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. · 8a06f991
      kiko%async.com.br authored
      Consolidates the logout code into Bugzilla::Auth::CGI, and provides
      simple front-end wrappers in Bugzilla.pm for use in the CGIs we have.
      r=bbaetz, joel; a=justdave.
      
      Adds a set of constants to the logout() API which allow specifying "how
      much" we should log out -- all sessions, the current session, or all
      sessions but the current one.
      
      Fixes callsites to use this new API; cleans and documents things a
      bit while we're at it. Part I in the great COOKIE apocalypse.
      8a06f991