aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Patch by holger@holger.om.org (Holger Schurig) -- several cleanups.terry%mozilla.org1999-09-244-7/+7
|
* Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on ↵terry%mozilla.org1999-09-245-5/+12
| | | | several pages that were missing it.
* Patch by Tom Schutter <tom@platte.com> -- was setting milestone descriptions ↵terry%mozilla.org1999-09-221-2/+2
| | | | to NULL instead of ''.
* This is a perl script to help import bugs from a GNATS database into aterry%mozilla.org1999-09-221-0/+1012
| | | | Bugzilla database. Contributed by Tom Schutter <tom@platte.com>
* Added a directory for contributed software.terry%mozilla.org1999-09-221-0/+10
|
* If a mangled "order" is specified, it was crashing.terry%mozilla.org1999-09-181-1/+1
|
* Patch by daa@rmi.net (Dave Avery) -- newer alphas of MySQL won't letterry%mozilla.org1999-09-165-9/+17
| | | | | use "when" as a column name, so let's change our usage while it's still easy to do so.
* Whining mail wasn't generated correctly if usernames != email addresses.terry%mozilla.org1999-09-152-2/+3
|