aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Whoops! Was reporting ASSIGNED bugs as being closed. Also, changedterry%mozilla.org1999-11-031-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.
* Due to popular request, "bug changed" mail will only report changes interry%mozilla.org1999-11-031-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.)
* updated license boilerplatedmose%mozilla.org1999-11-0250-660/+766
|
* Back out last change -- specific to mozilla.org, not to general consumers of ↵terry%mozilla.org1999-10-291-13/+7
| | | | bugzilla.
* Try to herd netscape communicator users away from bugzilla. "if your browser ↵endico%mozilla.org1999-10-291-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.
* Fix perl warning.terry%mozilla.org1999-10-221-1/+1
|
* Ignore the "shadow" and "temp" directories.terry%mozilla.org1999-10-201-0/+2
|
* Fix perl warning.terry%mozilla.org1999-10-201-0/+1
|
* Fix perl warning.terry%mozilla.org1999-10-201-0/+3
|
* Fixed stupid perl warning.terry%mozilla.org1999-10-201-1/+3
|
* Need to value_quote() things that go into VALUE attributes in HTML.terry%mozilla.org1999-10-203-20/+44
|
* align "edit products" at the top so its not lost 3 screens down in the ↵endico%mozilla.org1999-10-201-2/+2
| | | | products list.
* Fixed stupid perl warning.terry%mozilla.org1999-10-191-1/+1
|
* Fixed stupid perl warnings.terry%mozilla.org1999-10-195-0/+65
|
* Fixed stupid perl warning.terry%mozilla.org1999-10-192-6/+13
|
* Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing ↵terry%mozilla.org1999-10-151-2/+2
| | | | up the 'when' column in the bugs_activity table.
* Patch by holger@holger.om.org (Holger Schurig) -- get the permissions right ↵terry%mozilla.org1999-10-151-1/+2
| | | | on the shadow directory.
* Fix invalid SQL introduced by last patch.terry%mozilla.org1999-10-151-6/+8
|
* Allow sorting of status whiteboard column.terry%mozilla.org1999-10-151-1/+1
|
* Removing the last vote on a bug was causing an SQL error.terry%mozilla.org1999-10-141-0/+1
|
* Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing theterry%mozilla.org1999-10-136-80/+2510
| | | | ability to edit components, products, and versions. Yay!
* Patch by Holger Schurig <holger@holger.om.org> -- If there is no exactly ONEterry%mozilla.org1999-10-132-109/+151
| | | | user in the profiles table, then this user will be promoted into all groups.
* Patch by Holger Schurig <holgerschurig@nikocity.de> -- replace all theterry%mozilla.org1999-10-1216-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!
* Patch by tom@platte.com (Tom Schutter) -- wasn't working if no groupsterry%mozilla.org1999-10-121-0/+3
| | | | had isbuggroup set.
* Updating the vote cache should not update the date-last-changed fieldterry%mozilla.org1999-10-123-5/+5
| | | | in the bug.
* Got rid of silly debugging hack.terry%mozilla.org1999-10-121-1/+0
|
* Sort votes in decreasing order, not increasing.terry%mozilla.org1999-10-121-2/+3
|
* Let's not keep everything locked up while regenerating.terry%mozilla.org1999-10-121-0/+2
|
* Stop reporting "area"; don't report voters on the CC line.terry%mozilla.org1999-10-121-7/+13
|
* Make "rescanall" only check bugs which have changed in the last two days.terry%mozilla.org1999-10-121-1/+1
|
* Added ability to run "processmail rescanall" to scan *every* bug forterry%mozilla.org1999-10-121-1/+15
| | | | any mail that ought to be sent to someone.
* Oops; need extra directions to avoid problems when removing the "area" column.terry%mozilla.org1999-10-121-3/+8
|
* Stupid hack to let things work with people who have bookmarkedterry%mozilla.org1999-10-121-0/+2
| | | | vote-sorting URLs using the old style.
* Added a "votes" field to the bugs table, which caches the total numberterry%mozilla.org1999-10-125-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.
* Fixed bug 15890 -- was producing garbled SQL if doing a queryterry%mozilla.org1999-10-091-1/+1
| | | | that required the bugs_activity table.
* Added ability to query by votes.terry%mozilla.org1999-10-081-0/+10
|
* Added ability to query by votes.terry%mozilla.org1999-10-082-4/+40
|
* Fixed bug 15808 -- previous change had busted querying of CC.terry%mozilla.org1999-10-081-2/+2
|
* Sorting by the vote column was busted.terry%mozilla.org1999-10-081-1/+1
|
* Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1999-10-0817-17/+361
| | | | be fixed.
* Helpfile for voting feature.terry%mozilla.org1999-10-081-0/+52
|
* Wow. Turns out this stuff would only handle 10 products. Did theterry%mozilla.org1999-10-072-2/+2
| | | | cheap fix that lets it handle 1000 products.
* Missing some whitespace that may be vital.terry%mozilla.org1999-10-071-1/+1
|
* Patch by holger@holger.om.org (Holger Schurig) -- cope if Chart::Lines ↵terry%mozilla.org1999-09-301-2/+4
| | | | module is unavailable.
* Patch by holger@holger.om.org (Holger Schurig) -- one more fancy header that ↵terry%mozilla.org1999-09-301-1/+1
| | | | was missing.
* Patch by holger@holger.om.org (Holger Schurig) -- was displaying header ↵terry%mozilla.org1999-09-282-3/+5
| | | | twice in some cases.
* Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to ↵terry%mozilla.org1999-09-283-7/+19
| | | | show quips.
* Don't send email notification of bug changes to people who aren't allowed to ↵terry%mozilla.org1999-09-261-3/+6
| | | | see that bug.
* Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper ↵terry%mozilla.org1999-09-252-1/+2
| | | | header on pages.
* Patch by Tom Schutter <tom@platte.com> -- set component to 'GNATS Import' ↵terry%mozilla.org1999-09-241-9/+12
| | | | instead of $product