- 23 Jul, 2004 3 commits
-
-
kiko%async.com.br authored
'abort' after passing a few minutes looking for it. rs=joel
-
kiko%async.com.br authored
with the rest of Bugzilla.
-
kiko%async.com.br authored
function to Bugzilla::Bug and uses it in relevant callsites. Patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>. r=kiko, a=justdave.
-
- 22 Jul, 2004 2 commits
-
-
bugreport%peshkin.net authored
r=jouni a=justdave
-
bugreport%peshkin.net authored
invalid search combinations. r=jouni a=justdave
-
- 21 Jul, 2004 3 commits
-
-
bugreport%peshkin.net authored
patch by erik r=joel, kiko a=myk
-
bugreport%peshkin.net authored
r=justdave,myk,timeless a=myk
-
bugreport%peshkin.net authored
r=jouni a=myk
-
- 20 Jul, 2004 1 commit
-
-
jouni%heikniemi.net authored
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=jouni, a=justdave
-
- 17 Jul, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=justdave a=justdave
-
- 14 Jul, 2004 1 commit
-
-
bugreport%peshkin.net authored
patch by jouni r=kiko,joel a=justdave
-
- 13 Jul, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=jouni a=justdave
-
- 12 Jul, 2004 4 commits
-
-
bugreport%peshkin.net authored
-
bugreport%peshkin.net authored
patch by erik r=joel a=justdave
-
bugreport%peshkin.net authored
r=zach,justdave a=justdave
-
jouni%heikniemi.net authored
-
- 10 Jul, 2004 3 commits
-
-
justdave%bugzilla.org authored
-
justdave%bugzilla.org authored
Bug 238797: minor adjustment to javascript filters to prevent tags inserted in product, component, and flag names from causing problems. r=gerv, a=justdave
-
bugreport%peshkin.net authored
r=bbaetz a=justdave
-
- 09 Jul, 2004 1 commit
-
-
timeless%mozdev.org authored
patch by bugzilla@glob.com.au r=joel a=justdave
-
- 06 Jul, 2004 1 commit
-
-
jouni%heikniemi.net authored
r=joel, justdave a=justdave
-
- 03 Jul, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 248001: Conversion of boolean conditions in SQL statements for better DB independence; patch by David Lawrence <dkl@redhat.com>; r=joel, vladd; a=justdave.
-
- 16 Jun, 2004 1 commit
-
-
bugreport%peshkin.net authored
-
- 02 Jun, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=jouni a=myk
-
- 27 May, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=jouni a=justdave
-
- 26 May, 2004 2 commits
-
-
justdave%bugzilla.org authored
Bug 227172: Deal with race condition between a user being removed from the CC on a bug and changing their email address before the bugmail is sent. r=jouni, a=justdave
-
bugreport%peshkin.net authored
r=justdave a=justdave
-
- 25 May, 2004 1 commit
-
-
jouni%heikniemi.net authored
-
- 20 May, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 217627: fix Bugzilla internal error message that appears if bug alias starts with zero; patch by Alexey Gladkov <legion@altlinux.org>; r=justdave; a=justdave.
-
- 14 May, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=jouni a=justdave
-
- 12 May, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=timeless,a=justdave
-
- 06 Apr, 2004 1 commit
-
-
myk%mozilla.org authored
Fix for bug 237176: allows power users to display relevance values as a column in the search results for a fulltext search r=justdave a=justdave
-
- 01 Apr, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 232554: fix SQL queries in Flag.pm in order to fix a bug that causes flags to remain set but inaccessible when product changes; patch by Max K-A <mkanat@kerio.com>; r=bbaetz,myk; a=justdave.
-
- 27 Mar, 2004 3 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
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.
-
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.
-
- 26 Mar, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 238683: fix for usage of uninitialized value in concatenation in Bugzilla/CGI.pm: remove extra $ char; patch by corporate_gadfly@hotmail.com; r=vlad; a=justdave.
-
- 20 Mar, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 179351: improve variable scoping issues in order to fix a bug causing oddly formatted dependency emails; patch by Teemu Mannermaa <wicked@etlicon.fi> revised slightly by justdave; r=joel; a=justdave.
-
- 18 Mar, 2004 2 commits
-
-
justdave%syndicomm.com authored
r= gerv, a= justdave
-
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
-