- 20 Jan, 2002 1 commit
-
-
justdave%syndicomm.com authored
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
-
- 17 Dec, 2001 1 commit
-
-
zach%zachlipton.com authored
Fix for bug 113646, midair when changing assignee gives error. Fix changes sub trim() in globals.pl not to use $_ so as not to conflict with $_ values allready set. Patch by myk@mozilla.org, r1=bbaetz, r2=dave.
-
- 17 Nov, 2001 3 commits
-
-
matty%chariot.net.au authored
Bug 104677 : Votes field (text style) on showvotes.cgi defaults to size 5, not natural size and doesn't include a maxlength attribute. Patch by Christoper Aillon <caillon@returnzero.com>.
-
bbaetz%cs.mcgill.ca authored
Quote manually rather than using qw to get arround this
-
bbaetz%cs.mcgill.ca authored
taint mode. The perforce integration stuff needs this. r=gerv,mattyt
-
- 12 Nov, 2001 1 commit
-
-
jake%acutex.net authored
Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a tooltip for it, you'd get uninitialized variables warnings in your error log. This path also introduces a cache so if the same bug # is mentioned more than once during the same running of the script, it only has to query the database once. r= mattyt, gerv
-
- 25 Oct, 2001 1 commit
-
-
bbaetz%cs.mcgill.ca authored
warning was hidden from the tests by bug 106424. r=Jake, no 2nd review needed.
-
- 23 Oct, 2001 1 commit
-
-
bbaetz%cs.mcgill.ca authored
Also fixes seeing bugs in the buglist (bug 95024), dependancy lists, tooltips, duplicates, and everywhere else I could see which checked group bugs.groupset == 0. Also fxed bug 101560, by clearing BASH_ENV r=myk,justdave
-
- 20 Oct, 2001 4 commits
-
-
jake%acutex.net authored
Patch by Gerv <gerv@mozilla.org> and Myself. r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com
-
jake%acutex.net authored
-
gerv%gerv.net authored
-
jake%acutex.net authored
Bug 73180 - We now put a notice at the top of the versioncache file saying that it should not be edited. Patch by Matthew Tuck <matty@chariot.net.au> r= gerv@mozilla.org, jake@acutex.net
-
- 14 Oct, 2001 1 commit
-
-
gerv%gerv.net authored
-
- 13 Oct, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
-
- 12 Oct, 2001 3 commits
-
-
justdave%syndicomm.com authored
Backing out Gerv's checkin for bug 71840. Per the bug report, it did not have proper review first, and myk objected to what got landed on irc.
-
gerv%gerv.net authored
-
gerv%gerv.net authored
-
- 03 Oct, 2001 1 commit
-
-
justdave%syndicomm.com authored
Patch by Dave Miller <justdave@syndicomm.com> r= timeless@mac.com (no 2nd review needed)
-
- 15 Sep, 2001 1 commit
-
-
jake%acutex.net authored
Fix for bug 30731 - Reassigning closed bugs from the mass change page caused their status to be set to new. r= myk@mozilla.org, zach@zachlipton.com
-
- 01 Sep, 2001 1 commit
-
-
jake%acutex.net authored
Patch by Christian Reis <kiko@async.com.br> r= justdave@syndicomm.com, caillon@returnzero.com
-
- 30 Aug, 2001 2 commits
-
-
justdave%syndicomm.com authored
-
justdave%syndicomm.com authored
-
- 27 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
number to 2.14rc to indicate release candidate status.
-
- 25 Aug, 2001 1 commit
-
-
jake%acutex.net authored
Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
-
- 20 Aug, 2001 1 commit
-
-
myk%mozilla.org authored
Fix for bug 95890: Correctly convert/record keyword changes in the bugs_activity table for keywords containing a plus sign or other regular expression meta-characters. Myk's first ever Bugzilla checkin! Patch by Dave Miller <justdave@syndicomm.com> and Myk Melez <myk@mozilla.org>. r=myk@mozilla.org,justdave@syndicomm.com
-
- 16 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 92593: Changing a bugs product will no longer remove the votes from that bug unless the number of votes for a given user is beyond what is allowed per-bug on the new product. Only the per-bug vote count is checked. If the user is beyond the per-product vote limit for the new product, it is left alone, on the theory that it's better to preserve the votes on the bug. The user will be forced to reduce their votes to fit the product limit the next time they try to vote on something. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
- 15 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
- 14 Aug, 2001 1 commit
-
-
jake%acutex.net authored
r= justdave@syndicomm.com
-
- 11 Aug, 2001 2 commits
-
-
justdave%syndicomm.com authored
Fix for bug 94618: remove restrictions on valid characters in passwords. If crypt() takes it, why shouldn't we? Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
-
zach%zachlipton.com authored
fix for bug 66235: process_bug.cgi: multiple product change misses the groupset bit. Patch by Myk <myk@mozilla.org> r=Jake, oh, and it's my first checkin, yahoo!
-
- 20 Jul, 2001 1 commit
-
-
jake%acutex.net authored
Fix for bugs 55161 and 12819. The activity log now stores only what's changed in multi-value fields. r= justdave@syndicomm.com
-
- 11 Jul, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com, jake@acutex.net
-
- 04 Jul, 2001 3 commits
-
-
justdave%syndicomm.com authored
Patch by Gervase Markham <gervase.markham@univ.ox.ac.uk> r= justdave@syndicomm.com
-
justdave%syndicomm.com authored
removing "Use Carp" and "sub die_with_dignity" that I was supposed to remove from the previous patch before checking it in.
-
justdave%syndicomm.com authored
Fix for bug 59349: Processmail now runs in taint (perl -T and $db->{Taint}=1) mode. Hooks also added to globals.pl to make converting other files in Bugzilla to run in Taint mode easier. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
- 01 Jul, 2001 1 commit
-
-
justdave%syndicomm.com authored
Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
-
- 11 Jun, 2001 1 commit
-
-
justdave%syndicomm.com authored
Re-fix for bug 21253: fix calling conventions for syncshadowdb so that a phony parameter to get past the multi-param system() test in tinderbox actually works. r= tara
-
- 08 Jun, 2001 1 commit
-
-
justdave%syndicomm.com authored
Hopefully the fix for bug 77778: component lists, etc stuttering due to corruption in data/versioncache. Patch design by Terry Weissman <terry@mozilla.org> Patch implemented by Dave Miller <justdave@syndicomm.com> r= tara@tequilarista.org
-
- 07 Jun, 2001 1 commit
-
-
justdave%syndicomm.com authored
Patch by Dave Miller <justdave@syndicomm.com> r= tara@tequilarista.org
-
- 06 Jun, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 75482: adding the capability to deactivate a group without deleting it (prevent new bugs from being placed into that group, but don't remove the group restriction from bugs already in it). Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
-