aboutsummaryrefslogtreecommitdiffstats
path: root/buglist.cgi
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | a bunch of bugs at once.
* Fix a typo in the "process any SQL" feature, that has made thisterry%mozilla.org1999-08-021-1/+1
| | | | | feature completely busted for about a year now. I guess people don't use it...
* 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
| | | | | | | from the last checkin. Non-serverpush browsers have always been sent incorrect HTML headers, causing assorted problems (see Bug #8069 affecting MSIE). The code paths are very convoluted, but I think I have now straightened them out.
* 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
| | | | | and there were fixed, and serverpush was restricted only to the versions of Mozilla known to support it.
* 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 case insensitive and regexp based searches for strings in bugs.
* Allow querying by groupset (though there is no UI for it yet; can onlyterry%mozilla.org1999-05-111-1/+1
| | | | use this by manually hacking the URL string.)
* Provide an option to tell mysql "set option SQL_BIG_TABLES=1". Thisterry%mozilla.org1999-05-081-0/+3
| | | | | is necessary for very big queries, but it will slow things up some otherwise.
* Added newlines to the end of some messages; the last line was gettingterry%mozilla.org1999-05-061-5/+10
| | | | eaten sometimes.
* 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
| | | | optionally to a specified value.
* Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1999-03-121-1/+31
| | | | | | put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug.
* Patch by Dhiren Patel <dhiren@nuvomedia.com> (tweaked by me) -- add aterry%netscape.com1999-02-261-1/+2
| | | | link to Enter A Bug when viewing a list of bugs.
* 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
| | | | turned on): target_milestone, qa_contact, and status_whiteboard.
* 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
| | | | Harmless, but was generating overly complicated SQL.
* 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
|
* Applied patch by cbaldwin@siara.com -- make sorting by "importance"terry%netscape.com1998-12-171-1/+1
| | | | use "severity" as a secondary sort. Fixes bug 1907.
* Patch from Ashley Clark <aclark@CS.UH.EDU>, which hopefully fixes bug 1499.terry%netscape.com1998-12-161-1/+1
|
* Old values for the column-header-cookie could cause problems when trying to ↵terry%netscape.com1998-12-111-2/+5
| | | | tweak several bugs at once.
* Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1998-11-211-72/+65
|
* Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1998-11-171-65/+72
|
* Don't do server-push if the user seems to be using Internet Explorer.terry%netscape.com1998-09-301-10/+24
|
* Fixed bug 890. Apparently, Apache has the habit of lower-casing someterry%netscape.com1998-09-251-4/+4
| | | | | of the boundary strings, so we'll just lower-case them all to make things work.
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-389/+375
|
* Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying forterry%netscape.com1998-09-031-1/+5
| | | | empty resolution.
* Fixed bug #541 -- sorting by "assignee" now works.terry%netscape.com1998-09-011-1/+1
|
* Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- do some sanityterry%netscape.com1998-09-011-14/+17
| | | | checking on the list of column names we're given.
* Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keepingterry%netscape.com1998-08-291-16/+2
| | | | that stuff in this database.
* Fixed bug 538 -- can now search through summary and description fields.terry%netscape.com1998-08-281-44/+28
|
* Don't choke if the user hits a space or something in the 'changed interry%netscape.com1998-08-271-1/+12
| | | | last ___ days' field.
* Bugzilla source.terry%netscape.com1998-08-261-0/+623