aboutsummaryrefslogtreecommitdiffstats
path: root/buglist.cgi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow sorting of status whiteboard column.terry%mozilla.org1999-10-151-1/+1
* Got rid of silly debugging hack.terry%mozilla.org1999-10-121-1/+0
* Sort votes in decreasing order, not increasing.terry%mozilla.org1999-10-121-2/+3
* Stupid hack to let things work with people who have bookmarkedterry%mozilla.org1999-10-121-0/+2
* Added a "votes" field to the bugs table, which caches the total numberterry%mozilla.org1999-10-121-9/+8
* Fixed bug 15890 -- was producing garbled SQL if doing a queryterry%mozilla.org1999-10-091-1/+1
* Added ability to query by votes.terry%mozilla.org1999-10-081-0/+26
* Fixed bug 15808 -- previous change had busted querying of CC.terry%mozilla.org1999-10-081-2/+2
* Sorting by the vote column was busted.terry%mozilla.org1999-10-081-1/+1
* Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1999-10-081-2/+6
* Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to show...terry%mozilla.org1999-09-281-6/+8
* Patch by holger@holger.om.org (Holger Schurig) -- several cleanups.terry%mozilla.org1999-09-241-2/+1
* If a mangled "order" is specified, it was crashing.terry%mozilla.org1999-09-181-1/+1
* Patch by daa@rmi.net (Dave Avery) -- newer alphas of MySQL won't letterry%mozilla.org1999-09-161-2/+2
* Last patch didn't work -- perl doesn't like the "scaler" function.terry%mozilla.org1999-08-071-1/+1
* Patch by msrex@suse.de -- was not giving an opportunity to resolve or verify ...terry%mozilla.org1999-08-041-1/+1
* Fix a typo in the "process any SQL" feature, that has made thisterry%mozilla.org1999-08-021-1/+1
* More tiny battles in the HTML syntax error warbryce-mozilla%nextbus.com1999-07-091-2/+1
* The next logical extension of the fixes for non-Netscape browsersbryce-mozilla%nextbus.com1999-07-011-65/+53
* Explain some history.terry%mozilla.org1999-06-151-0/+12
* Fix several browsers, Lynx and Opera at least. HTML syntax errors herebryce-mozilla%nextbus.com1999-06-151-9/+10
* A null quip file was causing errors.terry%mozilla.org1999-06-151-1/+2
* Patch by Mark B. Hamby <mhamby@logicon.com> (somewhat hacked up by me) --terry%mozilla.org1999-05-251-1/+5
* Allow querying by groupset (though there is no UI for it yet; can onlyterry%mozilla.org1999-05-111-1/+1
* Provide an option to tell mysql "set option SQL_BIG_TABLES=1". Thisterry%mozilla.org1999-05-081-0/+3
* Added newlines to the end of some messages; the last line was gettingterry%mozilla.org1999-05-061-5/+10
* Allow querying of bug creation times.terry%mozilla.org1999-05-061-1/+17
* Added a tiny bit of bulletproofing.terry%netscape.com1999-04-291-1/+1
* Can now query for a specified field being changed at a specified time,terry%netscape.com1999-03-241-0/+52
* Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1999-03-121-1/+31
* Patch by Dhiren Patel <dhiren@nuvomedia.com> (tweaked by me) -- add aterry%netscape.com1999-02-261-1/+2
* Wasn't able to mass-change a component before.terry%netscape.com1999-02-261-3/+2
* Allow resetting a target milestone back to null.terry%netscape.com1999-02-041-0/+1
* Fixed bug 2311 -- searching for status_whiteboard wasn't working.terry%netscape.com1999-01-281-1/+2
* Added three new fields (which appear in the UI only if params areterry%netscape.com1999-01-281-5/+36
* Check for undefined var.terry%netscape.com1999-01-261-0/+3
* Wasn't properly stripping out null queries on text searches.terry%netscape.com1999-01-201-3/+4
* Allow a "not regexp" search of email addresses.terry%netscape.com1999-01-201-0/+2
* Majorly changed querying of email addresses.terry%netscape.com1999-01-191-0/+65
* Allow querying of URL.terry%netscape.com1999-01-161-2/+2