aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* If there is only one component, then select it for the user.terry%mozilla.org2000-01-161-0/+5
|
* Patch by kevin@suberic.net (kevin lyda) -- reformated to 77 columns.terry%mozilla.org2000-01-151-168/+191
|
* Checked in patch by Dawn Endico <endico@mozilla.org> -- whenterry%mozilla.org2000-01-151-0/+11
| | | | reassigning by component, reassign the qa contact too.
* Added "sanity check" to the list of things the maintainer gets toterry%mozilla.org2000-01-151-1/+2
| | | | choose from in the footer.
* Added a missing PutFooter().terry%mozilla.org2000-01-151-0/+1
|
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-1532-69/+434
| | | | | | | me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
* Remove unused files.terry%mozilla.org2000-01-151-70/+0
|
* Remove unused files.terry%mozilla.org2000-01-154-425/+0
|
* Fixed typos.terry%mozilla.org2000-01-141-3/+3
|
* Make wording a little more clear when a username is invalid.terry%mozilla.org2000-01-141-2/+4
|
* Send one last email notification to people when a bug gets reassignedterry%mozilla.org2000-01-142-6/+19
| | | | away from them or they get removed from the CC list.
* Allow displaying of a "keywords" column.terry%mozilla.org2000-01-142-21/+42
|
* Was sometimes putting a silly timestamp in the change log.terry%mozilla.org2000-01-141-3/+5
|
* Don't complain that the user isn't doing anything if he is actuallyterry%mozilla.org2000-01-141-4/+3
| | | | changing keywords.
* Provide a simple param to let the maintainer shut down Bugzilla for a while.terry%mozilla.org2000-01-134-4/+18
|
* "Change several bugs" was losing the sort order.terry%mozilla.org2000-01-131-1/+4
|
* Fixed warnings.terry%mozilla.org2000-01-121-5/+8
|
* Was making changes to bugs before validating the entries in the CCterry%mozilla.org2000-01-121-9/+19
| | | | field. This caused mid-air collisions and other weirdnesses.
* Worked around bug in older versions of MySQL that caused a report ofterry%mozilla.org2000-01-112-5/+18
| | | | one bug matching a keyword when there really are zero.
* Fixed a warning.terry%mozilla.org2000-01-111-1/+1
|
* Asking for both keywords and CC info was creating corrupted SQL.terry%mozilla.org2000-01-111-2/+2
|
* Stop generating the %::keywordsbyid hashtable that nothing was using.terry%mozilla.org2000-01-071-2/+0
|
* Whoops; SQL doesn't seem to want me to mention a table in a SELECT statementterry%mozilla.org2000-01-071-2/+2
| | | | if I'm not going to use it.
* Add support for a new "keywords" feature. This lets some centralterry%mozilla.org2000-01-078-16/+646
| | | | | | | | | | | | authority maintain a list of keywords, and users can associate any keyword with any bug. The new functionality won't appear until at least one keyword is defined. Note that you *must* run the "checksetup.pl" script after updating this change, in order to create the new required tables "keywords" and "keyworddefs".
* Oops; fixed table alignment problem introduced by last change.terry%mozilla.org2000-01-071-1/+1
|
* A few months ago, we lost the ability to edit the votes-per-user fieldterry%mozilla.org2000-01-051-11/+35
| | | | | in a product. Which meant nobody could turn on or off this feature. Restored the editing ability.
* When no bugs are found, give links to make another query or to submitterry%mozilla.org2000-01-051-0/+3
| | | | a new bug.
* Recognize Windows98.terry%mozilla.org2000-01-051-0/+1
|
* Got rid of extra <H1> tag.terry%mozilla.org1999-12-291-1/+1
|
* Fixed very very nasty bug which, when deleting a component, would tellterry%mozilla.org1999-12-173-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.
* Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla ↵terry%mozilla.org1999-12-173-11/+90
| | | | require comments on certain operations.
* Force selection of a valid product when doing a massterry%mozilla.org1999-12-151-0/+5
| | | | reassign-to-component-owner.
* Don't do dmose's paranoid checking of option values in the query page.terry%mozilla.org1999-12-072-1/+8
|
* Oops; previous patch caused extra percent-signs to appear in installations ↵terry%mozilla.org1999-12-041-1/+1
| | | | running older versions of MySQL.
* Fixed bug 20126 -- use more international-friendly (and Y2K happier) date ↵terry%mozilla.org1999-12-042-4/+4
| | | | formats.
* special cased DUPLICATE in the make_options() sanity-checking codedmose%mozilla.org1999-12-031-1/+2
|
* a bug fix or two and a whole bunch of sanity-checking of form submissions stuffdmose%mozilla.org1999-12-035-12/+163
|
* Updated version string to 2.9 (development)terry%mozilla.org1999-11-191-1/+1
|
* Updated version string to 2.8 (shipping)terry%mozilla.org1999-11-191-1/+1
|
* Was crashing if not using milestones.terry%mozilla.org1999-11-191-1/+1
|
* Fixed bug 4889 -- don't allow new bugs to be submitted with a blank summary.terry%mozilla.org1999-11-191-0/+7
|
* Patch by Tom Schutter <tom@platte.com>: Added some more doc, fixed product ↵terry%mozilla.org1999-11-191-2/+5
| | | | description.
* 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
|