Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Can now query for a specified field being changed at a specified time, | terry%netscape.com | 1999-03-24 | 1 | -0/+52 |
| | | | | optionally to a specified value. | ||||
* | Added 'groups' stuff, where we have different group bits that we can | terry%netscape.com | 1999-03-12 | 1 | -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 a | terry%netscape.com | 1999-02-26 | 1 | -1/+2 |
| | | | | link to Enter A Bug when viewing a list of bugs. | ||||
* | Wasn't able to mass-change a component before. | terry%netscape.com | 1999-02-26 | 1 | -3/+2 |
| | |||||
* | Allow resetting a target milestone back to null. | terry%netscape.com | 1999-02-04 | 1 | -0/+1 |
| | |||||
* | Fixed bug 2311 -- searching for status_whiteboard wasn't working. | terry%netscape.com | 1999-01-28 | 1 | -1/+2 |
| | |||||
* | Added three new fields (which appear in the UI only if params are | terry%netscape.com | 1999-01-28 | 1 | -5/+36 |
| | | | | turned on): target_milestone, qa_contact, and status_whiteboard. | ||||
* | Check for undefined var. | terry%netscape.com | 1999-01-26 | 1 | -0/+3 |
| | |||||
* | Wasn't properly stripping out null queries on text searches. | terry%netscape.com | 1999-01-20 | 1 | -3/+4 |
| | | | | Harmless, but was generating overly complicated SQL. | ||||
* | Allow a "not regexp" search of email addresses. | terry%netscape.com | 1999-01-20 | 1 | -0/+2 |
| | |||||
* | Majorly changed querying of email addresses. | terry%netscape.com | 1999-01-19 | 1 | -0/+65 |
| | |||||
* | Allow querying of URL. | terry%netscape.com | 1999-01-16 | 1 | -2/+2 |
| | |||||
* | Applied patch by cbaldwin@siara.com -- make sorting by "importance" | terry%netscape.com | 1998-12-17 | 1 | -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.com | 1998-12-16 | 1 | -1/+1 |
| | |||||
* | Old values for the column-header-cookie could cause problems when trying to ↵ | terry%netscape.com | 1998-12-11 | 1 | -2/+5 |
| | | | | tweak several bugs at once. | ||||
* | Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. | terry%netscape.com | 1998-11-21 | 1 | -72/+65 |
| | |||||
* | Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. | terry%netscape.com | 1998-11-17 | 1 | -65/+72 |
| | |||||
* | Don't do server-push if the user seems to be using Internet Explorer. | terry%netscape.com | 1998-09-30 | 1 | -10/+24 |
| | |||||
* | Fixed bug 890. Apparently, Apache has the habit of lower-casing some | terry%netscape.com | 1998-09-25 | 1 | -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.com | 1998-09-16 | 1 | -389/+375 |
| | |||||
* | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for | terry%netscape.com | 1998-09-03 | 1 | -1/+5 |
| | | | | empty resolution. | ||||
* | Fixed bug #541 -- sorting by "assignee" now works. | terry%netscape.com | 1998-09-01 | 1 | -1/+1 |
| | |||||
* | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- do some sanity | terry%netscape.com | 1998-09-01 | 1 | -14/+17 |
| | | | | checking on the list of column names we're given. | ||||
* | Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keeping | terry%netscape.com | 1998-08-29 | 1 | -16/+2 |
| | | | | that stuff in this database. | ||||
* | Fixed bug 538 -- can now search through summary and description fields. | terry%netscape.com | 1998-08-28 | 1 | -44/+28 |
| | |||||
* | Don't choke if the user hits a space or something in the 'changed in | terry%netscape.com | 1998-08-27 | 1 | -1/+12 |
| | | | | last ___ days' field. | ||||
* | Bugzilla source. | terry%netscape.com | 1998-08-26 | 1 | -0/+623 |