Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-01-17 | Use new "keywords" cache to display keywords in bug lists. Not only | terry%mozilla.org | 1 | -15/+1 | |
is this much faster, but it also lets you sort by that column, and requires less special-case code. | |||||
2000-01-17 | Added a "keywords" field to a bug, which is a cached string-based copy | terry%mozilla.org | 3 | -26/+176 | |
of all the keywords assigned to the bug. Right now, we only have code that generates and maintains this field; soon will come code that actually uses it. | |||||
2000-01-17 | Oops! Fixed stupid typo in last patch. | terry%mozilla.org | 1 | -1/+1 | |
2000-01-16 | If there is only one component, then select it for the user. | terry%mozilla.org | 1 | -0/+5 | |
2000-01-15 | Patch by kevin@suberic.net (kevin lyda) -- reformated to 77 columns. | terry%mozilla.org | 1 | -168/+191 | |
2000-01-15 | Checked in patch by Dawn Endico <endico@mozilla.org> -- when | terry%mozilla.org | 1 | -0/+11 | |
reassigning by component, reassign the qa contact too. | |||||
2000-01-15 | Added "sanity check" to the list of things the maintainer gets to | terry%mozilla.org | 1 | -1/+2 | |
choose from in the footer. | |||||
2000-01-15 | Added a missing PutFooter(). | terry%mozilla.org | 1 | -0/+1 | |
2000-01-15 | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 32 | -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. | |||||
2000-01-15 | Remove unused files. | terry%mozilla.org | 1 | -70/+0 | |
2000-01-15 | Remove unused files. | terry%mozilla.org | 4 | -425/+0 | |
2000-01-14 | Fixed typos. | terry%mozilla.org | 1 | -3/+3 | |
2000-01-14 | Make wording a little more clear when a username is invalid. | terry%mozilla.org | 1 | -2/+4 | |
2000-01-14 | Send one last email notification to people when a bug gets reassigned | terry%mozilla.org | 2 | -6/+19 | |
away from them or they get removed from the CC list. | |||||
2000-01-14 | Allow displaying of a "keywords" column. | terry%mozilla.org | 2 | -21/+42 | |
2000-01-14 | Was sometimes putting a silly timestamp in the change log. | terry%mozilla.org | 1 | -3/+5 | |
2000-01-14 | Don't complain that the user isn't doing anything if he is actually | terry%mozilla.org | 1 | -4/+3 | |
changing keywords. | |||||
2000-01-13 | Provide a simple param to let the maintainer shut down Bugzilla for a while. | terry%mozilla.org | 4 | -4/+18 | |
2000-01-13 | "Change several bugs" was losing the sort order. | terry%mozilla.org | 1 | -1/+4 | |
2000-01-12 | Fixed warnings. | terry%mozilla.org | 1 | -5/+8 | |
2000-01-12 | Was making changes to bugs before validating the entries in the CC | terry%mozilla.org | 1 | -9/+19 | |
field. This caused mid-air collisions and other weirdnesses. | |||||
2000-01-11 | Worked around bug in older versions of MySQL that caused a report of | terry%mozilla.org | 2 | -5/+18 | |
one bug matching a keyword when there really are zero. | |||||
2000-01-11 | Fixed a warning. | terry%mozilla.org | 1 | -1/+1 | |
2000-01-11 | Asking for both keywords and CC info was creating corrupted SQL. | terry%mozilla.org | 1 | -2/+2 | |
2000-01-07 | Stop generating the %::keywordsbyid hashtable that nothing was using. | terry%mozilla.org | 1 | -2/+0 | |
2000-01-07 | Whoops; SQL doesn't seem to want me to mention a table in a SELECT statement | terry%mozilla.org | 1 | -2/+2 | |
if I'm not going to use it. | |||||
2000-01-07 | Add support for a new "keywords" feature. This lets some central | terry%mozilla.org | 8 | -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". | |||||
2000-01-07 | Oops; fixed table alignment problem introduced by last change. | terry%mozilla.org | 1 | -1/+1 | |
2000-01-05 | A few months ago, we lost the ability to edit the votes-per-user field | terry%mozilla.org | 1 | -11/+35 | |
in a product. Which meant nobody could turn on or off this feature. Restored the editing ability. | |||||
2000-01-05 | When no bugs are found, give links to make another query or to submit | terry%mozilla.org | 1 | -0/+3 | |
a new bug. | |||||
2000-01-05 | Recognize Windows98. | terry%mozilla.org | 1 | -0/+1 | |
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. |