aboutsummaryrefslogtreecommitdiffstats
path: root/buglist.cgi
Commit message (Expand)AuthorAgeFilesLines
* Allow sorting by summary, since you can already sort by everything else...terry%mozilla.org2000-06-091-2/+2
* Landing fix for keyword column handling--bug #39647tara%tequilarista.org2000-06-031-4/+7
* bug 30823, advanced querying didn't work for dependencies.donm%bluemartini.com2000-04-271-2/+10
* Queries should fully qualify the field name, in case there is moreterry%mozilla.org2000-04-071-13/+18
* Extra special disgusting hack: if we are ordering by target_milestone,terry%mozilla.org2000-04-051-1/+10
* Fixing a warning which happened if $ENV{'HTTP_USER_AGENT'} wasn't defined.dmose%mozilla.org2000-03-301-1/+1
* get rid of perl warningdmose%mozilla.org2000-03-291-1/+0
* Wasn't finding anything if requesting target_milestone == "---".terry%mozilla.org2000-03-241-1/+1
* Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org2000-03-221-3/+6
* Add a "send mail to bug owners" link (under circumstances where itterry%mozilla.org2000-03-161-0/+14
* Patch by Peter Schweiger <schweiger.peter@litef.de> -- date formattingterry%mozilla.org2000-03-081-2/+2
* Was choking on order='Importance'.terry%mozilla.org2000-03-081-2/+2
* Patch by Brian Duggan <bduggan@oven.com> -- security improvements.terry%mozilla.org2000-03-081-0/+3
* Fixed very stupid typo.terry%mozilla.org2000-03-071-1/+1
* Make a universal routine to report errors in forms, so that we canterry%mozilla.org2000-02-261-8/+2
* Fixed some functions in buglist.cgi that won't work if we're hooked upterry%mozilla.org2000-02-181-3/+3
* Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org2000-02-181-1/+3
* Oops; had the name of the "editbugs" group typed in wrong in a coupleterry%mozilla.org2000-02-171-2/+2
* Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org2000-02-171-2/+17
* Patch by Hugo Frappier <hfrappier@dreammechanics.com> -- make theterry%mozilla.org2000-02-091-0/+1
* Add an optional ability to stagger the headers in the bug list, whichterry%mozilla.org2000-02-041-8/+34
* Whoops, searches of "Comment changed (before|after)" were not workingterry%mozilla.org2000-02-021-2/+2
* Allow searching of attachment stuff using boolean charts.terry%mozilla.org2000-01-311-1/+28
* The "Show list" link that is supposed to quickly get you back to theterry%mozilla.org2000-01-291-1/+1
* Apparently, you're supposed to put "#foo" stuff in a URL after all theterry%mozilla.org2000-01-291-2/+4
* Massive stomp on the query page and buglist page. Added the abilityterry%mozilla.org2000-01-281-361/+567
* Allow searches for "all keywords" or "no keywords"; fixed some otherterry%mozilla.org2000-01-271-2/+18
* Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org2000-01-251-3/+12
* Added a way to query by bug numbers. Added an "edit this query" linkterry%mozilla.org2000-01-251-6/+27
* Named queries (and the default query) are now stored server side, interry%mozilla.org2000-01-241-58/+90
* Fixed stupid typo that caused exact email searches in descriptions to crash.terry%mozilla.org2000-01-231-1/+1
* Can now search for people who have added text to a bug.terry%mozilla.org2000-01-231-3/+22
* Stupid typo caused "any words" and "all words" searches on the longterry%mozilla.org2000-01-231-2/+2
* 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-231-1/+26
* Patch by Christine Begle <cbegle@mozilla.org>>, with heavyterry%mozilla.org2000-01-231-5/+32
* Added a new table fielddefs that records information about theterry%mozilla.org2000-01-221-1/+1
* Moved all the long descriptions out of the bugs table, and into a newterry%mozilla.org2000-01-211-7/+15
* Allow whitespace to be used to separate keywords.terry%mozilla.org2000-01-201-2/+5
* Use new "keywords" cache to display keywords in bug lists. Not onlyterry%mozilla.org2000-01-171-15/+1
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-3/+48
* Allow displaying of a "keywords" column.terry%mozilla.org2000-01-141-21/+36
* "Change several bugs" was losing the sort order.terry%mozilla.org2000-01-131-1/+4
* Asking for both keywords and CC info was creating corrupted SQL.terry%mozilla.org2000-01-111-2/+2
* 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-071-3/+39
* When no bugs are found, give links to make another query or to submitterry%mozilla.org2000-01-051-0/+3
* a bug fix or two and a whole bunch of sanity-checking of form submissions stuffdmose%mozilla.org1999-12-031-1/+2
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
* Fixed stupid perl warning.terry%mozilla.org1999-10-201-1/+3