- 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
-
- 17 Mar, 2004 2 commits
-
-
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.
-
jocuri%softhome.net authored
Patch for bug 235459: add icalendar output format in buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
-
- 03 Mar, 2004 1 commit
-
-
justdave%syndicomm.com authored
-
- 01 Mar, 2004 1 commit
-
-
jocuri%softhome.net authored
-
- 29 Feb, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 235459: add icalendar todo output format for buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r,a=justdave.
-
- 25 Feb, 2004 1 commit
-
-
jocuri%softhome.net authored
Tree bustage fix: eliminates the tabs that have been introduced while checking in the patch for bug 226251.
-
- 23 Feb, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 226251 (internal error when server push is enabled): Due to randomization of perl hash table functionality since 5.8.1 the 'hack' to unset the nph parameter for multipart messages is not working reliable, instead a modified clone of the original multipart_init function is setting this parameter to '0' and is ignoring the given nph parameter from buglist.cgi; patch by Stephen Reindl <sr@stephenreindl.de>; r=bbaetz; a=justdave.
-
- 13 Feb, 2004 2 commits
-
-
myk%mozilla.org authored
r=justdave
-
gerv%gerv.net authored
Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave.
-
- 09 Feb, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 232441: Suggest solution in the error message in case admin forgets to rerun checksetup.pl; r=kiko; a=justdave.
-
- 06 Feb, 2004 1 commit
-
-
myk%mozilla.org authored
Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
-
- 31 Jan, 2004 1 commit
-
-
myk%mozilla.org authored
Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the semantically equivalent INNER JOIN over a comma (,). Patch by mkanat@kerio.com. r=myk a=myk
-
- 26 Jan, 2004 3 commits
-
-
myk%mozilla.org authored
Fix for bug 232164: Adds backwards-compatibility hack for changedin queries for newly created bugs and simplifies the code. r=bbaetz
-
myk%mozilla.org authored
Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use Bugzilla::Util, which contains the trim() function BugMail.pm needs. r=bbaetz
-
myk%mozilla.org authored
Fix for bug 232150: Corrects "field changed" queries including [Bug creation] as one of the fields so that they actually work instead of taking forever. The query was structured as "[Bug creation] clause OR (bugs_activity JOIN clause OR (other field clauses))" when it should have been "bugs_activity JOIN CLAUSE AND ([Bug creation] clause OR other field clauses)" r=bbaetz a=myk
-
- 22 Jan, 2004 1 commit
-
-
gerv%gerv.net authored
Bug 231391 - make "cumulate" option work on new charts, together with a few UI tweaks. Patch by gerv; r=kiko, a=myk.
-
- 21 Jan, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=bbaetz, a=justdave
-
- 20 Jan, 2004 1 commit
-
-
justdave%syndicomm.com authored
a= justdave
-
- 17 Jan, 2004 1 commit
-
-
kiko%async.com.br authored
the session. Patch by toms@myrealbox.com (Toms Baugis), with minor cleanups by me. r=kiko, a=myk.
-
- 12 Jan, 2004 1 commit
-
-
myk%mozilla.org authored
Fix for bug 229658: Implements a mechanism for extensions to hook into standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions. r=bbaetz, gerv a=myk
-