- 21 Aug, 2004 1 commit
-
-
bugreport%peshkin.net authored
patch by Albert Ting r=joel, glob a=myk
-
- 04 Aug, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=kiko a=justdave
-
- 31 Jul, 2004 1 commit
-
-
bugreport%peshkin.net authored
patch by erik,joel r=kiko a=justdave
-
- 27 Jul, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=kiko a=justdave
-
- 24 Jul, 2004 1 commit
-
-
kiko%async.com.br authored
[edit] link next to attachments in comment text, and removes the &action=view suffix which breaks things when pasting into a shell. r=bugreport, myk; a=myk.
-
- 10 Jul, 2004 1 commit
-
-
bugreport%peshkin.net authored
patch by kiko r=joel,justdave a=justdave
-
- 19 Jun, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 246778: ThrowUserError shouldn't cause internal error with timetracking; patch by Marc Schumann <marcschum@web.de>; r=kiko; a=justdave.
-
- 13 May, 2004 2 commits
-
-
jouni%heikniemi.net authored
Bug 226411: Fixed the indentation issue mentioned in bug comments but forgotten on previous checkin.
-
bugreport%peshkin.net authored
patch by jouni r=joel,myk a=justdave
-
- 12 May, 2004 2 commits
-
-
bugreport%peshkin.net authored
r=timeless,a=justdave
-
bugreport%peshkin.net authored
r=timeless, a=justdave
-
- 23 Apr, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 240004: limit the password generation subroutine to nice characters only; patch by Paul Wallingford <bugzilla@steeleware.com>; r=vladd; a=justdave.
-
- 29 Mar, 2004 1 commit
-
-
kiko%async.com.br authored
-
- 27 Mar, 2004 3 commits
-
-
gerv%gerv.net authored
Bug 233962 - UserInGroup() should not accept a second parameter any longer. Patch by gerv; r=bbaetz, justdave, joel; 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.
-
jocuri%softhome.net authored
Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
-
- 22 Mar, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 237840: eliminate case sensitivity for "attachment N" linkification; r=kiko, a=justdave.
-
- 18 Mar, 2004 2 commits
-
-
justdave%syndicomm.com authored
Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, prevents bugs from being closed if there are any bugs blocking it which are still open. Patch by Andreas Höfler <andreas.hoefler@bearingpoint.com> r= justdave, a= myk
-
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
-
- 17 Mar, 2004 1 commit
-
-
kiko%async.com.br authored
specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of <strike> to use new classes and clean up callsites. Patch by byron jones <bugzilla@glob.com.au>. r=myk, gerv. a=myk.
-
- 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.
-
- 14 Feb, 2004 1 commit
-
-
gerv%gerv.net authored
Bug 233645 - fix a number of 'undef' warnings which were killing performance for multiple bug change. Patch by gerv; r,a=justdave.
-
- 29 Jan, 2004 1 commit
-
-
myk%mozilla.org authored
r=justdave
-
- 15 Jan, 2004 1 commit
-
-
kiko%async.com.br authored
to the list of supported protocols in quoteUrls(). Patch by Emmanuel Bourg <smanux@lfjr.net>, r=kiko, a=justdave.
-
- 22 Nov, 2003 1 commit
-
-
bbaetz%acm.org authored
-
- 07 Nov, 2003 1 commit
-
-
jocuri%softhome.net authored
Bug 155119: reassigning bugs to a product with no components gives 'browser' error; patch by Chuck Duvall <caduvall@glue.umd.edu>; r=bbaetz; a=justdave.
-
- 31 Oct, 2003 1 commit
-
-
jocuri%softhome.net authored
-
- 30 Oct, 2003 1 commit
-
-
kiko%async.com.br authored
messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk.
-
- 26 Oct, 2003 1 commit
-
-
justdave%syndicomm.com authored
Bug 218386: add 'view-source:' to the link of URL protocols which automatcalyy get hyperlinked in comments. r= timeless, a= justdave
-
- 24 Aug, 2003 1 commit
-
-
justdave%syndicomm.com authored
-
- 06 Aug, 2003 1 commit
-
-
justdave%syndicomm.com authored
Backing out changes accidently checked in with bug 174942: the "die_with_dignity" sub is supposed to remain commented out in CVS. Also adding comments with the sub to explain what it's used for.
-
- 31 Jul, 2003 1 commit
-
-
jkeiser%netscape.com authored
Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
-
- 27 Jul, 2003 1 commit
-
-
caillon%returnzero.com authored
r=kiko@async.com.br a=justdave@netscape.com
-
- 11 Jul, 2003 1 commit
-
-
justdave%syndicomm.com authored
r= jaypee, a= justdave
-
- 24 Jun, 2003 1 commit
-
-
myk%mozilla.org authored
Fix for bug 204631: enhances config.cgi to generate a list of queryable fields so third-party clients can populate search forms with the list. r=gerv a=myk
-
- 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
-
- 27 Apr, 2003 1 commit
-
-
bbaetz%acm.org authored
patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave
-
- 25 Apr, 2003 2 commits
-
-
myk%mozilla.org authored
r=bbaetz,jpreed a=justdave
-
bbaetz%acm.org authored
r=myk, justdave a=justdave
-