aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Use new "keywords" cache to display keywords in bug lists. Not onlyterry%mozilla.org2000-01-171-15/+1
* Added a "keywords" field to a bug, which is a cached string-based copyterry%mozilla.org2000-01-173-26/+176
* 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
* Added "sanity check" to the list of things the maintainer gets toterry%mozilla.org2000-01-151-1/+2
* 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
* 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
* 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
* 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
* Worked around bug in older versions of MySQL that caused a report ofterry%mozilla.org2000-01-112-5/+18
* 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
* Add support for a new "keywords" feature. This lets some centralterry%mozilla.org2000-01-078-16/+646
* 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
* When no bugs are found, give links to make another query or to submitterry%mozilla.org2000-01-051-0/+3
* 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
* Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla requi...terry%mozilla.org1999-12-173-11/+90
* Force selection of a valid product when doing a massterry%mozilla.org1999-12-151-0/+5
* 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 ru...terry%mozilla.org1999-12-041-1/+1
* Fixed bug 20126 -- use more international-friendly (and Y2K happier) date for...terry%mozilla.org1999-12-042-4/+4
* 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