summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
AgeCommit message (Expand)AuthorFilesLines
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-10-20Fixed stupid perl warning.terry%mozilla.org1-1/+3
1999-10-15Allow sorting of status whiteboard column.terry%mozilla.org1-1/+1
1999-10-12Got rid of silly debugging hack.terry%mozilla.org1-1/+0
1999-10-12Sort votes in decreasing order, not increasing.terry%mozilla.org1-2/+3
1999-10-12Stupid hack to let things work with people who have bookmarkedterry%mozilla.org1-0/+2
1999-10-12Added a "votes" field to the bugs table, which caches the total numberterry%mozilla.org1-9/+8
1999-10-09Fixed bug 15890 -- was producing garbled SQL if doing a queryterry%mozilla.org1-1/+1
1999-10-08Added ability to query by votes.terry%mozilla.org1-0/+26
1999-10-08Fixed bug 15808 -- previous change had busted querying of CC.terry%mozilla.org1-2/+2
1999-10-08Sorting by the vote column was busted.terry%mozilla.org1-1/+1
1999-10-08Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1-2/+6
1999-09-28Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to show...terry%mozilla.org1-6/+8
1999-09-24Patch by holger@holger.om.org (Holger Schurig) -- several cleanups.terry%mozilla.org1-2/+1
1999-09-18If a mangled "order" is specified, it was crashing.terry%mozilla.org1-1/+1
1999-09-16Patch by daa@rmi.net (Dave Avery) -- newer alphas of MySQL won't letterry%mozilla.org1-2/+2
1999-08-07Last patch didn't work -- perl doesn't like the "scaler" function.terry%mozilla.org1-1/+1
1999-08-04Patch by msrex@suse.de -- was not giving an opportunity to resolve or verify ...terry%mozilla.org1-1/+1
1999-08-03Fix a typo in the "process any SQL" feature, that has made thisterry%mozilla.org1-1/+1
1999-07-09More tiny battles in the HTML syntax error warbryce-mozilla%nextbus.com1-2/+1
1999-07-01The next logical extension of the fixes for non-Netscape browsersbryce-mozilla%nextbus.com1-65/+53
1999-06-16Explain some history.terry%mozilla.org1-0/+12
1999-06-15Fix several browsers, Lynx and Opera at least. HTML syntax errors herebryce-mozilla%nextbus.com1-9/+10
1999-06-15A null quip file was causing errors.terry%mozilla.org1-1/+2
1999-05-25Patch by Mark B. Hamby <mhamby@logicon.com> (somewhat hacked up by me) --terry%mozilla.org1-1/+5
1999-05-11Allow querying by groupset (though there is no UI for it yet; can onlyterry%mozilla.org1-1/+1
1999-05-08Provide an option to tell mysql "set option SQL_BIG_TABLES=1". Thisterry%mozilla.org1-0/+3
1999-05-06Added newlines to the end of some messages; the last line was gettingterry%mozilla.org1-5/+10
1999-05-06Allow querying of bug creation times.terry%mozilla.org1-1/+17
1999-04-29Added a tiny bit of bulletproofing.terry%netscape.com1-1/+1
1999-03-24Can now query for a specified field being changed at a specified time,terry%netscape.com1-0/+52
1999-03-12Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1-1/+31
1999-02-26Patch by Dhiren Patel <dhiren@nuvomedia.com> (tweaked by me) -- add aterry%netscape.com1-1/+2
1999-02-26Wasn't able to mass-change a component before.terry%netscape.com1-3/+2
1999-02-04Allow resetting a target milestone back to null.terry%netscape.com1-0/+1
1999-01-28Fixed bug 2311 -- searching for status_whiteboard wasn't working.terry%netscape.com1-1/+2
1999-01-28Added three new fields (which appear in the UI only if params areterry%netscape.com1-5/+36
1999-01-26Check for undefined var.terry%netscape.com1-0/+3
1999-01-20Wasn't properly stripping out null queries on text searches.terry%netscape.com1-3/+4
1999-01-20Allow a "not regexp" search of email addresses.terry%netscape.com1-0/+2
1999-01-19Majorly changed querying of email addresses.terry%netscape.com1-0/+65
1999-01-16Allow querying of URL.terry%netscape.com1-2/+2
1998-12-17Applied patch by cbaldwin@siara.com -- make sorting by "importance"terry%netscape.com1-1/+1
1998-12-16Patch from Ashley Clark <aclark@CS.UH.EDU>, which hopefully fixes bug 1499.terry%netscape.com1-1/+1
1998-12-11Old values for the column-header-cookie could cause problems when trying to t...terry%netscape.com1-2/+5
1998-11-21Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1-72/+65
1998-11-17Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1-65/+72
1998-09-30Don't do server-push if the user seems to be using Internet Explorer.terry%netscape.com1-10/+24
1998-09-25Fixed bug 890. Apparently, Apache has the habit of lower-casing someterry%netscape.com1-4/+4
1998-09-16Everything has been ported to now run under Perl.terry%netscape.com1-389/+375