aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a way to log all SQL requests made.terry%mozilla.org2000-01-271-0/+19
* If adding the new "lastdiffed" field, it works out better toterry%mozilla.org2000-01-271-1/+1
* Fixed minor grammatical typo.terry%mozilla.org2000-01-251-1/+1
* Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org2000-01-2510-185/+390
* Added a way to query by bug numbers. Added an "edit this query" linkterry%mozilla.org2000-01-252-8/+55
* Very minor HTML tweaking.terry%mozilla.org2000-01-241-3/+4
* New email code wasn't sending to people who had voted for a bug.terry%mozilla.org2000-01-245-6/+32
* Fixed bug causing named queries to get all screwed up around "targetterry%mozilla.org2000-01-241-1/+1
* Named queries (and the default query) are now stored server side, interry%mozilla.org2000-01-245-123/+234
* Add a way to remove a default query that you may have set.terry%mozilla.org2000-01-241-5/+22
* Remove unused fileterry%mozilla.org2000-01-241-147/+0
* Added much more crosschecks, and simplified a lot of the code.terry%mozilla.org2000-01-231-83/+67
* Fixed stupid typo that caused exact email searches in descriptions to crash.terry%mozilla.org2000-01-231-1/+1
* Oops; previous change would cause delta_ts values to be lost in the bugs table.terry%mozilla.org2000-01-231-1/+6
* The "login_name" field in the "profiles" table was not declared to beterry%mozilla.org2000-01-231-8/+64
* Can now search for people who have added text to a bug.terry%mozilla.org2000-01-232-4/+32
* New email code wasn't notifying people of changes in state ofterry%mozilla.org2000-01-233-17/+87
* Honor the emailregexp param when checking email addresses.terry%mozilla.org2000-01-231-1/+3
* Removed stupid test.terry%mozilla.org2000-01-231-1/+0
* AACK! checksetup.pl was stomping all over the new fielddefs table ifterry%mozilla.org2000-01-232-5/+16
* Minor wording change to hopefully make it more obvious slight changesterry%mozilla.org2000-01-231-1/+1
* Stupid typo caused "any words" and "all words" searches on the longterry%mozilla.org2000-01-231-2/+2
* Fixed stupid typo.terry%mozilla.org2000-01-231-1/+1
* If no sort order is specified, use the cookie if available.terry%mozilla.org2000-01-231-2/+6
* Remember the previous sort order in a cookie, and make that theterry%mozilla.org2000-01-233-5/+39
* Patch by Christine Begle <cbegle@mozilla.org>>, with heavyterry%mozilla.org2000-01-232-5/+34
* Patch by Klaas Freitag <freitag@suse.de>, with modifications by me --terry%mozilla.org2000-01-232-2/+21
* Patch by Holger Schurig <holger@holger.om.org> -- add new localconfigterry%mozilla.org2000-01-231-17/+41
* 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
* 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 add...terry%mozilla.org2000-01-211-0/+2
* 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
* Moved all the long descriptions out of the bugs table, and into a newterry%mozilla.org2000-01-215-21/+200
* Patch by Holger Schurig <holger@holger.om.org> -- don't display footer if the...terry%mozilla.org2000-01-201-4/+6
* 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
* 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