aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Whoops; code to let people turn on new "newemailtech" pref was busted.terry%mozilla.org2000-01-221-1/+3
|
* Added a new table fielddefs that records information about theterry%mozilla.org2000-01-229-27/+454
| | | | | | | | | different fields we keep an activity log on. The bugs_activity table now has a pointer into that table instead of recording the name directly. Set up a new, highly experimental email-notification scheme. To turn it on, the maintainer has to turn on the "New email tech" param, and then individual users have to turn on the "New email tech" preference.
* Invalid html, added trailing /html tag.mcafee%netscape.com2000-01-221-0/+1
|
* Continue making the last-changed date on a bug be updated if someone only ↵terry%mozilla.org2000-01-211-0/+2
| | | | adds a comment.
* Don't try to put out the footer if we're shutdown (as that can try to access ↵terry%mozilla.org2000-01-211-1/+1
| | | | the DB which we don't want).
* Moved all the long descriptions out of the bugs table, and into a newterry%mozilla.org2000-01-215-21/+200
| | | | | table. There is now a separate entry for each new long description, rather than appending them all together in one big field.
* Patch by Holger Schurig <holger@holger.om.org> -- don't display footer if ↵terry%mozilla.org2000-01-201-4/+6
| | | | they asked for no header.
* Allow whitespace to be used to separate keywords.terry%mozilla.org2000-01-202-4/+9
|
* Let's outlaw whitespace in keywords.terry%mozilla.org2000-01-202-3/+3
|
* Added a way to disable a user.terry%mozilla.org2000-01-193-24/+93
|
* Spruced up "editusers.cgi". Added an "editusers" group.terry%mozilla.org2000-01-194-33/+105
|
* Footer wasn't displaying new state after clicking "log out".terry%mozilla.org2000-01-181-0/+4
|
* Stop ever using perl's crypt() function; only use mysql's. (Usingterry%mozilla.org2000-01-183-22/+11
| | | | both was causing corruption on about 1 in 40 passwords.)
* Check for and rebuild busted password stuff.terry%mozilla.org2000-01-181-0/+20
|
* Tell people that column changes are remembered using cookies.terry%mozilla.org2000-01-181-1/+1
|
* Was sometimes checking extra checkboxes in the email area.terry%mozilla.org2000-01-181-10/+11
|
* Very minor formatting tweak.terry%mozilla.org2000-01-181-2/+2
|
* Added "Windows 2000" and "Mac System 9.0" to the OS list.terry%mozilla.org2000-01-181-0/+2
|
* Add a space after the comma when listing a bug with multiple keywords,terry%mozilla.org2000-01-171-1/+1
| | | | to be consistant with the way it gets listed in bug lists.
* Use new "keywords" cache to display keywords in bug lists. Not onlyterry%mozilla.org2000-01-171-15/+1
| | | | | is this much faster, but it also lets you sort by that column, and requires less special-case code.
* Added a "keywords" field to a bug, which is a cached string-based copyterry%mozilla.org2000-01-173-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.
* Oops! Fixed stupid typo in last patch.terry%mozilla.org2000-01-171-1/+1
|
* 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
|