- 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
-
- 11 Jan, 2004 1 commit
-
-
jocuri%softhome.net authored
Bug 230293: Need User configurable CSV seperator, or return as text/csv MIME type; patch by Stephen Lee <slee@wilcoxassoc.com>; r=gerv; a=justdave.
-
- 08 Dec, 2003 1 commit
-
-
gerv%gerv.net authored
Bug 226682 - make it possible to edit series. This also changes the Series object interface a bit. Patch by gerv; r=kiko, a=justdave.
-
- 07 Dec, 2003 2 commits
-
-
kiko%async.com.br authored
1). Factored code out from Bugzilla::Auth::DB->authenticate() into separate methods so we can use them externally. Add extra API to DB.pm, which is currently used only internally (pending part 2). r=bbaetz, a=justdave
-
justdave%syndicomm.com authored
Bug 226673: Eliminate some warnings in checksetup.pl for "blah::Version used only once" and make sure errors don't get wrapped in CGI:Carp's HTML wrapper. r=bbaetz, a=justdave
-
- 27 Nov, 2003 1 commit
-
-
kiko%async.com.br authored
logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave
-
- 23 Nov, 2003 2 commits
-
-
justdave%syndicomm.com authored
r=bbaetz, a=justdave
-
bbaetz%acm.org authored
r,a=justdave
-
- 22 Nov, 2003 2 commits
-
-
bbaetz%acm.org authored
-
bbaetz%acm.org authored
possibilities. Patch by Andreas Ho¶fle, r=bbaetz, a=myk
-
- 21 Nov, 2003 1 commit
-
-
kiko%async.com.br authored
flag. Simple namespace fix. r=myk, a=myk.
-
- 10 Nov, 2003 1 commit
-
-
justdave%syndicomm.com authored
-
- 08 Nov, 2003 2 commits
-
-
gerv%gerv.net authored
Bug 221160 - crash if illegal date specified in new charts date range. Patch by gerv; r=kiko, a=justdave.
-
gerv%gerv.net authored
Bug 222564 - The chart made when creating a new Product/Component is not public. Patch by gerv; r=kiko, a=justdave.
-
- 03 Nov, 2003 1 commit
-
-
justdave%syndicomm.com authored
-
- 02 Nov, 2003 1 commit
-
-
gerv%gerv.net authored
Bu 210735 - collectstats.pl broken. Removes "uninitialised value" warning. Patch by gerv; r=bbaetz, a=justdave.
-
- 26 Oct, 2003 1 commit
-
-
justdave%syndicomm.com authored
r= bbaetz, a= justdave
-
- 25 Oct, 2003 1 commit
-
-
myk%mozilla.org authored
Fix for bug 183788: make request mail go out when a request is created and there's no requestee but there is a cc: list
-
- 19 Oct, 2003 1 commit
-
-
jocuri%softhome.net authored
Bug 221977: Insecure dependency in require while running with -T switch at Bugzilla/Auth.pm; patch by Dave Miller (justdave@bugzilla.org); r=gerv; a=justdave.
-
- 18 Sep, 2003 1 commit
-
-
justdave%syndicomm.com authored
Bug 219216: Javascript improperly using FILTER html instead of FILTER js causing data with @ produced by javascript to show up as @ r=timeless, a=justdave
-
- 14 Sep, 2003 1 commit
-
-
bbaetz%acm.org authored
r,a=justdave
-
- 12 Sep, 2003 1 commit
-
-
gerv%gerv.net authored
Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of people, but in the end by gerv; r,a=justdave.
-
- 07 Sep, 2003 1 commit
-
-
gerv%gerv.net authored
Bug 207044 - Filter more template directives. None of these are security bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
-
- 03 Sep, 2003 1 commit
-
-
myk%mozilla.org authored
Fix for bug 145588: adds full-text search option for more accurate finding of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
-
- 02 Sep, 2003 1 commit
-
-
justdave%syndicomm.com authored
r= bbaetz, a= justdave
-
- 27 Aug, 2003 1 commit
-
-
myk%mozilla.org authored
Fix for bug 217029: creates appropriate date string if string is empty now that Date::Parse 2.27 doesn't do it for us auto-magically. r=justdave a=justdave
-
- 22 Aug, 2003 1 commit
-
-
burnus%gmx.de authored
r,a=justdave
-
- 15 Aug, 2003 1 commit
-
-
timeless%mozdev.org authored
r=preed a=justdave
-
- 01 Aug, 2003 1 commit
-
-
myk%mozilla.org authored
Patch by Stephen Lee <slee@@wilcoxassoc.com>. r=myk,a=myk
-
- 14 Jul, 2003 1 commit
-
-
bbaetz%acm.org authored
r,a=justdave
-
- 10 Jul, 2003 1 commit
-
-
justdave%syndicomm.com authored
Bug 107580: Add space to front of "New:" designator on bugmail so it will always sort before changed mails in an alphabetical subject listing in user mailboxes. Patch by benc@netscape.com r= myk, a=myk
-
- 26 Jun, 2003 1 commit
-
-
gerv%gerv.net authored
-