- 02 Sep, 2003 1 commit
-
-
justdave%syndicomm.com authored
Bug 190040: sanitycheck now has "view as buglist" links after lists of bugs as well as all listed bugs linked Patch by GavinS <bugzilla@chimpychompy.org> r= justdave, a= justdave
-
- 03 Jun, 2003 1 commit
-
-
bbaetz%acm.org authored
r=myk,jake
-
- 27 Apr, 2003 1 commit
-
-
bbaetz%acm.org authored
patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave
-
- 27 Mar, 2003 1 commit
-
-
jake%bugzilla.org authored
r=justdave a=justdave
-
- 08 Mar, 2003 1 commit
-
-
justdave%syndicomm.com authored
-
- 10 Feb, 2003 1 commit
-
-
preed%sigkill.com authored
-
- 25 Nov, 2002 1 commit
-
-
bugreport%peshkin.net authored
Patch by joel r=bbaetz,justdave a=justdave
-
- 06 Oct, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 05 Oct, 2002 10 commits
-
-
matty%chariot.net.au authored
... and also fix a bug introduced trying to unrot the general bug check rewrite, due to product IDs.
-
matty%chariot.net.au authored
Back out a stupid stupid change I made earlier when fixing the stupid stupid bustage I made even earlier. I need sleep.
-
matty%chariot.net.au authored
-
matty%chariot.net.au authored
Bug #93667: Minor style fix, uninit var fix, add explanatory comments to CrossCheck/DoubleCrossCheck.
-
matty%chariot.net.au authored
-
matty%chariot.net.au authored
-
matty%chariot.net.au authored
-
matty%chariot.net.au authored
-
matty%chariot.net.au authored
-
matty%chariot.net.au authored
-
- 30 Sep, 2002 1 commit
-
-
myk%mozilla.org authored
Fix for bug 171506: Fixes bustage in sanitycheck.cgi by making it check for correct product IDs in the flaginclusions and flagexclusions tables instead of the flagtypes table, which no longer has a product_id field. r=joel
-
- 29 Sep, 2002 1 commit
-
-
myk%mozilla.org authored
Fix for bug 98801: Implementation of the request tracker, a set of enhancements to attachment statuses. r=gerv,bbaetz
-
- 23 Sep, 2002 1 commit
-
-
bugreport%peshkin.net authored
r=bbaetz, gerv
-
- 26 Aug, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=joel x2
-
- 12 Aug, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
-
- 08 Jul, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=jouni x2
-
- 28 Jun, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=jouni, gerv
-
- 22 May, 2002 1 commit
-
-
matty%chariot.net.au authored
-
- 04 Apr, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=gerv, justdave
-
- 04 Mar, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=justdave, ddkilzer@theracingworld.com
-
- 20 Jan, 2002 1 commit
-
-
justdave%syndicomm.com authored
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
-
- 05 Oct, 2001 1 commit
-
-
jake%acutex.net authored
Fix for bug 83474 - The tables were not being unlocked properly when rebuilding the keyword cache if there were no keywords to rebuild. Patch by Lukasz Engel <Lukasz.Engel@softax.pl> r= matty@chariot.net.au
-
- 19 Sep, 2001 1 commit
-
-
jake%acutex.net authored
Fix for bug 97971 - Sanity check should check statuses, resolutions, everconfirmed & number of votes. Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
-
- 10 Sep, 2001 2 commits
-
-
jake%acutex.net authored
Patch by Matthew Tuck <matty@chariot.net.au> r= caillon@returnzero.com, jake@acutex.net
-
jake%acutex.net authored
Patch by Matthew Tuck <matty@chariot.net.au> r= afranke@ags.uni-sb.de, jake@acutex.net
-
- 07 Sep, 2001 1 commit
-
-
justdave%syndicomm.com authored
refix for bug 91808: previous patch for this bug used an INNER JOIN construct in the SQL, which is not supported by the minimum version of MySQL that we require. Patch by Matthew Tuck <matty@chariot.net.au> r= justdave x2
-
- 03 Sep, 2001 1 commit
-
-
justdave%syndicomm.com authored
Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net, caillon@returnzero.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
-
- 02 Jun, 2001 1 commit
-
-
jake%acutex.net authored
sanitycheck.cgi was able to be run by anybody - even people without Bugzilla accounts. It is now restricted to only people with the editbugs permission (bug 54556). Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
-
- 08 Apr, 2001 1 commit
-
-
justdave%syndicomm.com authored
initialqacontact fields in the components table. Patch by Matthew Tuck <matty@chariot.net.au> r= afranke, justdave
-
- 23 Feb, 2001 1 commit
-
-
cyeh%bluemartini.com authored
based on patch submitted by baulig@suse.de (Martin Baulig).
-
- 20 Jan, 2001 1 commit
-
-
tara%tequilarista.org authored
-