- 01 Sep, 2001 4 commits
-
-
jake%acutex.net authored
Patch by Christian Reis <kiko@async.com.br> r= justdave@syndicomm.com, caillon@returnzero.com
-
zach%zachlipton.com authored
Patch by Christopher Aillon (caillon@returnzero.com). r1=Christian Reis (kiko@async.com.br), r2=Zach Lipton (zach@zachlipton.com) though not really needed for this patch.
-
myk%mozilla.org authored
Fix for bug 97764: Fixes errant sending of mail on attachment changes to users who do not want to receive mail about their own changes. Patch by Jake <jake@acutex.net>. r=myk@mozilla.org; no second review needed.
-
zach%zachlipton.com authored
filed on this issue. NOT_PART_OF_BUILD.
-
- 31 Aug, 2001 5 commits
-
-
justdave%syndicomm.com authored
Fix for bug 97721: Bugzilla now requires Perl 5.005 (previous requirement was Perl 5.004). This is due to the use of Template Toolkit for templatizing the pages for easier local customization. The new attachment tracker that was checked in earlier tonight uses the templates. Also included on this patch is a check for AppConfig, which is a prerequisite for Template Toolkit, because the Makefile.PL for Template Toolkit won't run without it, and it doesn't tell CPAN that it has prereqs, which causes confusion if you're installing from CPAN. Patch by Dave Miller <justdave@syndicomm.com> r= myk@mozilla.org
-
justdave%syndicomm.com authored
Fix for bug 75840: syncshadowdb -syncall now properly shuts down Bugzilla during the sync process so mysql doesn't get overloaded while the tables are locked. This patch also adds some funtionality to the script to allow you to specify an alternate temp directory on the command line, in case you have a large database and need it made to a different filesystem for space reasons. Patch by Dawn Endico <endico@mozilla.org> and Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
myk%mozilla.org authored
Fix for bug 84338: initial implementation of attachment tracker, which lets users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
-
myk%mozilla.org authored
Fix for bug 84338: initial implementation of attachment tracker, which lets users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
-
justdave%syndicomm.com authored
Fix for bug 96534: The version, component, and milestone select lists on the query page were slow to reflow when you changed the product in the first select list. This patch is a complete rewrite from scratch of the javascript used on query.cgi, which results in an approximately 700% speed increase in the reflow time when changing the selected product. Patch by Chris Lahey <clahey@ximian.com> and Christian Reis <kiko@async.com.br> Javascript changes r= caillon@returnzero.com, louie@ximian.com Perl changes r= jake@acutex.net, justdave@syndicomm.com
-
- 30 Aug, 2001 6 commits
-
-
jake%acutex.net authored
Fix for bug 28736 - Bugmail will now show the summary for the bug that changed in the "This bug depends on bug X, which changed state" messages. Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
-
justdave%syndicomm.com authored
-
justdave%syndicomm.com authored
-
jake%acutex.net authored
Release Notes written by Matthew Tuck <matty@chariot.net.au> r= justdave@syndicomm.com, jake@acutex.net
-
barnboy%trilobyte.net authored
-
barnboy%trilobyte.net authored
./images so we don't have multiple copies of the same image, fixed these doc bugs (in no particular order): 94949 97070 97071 97114 96498 95970 96677 94953 96501 96679 97068 97191 97192
-
- 29 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
-
- 28 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
Re-fix for bug 87769: the original patch checked in for this prevented any votes from being changed at all. This corrects that so votes can be changed again while still trapping the error the original patch was designed to catch. Patch by Christoper Aillon <caillon@returnzero.com> r= justdave@syndicomm.com
-
- 27 Aug, 2001 3 commits
-
-
justdave%syndicomm.com authored
number to 2.14rc to indicate release candidate status.
-
justdave%syndicomm.com authored
entries into additional entries if they're too long to fit. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
-
jake%acutex.net authored
Patch by Christopher Aillon <christopher@aillon.com> r= jake@acutex.net
-
- 26 Aug, 2001 1 commit
-
-
jake%acutex.net authored
Patch by Christopher Aillon <christopher@aillon.com> r= jake@acutex.net
-
- 25 Aug, 2001 2 commits
-
-
jake%acutex.net authored
Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
-
justdave%syndicomm.com authored
Fix for bug 95235: variables with untrusted content were being echoed back to the user in error messages. Those variables are now run through html_quote() first. Patch by Gavin Shelley <gavins@iplbath.com> r= justdave@syndicomm.com
-
- 23 Aug, 2001 1 commit
-
-
barnboy%trilobyte.net authored
note, caution, and tip entries.
-
- 22 Aug, 2001 1 commit
-
-
barnboy%trilobyte.net authored
known outstanding doc bug! Yay release. Still many things to fix. Aren't there always?
-
- 21 Aug, 2001 2 commits
-
-
gerv%gerv.net authored
-
myk%mozilla.org authored
Fix for bug 96085: don't allow unauthorized users to access restricted bugs that do not have a QA contact. Patch by Myk Melez <myk@mozilla.org> r=Jake <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
-
- 18 Aug, 2001 3 commits
-
-
jake%acutex.net authored
Refixing bug 95875 - The code that breakes the typed in CC list into individual lists is now slightly more robust and allows perl to handle the splitting more efficiently (by using a space as the delimiter). r= myk@mozilla.org
-
justdave%syndicomm.com authored
Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
-
jake%acutex.net authored
Fix for bug 95747 - CC List validation (for additions) wasn't happening until after the bug's changes were in the process of being commited. This caused problems if a typo was made in the e-mail address. r= myk@mozilla.org
-
- 17 Aug, 2001 3 commits
-
-
jake%acutex.net authored
Fix for bug 95731: "INSERT INTO shadowlog" failed because "Table 'shadowlog' not locked", fixed typo in lock tables command. Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
-
justdave%syndicomm.com authored
Fix for bug 95743: the role-accessible checkboxes were getting cleared if a user with group access had to log in to make changes to a public bug. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
-
justdave%syndicomm.com authored
Fix for bug 95731: "INSERT INTO shadowlog" failed because "Table 'shadowlog' not locked", fixed typo in lock tables command. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
-
- 16 Aug, 2001 5 commits
-
-
jake%acutex.net authored
Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
-
justdave%syndicomm.com authored
Fix for bug 95535: the token generator for password resets is allowing the & character to be used for tokens, but wasn't escaping them for the URL it emailed to users to use to get in to reset their password. Patch by Dave Miller <justdave@syndicomm.com> r= myk@mozilla.org
-
justdave%syndicomm.com authored
Fix for bug 87779: thanks to the new password reset code, there was no clear way to create a new Bugzilla account from the login screen. There is now a link to createaccount.cgi from the login screen, and the text around the password reset button has been edited so it doesn't sound like you can get a new account by using it (because you can't) Patch by Dave Miller <justdave@syndicomm.com> r= myk@mozilla.org
-
justdave%syndicomm.com authored
Patch by Gervase Markham <gerv@mozilla.org> r= justdave@syndicomm.com
-
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
-