[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnats/contrib/gnatsweb ChangeLog gnatsweb.pl
From: |
yngves |
Subject: |
gnats/contrib/gnatsweb ChangeLog gnatsweb.pl |
Date: |
5 Apr 2001 00:37:05 -0000 |
CVSROOT: /cvs/gnats
Module name: gnats
Changes by: address@hidden 2001-04-04 17:37:04
Modified files:
contrib/gnatsweb: ChangeLog gnatsweb.pl
Log message:
* gnatsweb.pl (query_page): Shift 'number' out of the array of
selectable column names (@fieldnames) to prevent user from
selecting it. That would cause the 'number' column to be
repeated twice, since NUMBER_FIELD is explicitly added to the
search format in submitquery. The best solution would be to
remove the explicit addition, but that messes up column sorting.
However, since the only drawback of the current fix is that we
force the inclusion of PR numbers in the query results listing,
this doesn't seem to matter much.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gnats/contrib/gnatsweb/ChangeLog.diff?cvsroot=gnats&r1=2.22&r2=2.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gnats/contrib/gnatsweb/gnatsweb.pl.diff?cvsroot=gnats&r1=2.32&r2=2.33