- 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
-
- 01 Jun, 2001 1 commit
-
-
justdave%syndicomm.com authored
-
- 24 May, 2001 1 commit
-
-
jake%acutex.net authored
r= justdave@syndicomm.com
-
- 11 May, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on errors looking up email addresses. Patch by <jake@acutex.net> r= justdave@syndicomm.com
-
- 28 Apr, 2001 1 commit
-
-
justdave%syndicomm.com authored
-
- 25 Apr, 2001 1 commit
-
-
tara%tequilarista.org authored
-
- 20 Mar, 2001 1 commit
-
-
dave%intrec.com authored
Re-re-fix for bug 71550. This will quite likely fix a number of bugs in other places. The DBID<->Name conversion routines in globals.pl were not pushing/popping the SQL state around their SQL calls, which could result in lost data if called from inside a loop which is handling other SQL data.
-
- 13 Mar, 2001 1 commit
-
-
endico%mozilla.org authored
Checking in Jake's <jake@acutex.net> interim patches from bug 30694. Bugzilla was showing bug summaries to everyone, even if they didn't have permission to view the bug. Jake's quick solution is to not display the bug at all if it is in a group no matter who is viewing it. The correct solution would be display the summary if the viewer had the proper permissions.
-
- 08 Mar, 2001 1 commit
-
-
gerv%gerv.net authored
-
- 21 Feb, 2001 1 commit
-
-
cyeh%bluemartini.com authored
patch submitted by afranke@ags.uni-sb.de (Andreas Franke) thanks for the patch. Now can reference attachments in other bugs as an HTML link.
-
- 02 Feb, 2001 1 commit
-
-
dave%intrec.com authored
Fix for bug 66149: better error message on connection failures. Patch by shie9022@msmailhub.oulan.ou.edu (Alan Shields)
-
- 25 Jan, 2001 1 commit
-
-
dave%intrec.com authored
Fix for bug 30694: adds title attributes to bug links with bug status and description. Patch by jake@acutex.net
-
- 23 Dec, 2000 1 commit
-
-
dmose%mozilla.org authored
changes from jake@acutex.net to make it possible to toggle the default value of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org. changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away. r=endico@mozilla.org,cyeh@bluemartini.com
-
- 12 Dec, 2000 1 commit
-
-
dmose%mozilla.org authored
add a stack to save the current global SQL state so that queries can be nested. used this mechanism to fix the 62618 regression. r=encido@mozilla.org
-
- 07 Dec, 2000 1 commit
-
-
dmose%mozilla.org authored
patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title attribute containing status and short description to various bug links. In some browsers (most Mozilla builds, at least) this makes the status and short description available as a tooltip, so it is no longer necessary to click through to see it. r=dmose@mozilla.org
-
- 31 Oct, 2000 1 commit
-
-
tara%tequilarista.org authored
-
- 16 Sep, 2000 1 commit
-
-
cyeh%bluemartini.com authored
patch by jmrobin@tgix.com
-
- 14 Sep, 2000 1 commit
-
-
cyeh%bluemartini.com authored
patch submitted by john.beranek@pace.co.uk (John Beranek)
-
- 12 Sep, 2000 1 commit
-
-
cyeh%bluemartini.com authored
-
- 14 Jul, 2000 1 commit
-
-
terry%mozilla.org authored
-