aboutsummaryrefslogtreecommitdiffstats
path: root/buglist.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Bug 162216 - colchange.cgi, buglist.cgi and page.cgi messages should be l10na...gerv%gerv.net2002-08-151-16/+9
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-3/+3
* Bug 158474 - Abstract out GenerateSQL into perl module. Patch by gerv; r=jouni.gerv%gerv.net2002-08-101-844/+21
* Bug 161450 - New search knob causes warnings. Patch by gerv; 2xr=bbaetz.gerv%gerv.net2002-08-101-1/+1
* Bug 55753 - if order is the first param to buglist.cgi, can't resort. Patch b...gerv%gerv.net2002-08-081-1/+1
* Bug 150776 - Remembered query options need regrouping. Patch by gerv; r=jouni...gerv%gerv.net2002-07-271-35/+23
* Bug 158651 - currenttime should use time2str. Patch by burnus@gmx.de; 2xr=gerv.gerv%gerv.net2002-07-271-1/+1
* Bug 67950 - Move the quip list into the database. Patch by davef@tetsubo.com;...gerv%gerv.net2002-07-251-9/+5
* Bug 96003 - buglist.cgi should not return all bugs if called without any para...gerv%gerv.net2002-07-231-0/+14
* Bug 149246: Allow use of relative time units in query screen.jouni%heikniemi.net2002-07-091-0/+22
* Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2bbaetz%student.usyd.edu.au2002-07-081-4/+0
* Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au2002-06-281-4/+4
* Bug 151217 - buglist references the wrong priority field. Patch by gerv; 2xr=...gerv%gerv.net2002-06-201-1/+1
* Bug 152541 - After deleting remembered query it is still in page footerbbaetz%student.usyd.edu.au2002-06-181-0/+10
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-17/+17
* Bug 150882 - SQL error when sorting by bugs.votes with explicit directionbbaetz%student.usyd.edu.au2002-06-131-4/+3
* Bug 149845 - buglist.cgi checks for ORDER validity are wrongbbaetz%student.usyd.edu.au2002-06-081-4/+6
* Fix for bug 148767: Eliminates warning in rare situations.myk%mozilla.org2002-06-041-1/+1
* Bug 146091 - Sort order for votes is ascending instead of descending. Patch b...gerv%gerv.net2002-05-251-1/+1
* Fix for bug 143547: Don't show bugs as grey if usebuggroups parameter is set ...myk%mozilla.org2002-05-111-1/+1
* Fix for bug 135449: allows named queries to override the last sort order.myk%mozilla.org2002-05-101-0/+1
* Bug 142950 - query links in footer are broken. Patch by gerv; r=ddk, afranke.gerv%gerv.net2002-05-091-2/+5
* Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net2002-05-081-4/+18
* Bug 139313 - warning in buglist.cgi when votes isn't a parameterbbaetz%student.usyd.edu.au2002-05-041-0/+1
* Fix for bug 139759: gets email searches for "cc: list or assignee" working ag...myk%mozilla.org2002-04-271-4/+2
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afra...gerv%gerv.net2002-04-241-12/+10
* bug 134562 - taint error in buglist.cgibbaetz%student.usyd.edu.au2002-04-051-2/+6
* Bug 130373 - sorting by target milestone genreated bogus errorbbaetz%student.usyd.edu.au2002-04-041-11/+26
* Bug 127200 - query for cc takes long timebbaetz%student.usyd.edu.au2002-04-041-4/+7
* Bug 109528 - Can't query for attachment status != value if patch has nobbaetz%student.usyd.edu.au2002-04-031-16/+49
* Better fix for bug 132929, buglist.cgi "long format" button doesn't work.bbaetz%student.usyd.edu.au2002-04-011-3/+1
* Bug 104589 - prevent user closing window from terminating Bugzilla scripts. P...gerv%gerv.net2002-03-281-0/+6
* Bug 132929 - buglist.cgi 'long format' button doesn't workbbaetz%student.usyd.edu.au2002-03-231-0/+3
* Fix for bug 103778: Rewrites and templatizes buglist.cgi.myk%mozilla.org2002-03-121-860/+606
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-2/+18
* SECURITY FIX for bug 109679: It was possible to send arbitrary SQL to buglist...justdave%syndicomm.com2001-12-301-0/+24
* Fix for bug 12284: allow user to specify which columns to display in a bug listjustdave%syndicomm.com2001-11-181-1/+3
* Fix for bug 108812: Prevent users from running queries containing arbitrary SQL.myk%mozilla.org2001-11-081-4/+8
* Fix for bug 106315: Link on bug list for emailing QA contacts.myk%mozilla.org2001-10-241-2/+15
* Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca2001-10-231-5/+7
* Bug 99716 - allow query for Attachment is obsolete AND Attachment Status. Pat...gerv%gerv.net2001-10-151-7/+23
* Fix for bug 104516: No code changes in this patch, all this checkin does is r...justdave%syndicomm.com2001-10-131-14/+14
* Fix for bug 19910: Bugzilla installs on the same server would interfere with ...justdave%syndicomm.com2001-10-131-1/+2
* Fix for bug 91486: Add "changed from" option to the boolean chart.myk%mozilla.org2001-10-131-0/+9
* Bug 104247 - make colours in buglists work again. Patch by kiko, r=gerv.gerv%gerv.net2001-10-121-3/+3
* Fix for bug 103592 - e-mail addresses that are longer than 30 characters will...jake%acutex.net2001-10-121-11/+20
* Fix for bug 93006 - The mass change page was auto-selecting the wrong radio b...jake%acutex.net2001-10-061-1/+1
* Fix for bug 97877: changed* operators now work for attachment statuses on que...myk%mozilla.org2001-09-151-4/+10
* Make Bugzilla support <link> tag for buglists. Bug 87818. r=jake, caillon.gerv%gerv.net2001-09-111-1/+1