diff options
author | terry%netscape.com <> | 1999-03-24 07:32:19 +0100 |
---|---|---|
committer | terry%netscape.com <> | 1999-03-24 07:32:19 +0100 |
commit | 19ca3aa8dbc4f551836cd0dac9150118c9128ee1 (patch) | |
tree | 03ae4669a496ee9dee3ac21482bbf79089a2dc6a /CHANGES | |
parent | 57f0b7a2c7ed40c7eb2029bf1091c3f262b1e23f (diff) | |
download | bugzilla-19ca3aa8dbc4f551836cd0dac9150118c9128ee1.tar.gz bugzilla-19ca3aa8dbc4f551836cd0dac9150118c9128ee1.tar.xz |
Can now query for a specified field being changed at a specified time,
optionally to a specified value.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ query the CVS tree. For example, will tell you what has been changed in the last week. +3/22/99 Added the ability to query by fields which have changed within a date +range. To make this perform a bit better, we need a new index: + + alter table bugs_activity add index (field); + 3/10/99 Added 'groups' stuff, where we have different group bits that we can 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 |