- 08 Jan, 2005 1 commit
-
-
travis%sedsystems.ca authored
Patch: travis r=mkanat a=justdave Also includes fixes for Bug 109573: New bugzilla accounts should by default have 'CC field changes' turned off, and Bug 275599: flag request email prefs not behaving correctly
-
- 31 Dec, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 275788: Provide a line of code that defines legal query formats for other scripts to use; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave.
-
- 23 Dec, 2004 1 commit
-
-
jake%bugzilla.org authored
Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com> r=wurblzap, a=justdave
-
- 27 Jul, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=joel a=justdave
-
- 13 May, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=gerv,preed a=justdave
-
- 27 Mar, 2004 2 commits
-
-
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.
-
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.
-
- 18 Mar, 2004 1 commit
-
-
justdave%syndicomm.com authored
Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. r= myk, gerv a= justdave
-
- 08 Mar, 2004 1 commit
-
-
gerv%gerv.net authored
Bug 232176 - Add a preferences panel for saved searches, to allow management all in one place. Patch by gerv; r,a=justdave.
-
- 07 Mar, 2004 1 commit
-
-
jocuri%softhome.net authored
-
- 03 Mar, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 123077; improve the ValidatePassword sub so that a password change is no longer accepted with a blank second field; r=kiko, a=justdave.
-
- 09 Nov, 2003 1 commit
-
-
gerv%gerv.net authored
-
- 03 Jun, 2003 1 commit
-
-
bbaetz%acm.org authored
r=myk,jake
-
- 05 May, 2003 1 commit
-
-
bbaetz%acm.org authored
r=joel, a=justdave
-
- 02 Apr, 2003 1 commit
-
-
bbaetz%acm.org authored
r=gerv a=justdave
-
- 27 Mar, 2003 1 commit
-
-
jake%bugzilla.org authored
r=justdave a=justdave
-
- 11 Oct, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 06 Oct, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 29 Sep, 2002 3 commits
-
-
myk%mozilla.org authored
Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where the qw construct needs to be surrounded by parentheses.
-
myk%mozilla.org authored
Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where the qw construct needs to be surrounded by parentheses.
-
myk%mozilla.org authored
Fix for bug 98801: Implementation of the request tracker, a set of enhancements to attachment statuses. r=gerv,bbaetz
-
- 23 Sep, 2002 1 commit
-
-
bugreport%peshkin.net authored
r=bbaetz, gerv
-
- 13 Sep, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. Patch by gerv; r=bbaetz.
-
- 26 Aug, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=joel x2
-
- 13 Aug, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=joel, preed
-
- 03 Jul, 2002 1 commit
-
-
myk%mozilla.org authored
r=jouni
-
- 17 Jun, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
early enough r=mattyt, jouni
-
- 08 May, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 25 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 24 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 02 Apr, 2002 2 commits
-
-
justdave%syndicomm.com authored
-
dkl%redhat.com authored
with ExcludeSelf form variable being all lowercase. Patch by David Lawrence <dkl@rehat.com> 2xr=gerv@mozilla.org
-
- 05 Mar, 2002 1 commit
-
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org> r=gerv x 2
-
- 01 Mar, 2002 2 commits
-
-
myk%mozilla.org authored
Fix for bug 128437: correctly display default values for new preferences on the "email preferences" tab. Fix by Myk Melez <myk@mozilla.org>. r=jake,justdave
-
myk%mozilla.org authored
Fix for bug 128422: Fixes serious tree horkage where everyone gets email on all changes regardless of email preferences. Fix by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org, waiting on second review but checking in now due to severity of bug.
-
- 28 Feb, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 117060 - templatise userprefs.cgi. We also get a nice new set of tabs and a properly-tabulated email prefs section.
-
- 04 Feb, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
the db when required instead. (Also fixes bug 58242 as a side effect) r=myk, kiko
-
- 20 Jan, 2002 1 commit
-
-
justdave%syndicomm.com authored
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
-
- 08 Nov, 2001 1 commit
-
-
myk%mozilla.org authored
Patch by Jake <jake@acutex.net>. r=bbaetz,myk
-
- 19 Oct, 2001 1 commit
-
-
gerv%gerv.net authored
-