summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2000-01-23Patch by Klaas Freitag <freitag@suse.de>, with modifications by me --terry%mozilla.org2-2/+21
don't generate HTML tables with more than 50 lines, as browsers generally can't cope with huge tables.
2000-01-23Patch by Holger Schurig <holger@holger.om.org> -- add new localconfigterry%mozilla.org1-17/+41
option to skip the database check (since that code doesn't work with all versions of MySQL/Msql-mysql/Perl/moonphase).
2000-01-22Whoops; code to let people turn on new "newemailtech" pref was busted.terry%mozilla.org1-1/+3
2000-01-22Added a new table fielddefs that records information about theterry%mozilla.org9-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.
2000-01-22Invalid html, added trailing /html tag.mcafee%netscape.com1-0/+1
2000-01-21Continue making the last-changed date on a bug be updated if someone only ↵terry%mozilla.org1-0/+2
adds a comment.
2000-01-21Don't try to put out the footer if we're shutdown (as that can try to access ↵terry%mozilla.org1-1/+1
the DB which we don't want).
2000-01-21Moved all the long descriptions out of the bugs table, and into a newterry%mozilla.org5-21/+200
table. There is now a separate entry for each new long description, rather than appending them all together in one big field.
2000-01-20Patch by Holger Schurig <holger@holger.om.org> -- don't display footer if ↵terry%mozilla.org1-4/+6
they asked for no header.
2000-01-20Allow whitespace to be used to separate keywords.terry%mozilla.org2-4/+9
2000-01-20Let's outlaw whitespace in keywords.terry%mozilla.org2-3/+3
2000-01-19Added a way to disable a user.terry%mozilla.org3-24/+93
2000-01-19Spruced up "editusers.cgi". Added an "editusers" group.terry%mozilla.org4-33/+105
2000-01-18Footer wasn't displaying new state after clicking "log out".terry%mozilla.org1-0/+4
2000-01-18Stop ever using perl's crypt() function; only use mysql's. (Usingterry%mozilla.org3-22/+11
both was causing corruption on about 1 in 40 passwords.)
2000-01-18Check for and rebuild busted password stuff.terry%mozilla.org1-0/+20
2000-01-18Tell people that column changes are remembered using cookies.terry%mozilla.org1-1/+1
2000-01-18Was sometimes checking extra checkboxes in the email area.terry%mozilla.org1-10/+11
2000-01-18Very minor formatting tweak.terry%mozilla.org1-2/+2
2000-01-18Added "Windows 2000" and "Mac System 9.0" to the OS list.terry%mozilla.org1-0/+2
2000-01-17Add a space after the comma when listing a bug with multiple keywords,terry%mozilla.org1-1/+1
to be consistant with the way it gets listed in bug lists.
2000-01-17Use new "keywords" cache to display keywords in bug lists. Not onlyterry%mozilla.org1-15/+1
is this much faster, but it also lets you sort by that column, and requires less special-case code.
2000-01-17Added a "keywords" field to a bug, which is a cached string-based copyterry%mozilla.org3-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-17Oops! Fixed stupid typo in last patch.terry%mozilla.org1-1/+1
2000-01-16If there is only one component, then select it for the user.terry%mozilla.org1-0/+5
2000-01-15Patch by kevin@suberic.net (kevin lyda) -- reformated to 77 columns.terry%mozilla.org1-168/+191
2000-01-15Checked in patch by Dawn Endico <endico@mozilla.org> -- whenterry%mozilla.org1-0/+11
reassigning by component, reassign the qa contact too.
2000-01-15Added "sanity check" to the list of things the maintainer gets toterry%mozilla.org1-1/+2
choose from in the footer.
2000-01-15Added a missing PutFooter().terry%mozilla.org1-0/+1
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org32-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-15Remove unused files.terry%mozilla.org1-70/+0
2000-01-15Remove unused files.terry%mozilla.org4-425/+0
2000-01-14Fixed typos.terry%mozilla.org1-3/+3
2000-01-14Make wording a little more clear when a username is invalid.terry%mozilla.org1-2/+4
2000-01-14Send one last email notification to people when a bug gets reassignedterry%mozilla.org2-6/+19
away from them or they get removed from the CC list.
2000-01-14Allow displaying of a "keywords" column.terry%mozilla.org2-21/+42
2000-01-14Was sometimes putting a silly timestamp in the change log.terry%mozilla.org1-3/+5
2000-01-14Don't complain that the user isn't doing anything if he is actuallyterry%mozilla.org1-4/+3
changing keywords.
2000-01-13Provide a simple param to let the maintainer shut down Bugzilla for a while.terry%mozilla.org4-4/+18
2000-01-13"Change several bugs" was losing the sort order.terry%mozilla.org1-1/+4
2000-01-12Fixed warnings.terry%mozilla.org1-5/+8
2000-01-12Was making changes to bugs before validating the entries in the CCterry%mozilla.org1-9/+19
field. This caused mid-air collisions and other weirdnesses.
2000-01-11Worked around bug in older versions of MySQL that caused a report ofterry%mozilla.org2-5/+18
one bug matching a keyword when there really are zero.
2000-01-11Fixed a warning.terry%mozilla.org1-1/+1
2000-01-11Asking for both keywords and CC info was creating corrupted SQL.terry%mozilla.org1-2/+2
2000-01-07Stop generating the %::keywordsbyid hashtable that nothing was using.terry%mozilla.org1-2/+0
2000-01-07Whoops; SQL doesn't seem to want me to mention a table in a SELECT statementterry%mozilla.org1-2/+2
if I'm not going to use it.
2000-01-07Add support for a new "keywords" feature. This lets some centralterry%mozilla.org8-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-07Oops; fixed table alignment problem introduced by last change.terry%mozilla.org1-1/+1
2000-01-05A few months ago, we lost the ability to edit the votes-per-user fieldterry%mozilla.org1-11/+35
in a product. Which meant nobody could turn on or off this feature. Restored the editing ability.