Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-12-29 | Got rid of extra <H1> tag. | terry%mozilla.org | 1 | -1/+1 | |
1999-12-17 | Fixed very very nasty bug which, when deleting a component, would tell | terry%mozilla.org | 3 | -36/+51 | |
you it had no bugs (even when it had some), and would then proceed to delete all those bugs (even if you had the param set to never allow bug deletion.) Added some paranoia to prevent such things from happening again. Yikes. | |||||
1999-12-17 | Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla ↵ | terry%mozilla.org | 3 | -11/+90 | |
require comments on certain operations. | |||||
1999-12-15 | Force selection of a valid product when doing a mass | terry%mozilla.org | 1 | -0/+5 | |
reassign-to-component-owner. | |||||
1999-12-07 | Don't do dmose's paranoid checking of option values in the query page. | terry%mozilla.org | 2 | -1/+8 | |
1999-12-04 | Oops; previous patch caused extra percent-signs to appear in installations ↵ | terry%mozilla.org | 1 | -1/+1 | |
running older versions of MySQL. | |||||
1999-12-04 | Fixed bug 20126 -- use more international-friendly (and Y2K happier) date ↵ | terry%mozilla.org | 2 | -4/+4 | |
formats. | |||||
1999-12-03 | special cased DUPLICATE in the make_options() sanity-checking code | dmose%mozilla.org | 1 | -1/+2 | |
1999-12-03 | a bug fix or two and a whole bunch of sanity-checking of form submissions stuff | dmose%mozilla.org | 5 | -12/+163 | |
1999-11-20 | Updated version string to 2.9 (development) | terry%mozilla.org | 1 | -1/+1 | |
1999-11-20 | Updated version string to 2.8 (shipping) | terry%mozilla.org | 1 | -1/+1 | |
1999-11-20 | Was crashing if not using milestones. | terry%mozilla.org | 1 | -1/+1 | |
1999-11-19 | Fixed bug 4889 -- don't allow new bugs to be submitted with a blank summary. | terry%mozilla.org | 1 | -0/+7 | |
1999-11-19 | Patch by Tom Schutter <tom@platte.com>: Added some more doc, fixed product ↵ | terry%mozilla.org | 1 | -2/+5 | |
description. | |||||
1999-11-03 | Whoops! Was reporting ASSIGNED bugs as being closed. Also, changed | terry%mozilla.org | 1 | -4/+6 | |
it to report the resolution of the bug instead of the word "closed". Many thanks to dbaron@fas.harvard.edu for suggesting this change, and reporting the bug. | |||||
1999-11-03 | Due to popular request, "bug changed" mail will only report changes in | terry%mozilla.org | 1 | -8/+17 | |
state on dependent bugs if they move from an 'open' to a 'closed' state, or visa-versa. Also, if there are more than 5 bugs on the list, then we won't even try to generate the details (doing so only generates lots of extra mail that is too hard to parse anyway.) | |||||
1999-11-02 | updated license boilerplate | dmose%mozilla.org | 50 | -660/+766 | |
1999-10-29 | Back out last change -- specific to mozilla.org, not to general consumers of ↵ | terry%mozilla.org | 1 | -13/+7 | |
bugzilla. | |||||
1999-10-29 | Try to herd netscape communicator users away from bugzilla. "if your browser ↵ | endico%mozilla.org | 1 | -7/+13 | |
has a blue N logo go report the bug to netscape". This wording may be wrong later on but it works for now. | |||||
1999-10-22 | Fix perl warning. | terry%mozilla.org | 1 | -1/+1 | |
1999-10-21 | Ignore the "shadow" and "temp" directories. | terry%mozilla.org | 1 | -0/+2 | |
1999-10-21 | Fix perl warning. | terry%mozilla.org | 1 | -0/+1 | |
1999-10-20 | Fix perl warning. | terry%mozilla.org | 1 | -0/+3 | |
1999-10-20 | Fixed stupid perl warning. | terry%mozilla.org | 1 | -1/+3 | |
1999-10-20 | Need to value_quote() things that go into VALUE attributes in HTML. | terry%mozilla.org | 3 | -20/+44 | |
1999-10-20 | align "edit products" at the top so its not lost 3 screens down in the ↵ | endico%mozilla.org | 1 | -2/+2 | |
products list. | |||||
1999-10-19 | Fixed stupid perl warning. | terry%mozilla.org | 1 | -1/+1 | |
1999-10-19 | Fixed stupid perl warnings. | terry%mozilla.org | 5 | -0/+65 | |
1999-10-19 | Fixed stupid perl warning. | terry%mozilla.org | 2 | -6/+13 | |
1999-10-15 | Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing ↵ | terry%mozilla.org | 1 | -2/+2 | |
up the 'when' column in the bugs_activity table. | |||||
1999-10-15 | Patch by holger@holger.om.org (Holger Schurig) -- get the permissions right ↵ | terry%mozilla.org | 1 | -1/+2 | |
on the shadow directory. | |||||
1999-10-15 | Fix invalid SQL introduced by last patch. | terry%mozilla.org | 1 | -6/+8 | |
1999-10-15 | Allow sorting of status whiteboard column. | terry%mozilla.org | 1 | -1/+1 | |
1999-10-14 | Removing the last vote on a bug was causing an SQL error. | terry%mozilla.org | 1 | -0/+1 | |
1999-10-13 | Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing the | terry%mozilla.org | 6 | -80/+2510 | |
ability to edit components, products, and versions. Yay! | |||||
1999-10-13 | Patch by Holger Schurig <holger@holger.om.org> -- If there is no exactly ONE | terry%mozilla.org | 2 | -109/+151 | |
user in the profiles table, then this user will be promoted into all groups. | |||||
1999-10-13 | Patch by Holger Schurig <holgerschurig@nikocity.de> -- replace all the | terry%mozilla.org | 16 | -650/+965 | |
yicky old make*.sh files and the CHANGES file with a new, nifty checksetup.pl file that knows how to create a setup from scratch as well as upgrade an older setup to a new one. Very cool stuff! | |||||
1999-10-13 | Patch by tom@platte.com (Tom Schutter) -- wasn't working if no groups | terry%mozilla.org | 1 | -0/+3 | |
had isbuggroup set. | |||||
1999-10-12 | Updating the vote cache should not update the date-last-changed field | terry%mozilla.org | 3 | -5/+5 | |
in the bug. | |||||
1999-10-12 | Got rid of silly debugging hack. | terry%mozilla.org | 1 | -1/+0 | |
1999-10-12 | Sort votes in decreasing order, not increasing. | terry%mozilla.org | 1 | -2/+3 | |
1999-10-12 | Let's not keep everything locked up while regenerating. | terry%mozilla.org | 1 | -0/+2 | |
1999-10-12 | Stop reporting "area"; don't report voters on the CC line. | terry%mozilla.org | 1 | -7/+13 | |
1999-10-12 | Make "rescanall" only check bugs which have changed in the last two days. | terry%mozilla.org | 1 | -1/+1 | |
1999-10-12 | Added ability to run "processmail rescanall" to scan *every* bug for | terry%mozilla.org | 1 | -1/+15 | |
any mail that ought to be sent to someone. | |||||
1999-10-12 | Oops; need extra directions to avoid problems when removing the "area" column. | terry%mozilla.org | 1 | -3/+8 | |
1999-10-12 | Stupid hack to let things work with people who have bookmarked | terry%mozilla.org | 1 | -0/+2 | |
vote-sorting URLs using the old style. | |||||
1999-10-12 | Added a "votes" field to the bugs table, which caches the total number | terry%mozilla.org | 5 | -14/+100 | |
of votes that have been cast for that bug. This let me simplify the SQL in buglist.cgi, which makes things more efficient and fixes several strange bugs. | |||||
1999-10-09 | Fixed bug 15890 -- was producing garbled SQL if doing a query | terry%mozilla.org | 1 | -1/+1 | |
that required the bugs_activity table. | |||||
1999-10-08 | Added ability to query by votes. | terry%mozilla.org | 1 | -0/+10 | |