Bill Fenner
4418b34dc8
Updated states in header.
...
Use query-pr --list-foo to get states and classes.
Add headers to &state=summary display.
2002-03-22 15:38:24 +00:00
Bill Fenner
da9bc4fbe9
Add the ability to query based on GNATS "Release:". There's a new
...
pull-down box that defaults to "All", but has options for
"Pre-5.x", "4.x", "5.x", "3.x" and "2.x".
Give query-pr.cgi the full PR path. This will allow a future
query-pr.cgi to skip looking through the whole GNATS index to
display a PR.
2001-11-07 19:38:16 +00:00
Murray Stokely
289bb9611e
Allow ^ and $ as regular expressions in the responsible person field.
...
This allows us to search for all those PRs assigned to 're' without
adding the ones assigned to 'reg', or 'mi' and 'mike', etc.. Finally
I hope to have PR email that only contains the PRs that were really
meant for me.
2001-10-23 04:28:48 +00:00
Peter Wemm
f56ae29297
Add '_' to the approved characters in the responsible field - for n_hibma
2001-02-19 19:23:19 +00:00
Peter Wemm
a8f823aed0
Do taint checking on command line args. I believe this is correct.
...
Bill Fenner suggested a simpler fix, but this is my fault if it is broken.
Reactivate -T
2001-01-12 00:19:09 +00:00
Peter Wemm
98d70c3686
Remove -T, this script has not been had the required taint cleaning
...
of arguments done yet.
2001-01-04 22:22:38 +00:00
Wolfram Schneider
a0a56a50b1
stricter @INC path
...
forces "taint" checks to be turned on
2000-12-28 13:43:41 +00:00
Wolfram Schneider
d52b336596
perl typo
...
Submitted by: Chris Costello <chris@calldei.com>
2000-11-29 13:59:24 +00:00
Steve Price
ca1a828d71
Add two new classes of problem reports: update and maintainer-update for
...
non-maintainer and maintainer submitted updates to ports. Also remove
the support class so this list matches that of send-pr(1).
2000-10-29 22:16:41 +00:00
Alexey Zelkin
dc5ac39672
Do not use not allowed characters in manualy built href's
...
PR: misc/22191 (report)
Submitted by: Patrick Seal <patseal@hyperhost.net>
2000-10-22 14:25:07 +00:00
Steve Price
32a78360cb
Add a new class of problem reports, 'wish', as a catch-all for things
...
that really belong on a wishlist.
Requested by: sheldonh
2000-04-17 16:09:37 +00:00
Peter Wemm
33cf1c50a1
Fix (?) the so-called P10k problem in the weekly PR summary mailouts.
...
For future reference, the weekly mailouts are done from a trivial script
which merely calls this script in plaintext (rather than in html) mode.
1999-10-26 21:49:29 +00:00
Peter Wemm
01a61279be
$Id$,$Date$ -> $FreeBSD$
...
The jury is out on $Date$, but it's presently not being expanded..
1999-09-06 07:03:31 +00:00
Sheldon Hearn
f2fdf271ae
Always show closed reports if the requested State is 'closed'.
...
PR: 12049
Submitted by: n_hibma (who is still nhibma in authors.ent)
1999-07-20 14:26:21 +00:00
Bill Fumerola
0855a82e72
Fix previous coommit
1999-02-26 22:05:58 +00:00
Bill Fumerola
265086c525
Hopefully fix for the last time the ports/XXXXXusername run-on.
...
PR: docs/10241
Submitted by: wosch
1999-02-25 20:08:04 +00:00
Bill Fumerola
e8d28c7ddb
Add another non-graphic character (AKA space) after the word 'Tracker'.
...
Now that we have 5-number PRs and a 5 letter category, we also had run-on words.
o [1999/02/12] ports/10036billf New port - fltk
is now
o [1999/02/12] ports/10036 billf New port - fltk
1999-02-24 23:10:07 +00:00
Wolfram Schneider
472727c3ba
spelling mistake: Last-Modiified (two i's)
...
Reviewed by: "Jon T. Erichsen" <web28@staff.web.dk>
1999-02-01 21:07:42 +00:00
Bill Fenner
2261a9f662
Fix what I thought I fixed in rev 1.13:
...
Quote arguments to query-pr so that multi-word arguments
can be used in the query.
1998-12-15 00:35:52 +00:00
Bill Fenner
a78046db14
Add "Show closed reports too" / "Don't show closed reports" links to the
...
top-level summary page.
1998-08-07 15:05:55 +00:00
Poul-Henning Kamp
a7e9d69764
Don't sort last-modified data numerically
...
I hate perl.
1998-05-23 09:22:32 +00:00
Poul-Henning Kamp
656996f6b4
Make sorting on last-modified work.
...
I hate perl.
1998-05-23 09:05:39 +00:00
Poul-Henning Kamp
1ebb90ef0f
Redefine "suspended" a little bit
1998-04-12 18:54:36 +00:00
Bill Fenner
d5095625d8
Quote arguments to query-pr so that multi-word arguments
...
can be used in the query.
1997-10-27 05:10:43 +00:00
Peter Wemm
2db504acb3
Add missing semicolon from rev 1.10
1997-02-03 18:20:27 +00:00
Paul Traina
334292f2a1
Whoops, missed one sub-patch... use new category list
1997-02-02 22:07:01 +00:00
Paul Traina
90b58e3bf8
Make it easier to re-use this code for other gnats databases:
...
Get bug categories from gnats directly (remove hard coding)
Create project/mailing list definitions and use them.
Make some of the perl code cleaner (my fault for bad original coding styles).
1997-02-02 22:03:29 +00:00
Bill Fenner
e3f90072ac
Make the query formulator into a table, which looks much nicer.
...
It still looks OK ('tho a teeny bit weird) on browsers that
don't support tables (well, at least an old version of lynx)
1997-02-02 17:50:04 +00:00
Peter Wemm
181191f157
remove (apparently) unused variable $query_state;
...
add -c option for text mode only - allow confidential PR's in report.
add -C option for text mode only - only show confidential PR's in report.
1996-12-17 04:07:33 +00:00
Peter Wemm
92a876be7a
Missing \n in text mode
1996-12-17 04:03:41 +00:00
Peter Wemm
583b3f8ad3
Kill a case where it spits out HTML while running in text mode
1996-12-17 03:58:53 +00:00
Bill Fenner
706b0bd73a
Allow querying based upon any of query-pr's possible arguments.
...
Add a form to formulate queries, get it with ?query .
Don't truncate PR descriptions in html_mode.
1996-11-13 03:02:37 +00:00
Bill Fenner
46da85739d
Only call query-pr once, and keep PR's in memory.
...
Add sort={lastmod,category,responsible}, category={summary,*} and
fixed up responsible=summary. Also add references to (some of) the
different possible views.
1996-10-22 23:12:08 +00:00
Alexander Langer
8de5a401fa
Be more consistent about ending sentences with periods.
...
Spelling correction (postponsed --> postponed).
1996-10-04 00:36:59 +00:00
John Fieber
1d00827682
Cosmetic makeover.
1996-09-29 03:14:16 +00:00
John Fieber
dc37032eca
Sweep some more web stuff into cvs.
1996-09-28 23:31:12 +00:00