summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-01-28Was crashing if you weren't already logged in.terry%mozilla.org1-0/+1
2000-01-28Allow searching by "last change date" in the boolean charts.terry%mozilla.org1-0/+3
2000-01-28Massive stomp on the query page and buglist page. Added the abilityterry%mozilla.org5-374/+768
2000-01-27Patch by granrose@netscape.com -- put initial focus into bug# field.terry%mozilla.org1-0/+3
2000-01-27Add support for keywords.terry%mozilla.org1-2/+9
2000-01-27Patch by Rob Baham <robb@scitechsoft.com> -- links to other bugsterry%mozilla.org1-2/+2
2000-01-27Allow searches for "all keywords" or "no keywords"; fixed some otherterry%mozilla.org2-14/+31
2000-01-27Add a way to log all SQL requests made.terry%mozilla.org1-0/+19
2000-01-27If adding the new "lastdiffed" field, it works out better toterry%mozilla.org1-1/+1
2000-01-25Fixed minor grammatical typo.terry%mozilla.org1-1/+1
2000-01-25Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org10-185/+390
2000-01-25Added a way to query by bug numbers. Added an "edit this query" linkterry%mozilla.org2-8/+55
2000-01-24Very minor HTML tweaking.terry%mozilla.org1-3/+4
2000-01-24New email code wasn't sending to people who had voted for a bug.terry%mozilla.org5-6/+32
2000-01-24Fixed bug causing named queries to get all screwed up around "targetterry%mozilla.org1-1/+1
2000-01-24Named queries (and the default query) are now stored server side, interry%mozilla.org5-123/+234
2000-01-24Add a way to remove a default query that you may have set.terry%mozilla.org1-5/+22
2000-01-24Remove unused fileterry%mozilla.org1-147/+0
2000-01-23Added much more crosschecks, and simplified a lot of the code.terry%mozilla.org1-83/+67
2000-01-23Fixed stupid typo that caused exact email searches in descriptions to crash.terry%mozilla.org1-1/+1
2000-01-23Oops; previous change would cause delta_ts values to be lost in the bugs table.terry%mozilla.org1-1/+6
2000-01-23The "login_name" field in the "profiles" table was not declared to beterry%mozilla.org1-8/+64
2000-01-23Can now search for people who have added text to a bug.terry%mozilla.org2-4/+32
2000-01-23New email code wasn't notifying people of changes in state ofterry%mozilla.org3-17/+87
2000-01-23Honor the emailregexp param when checking email addresses.terry%mozilla.org1-1/+3
2000-01-23Removed stupid test.terry%mozilla.org1-1/+0
2000-01-23AACK! checksetup.pl was stomping all over the new fielddefs table ifterry%mozilla.org2-5/+16
2000-01-23Minor wording change to hopefully make it more obvious slight changesterry%mozilla.org1-1/+1
2000-01-23Stupid typo caused "any words" and "all words" searches on the longterry%mozilla.org1-2/+2
2000-01-23Fixed stupid typo.terry%mozilla.org1-1/+1
2000-01-23If no sort order is specified, use the cookie if available.terry%mozilla.org1-2/+6
2000-01-23Remember the previous sort order in a cookie, and make that theterry%mozilla.org3-5/+39
2000-01-23Patch by Christine Begle <cbegle@mozilla.org>>, with heavyterry%mozilla.org2-5/+34
2000-01-23Patch by Klaas Freitag <freitag@suse.de>, with modifications by me --terry%mozilla.org2-2/+21
2000-01-23Patch by Holger Schurig <holger@holger.om.org> -- add new localconfigterry%mozilla.org1-17/+41
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
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 add...terry%mozilla.org1-0/+2
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
2000-01-21Moved all the long descriptions out of the bugs table, and into a newterry%mozilla.org5-21/+200
2000-01-20Patch by Holger Schurig <holger@holger.om.org> -- don't display footer if the...terry%mozilla.org1-4/+6
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
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