From 12a601d903aa0e9c63184f7ec2f0bb4f0dd04f6b Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 23 May 2003 05:55:52 +0000 Subject: Bug 37749 - query for changes to specific field in last n days not working. Rearrange time-based query UI to be more sane. Patch by mailto:anthony@itia.ntua.gr; r=gerv. --- queryhelp.cgi | 71 ++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 27 deletions(-) (limited to 'queryhelp.cgi') diff --git a/queryhelp.cgi b/queryhelp.cgi index a4aff1d07..a0e1178aa 100755 --- a/queryhelp.cgi +++ b/queryhelp.cgi @@ -800,28 +800,51 @@ bugs numbered: +  - -Changed in the last days + +Only bugs changed between +and - + -Containing at least votes +Where one or more of the following changed: + + -Where the field(s) - changed to +and the result was: +  - -During dates -to + +Containing at least votes @@ -847,29 +870,23 @@ exclude bugs based on values you enter. of which you want to exclude. It would be nice in the future if you could type in ranges, i.e. [1-1000] for 1 to 1000. Unfortunately, you cannot do that as of now. -

Changed in the last [text] days - -

Lets you specify how many days ago - at maximum - a bug could have changed state. -

At least [text] votes

With this, you can choose how many votes - at minimum - a bug has. -

Where the field(s) [fields] changed to [text] + +

Only bugs changed between

-

With this, you can specify values to search for in fields that exist in the bug If you choose -one or more fields, you have to fill out one of the fields to the right. It might -be difficult to figure out what these fields mean if you are a newbie to the query. -They match various fields within the bug information. Optionally, you can -also enter what value you want the field to have changed to if you only entered one field. -For instance, if the bug changed who it was assigned to from jon\@netscape.com -to brian\@netscape.com , you could enter in -assigned_to changed to brian\@netscape.com. +

Here you can choose what dates the bugs changed. "Now" can be used as an +entry. Other entries should be in yyyy-mm-dd format, or in relative dates such +as 1d or 2w or 3m or 4y, which respectively mean 1 day, 2 weeks, 3 months, 4 +years ago. 0d is last midnight, and 0w, 0m, 0y is the beginning of this week, +month, or year.

-

During dates [text] to [text] +

Where one or more of the following changed, and the result was

-

Here, you can choose what dates the fields changed. "Now" can be used as an entry. Other entries should be in -mm/dd/yyyy or yyyy-mm-dd format. +

With this you can specify which bug fields changed, and optionally to what +value, between the dates specified above. Leaving blank will match any change.

}; -- cgit v1.2.3-24-g4f1b