public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* gnatsweb news
@ 2001-09-07 17:43 Dirk Bergstrom
  2001-09-12  6:13 ` Gerald Pfeifer
  0 siblings, 1 reply; 9+ messages in thread
From: Dirk Bergstrom @ 2001-09-07 17:43 UTC (permalink / raw)
  To: gnats-devel

changelog for gnatsweb in the savannah.gnu.org CVS repository:

2001-09-07  Dirk Bergstrom  <dirk@juniper.net>

	* gnatsweb.pl (get_mailto_link): rewritten to properly
html-escape
	the followup mailto: link contents.

	* gnatsweb.pl (help_page): Changed bare calls to p() & a() to
	$q->p() style calls.  Missed these yesterday.

2001-09-06  Dirk Bergstrom  <dirk@juniper.net>

	* gnatsweb.pl: Use CGI qw/-nosticky/; This prevents CGI.pm from
	appending a bunch of .cgifields to every self_url().  AFAIK,
we're
	not using CGI.pm's sticky field features, so we can do w/o the
	overhead and the unreasonably long URLs it produces.

	* gnatsweb.pl: Changed bare calls to CGI.pm routines to
qualified
	calls (ie. submit(foo... becomes $q->submit(foo... ).  This
allows
	us to stop importing the :standard and :netscape extensions to
	CGI.pm.  Doing so should improve the startup time and decrease
	memory footprint.

	* gnatsweb.pl: Refresh headers choke on semicolon-separated
	query-strings, so we change semicolons to ampersands in the URL
	everywhere we use refresh.

	* gnatsweb.pl (view, edit, submitedit, download_attachment):
Added
	code to strip non-digit characters from $pr.  Gnatsd sometimes
	accepts category/number, and sometimes does the Wrong Thing, and
I
	thought it best to remove the possibility of problems.

	* gnatsweb.pl (camouflage, set_pref): Removed camouflage()ing of
	'user', since the first time I used this version of gnatsweb, it
	became convinced that my username was 'ag`tavqw'.  This
migration
	problem far outweighs the meager benefits of masking the
username
	in the cookie.  camouflage()ing the password will still cause
	migration problems for sites that have used a previous
incarnation
	of gnatsweb, but it might be worth it...

	* gnatsweb.pl (page_start_html): Don't show logout button if
	$site_gnatsweb_server_auth is set.  Don't show button bar on
main
	page.  Changed all the html tags to lowercase, for
	standards-compliance.

	* gnatsweb.pl (datemenu, edit): Removed datemenu(), and the one
	(unreachable) reference to it.  It was unused, and probably
	justifiably so, given the robust date parsing abilities in
gnatsd.

	* gnatsweb.pl (display_query_results): Strip empty params out of
	$url for the "View for bookmarking" link.

	* gnatsweb.pl (store_query): Strip empty params out of
	$query_string before building cookie, to help keep it under the
4K
	limit.  Check (approx) length of cookie, error if it looks like
	it's going to be over 4K.

	* gnatsweb.pl (get_mailto_link): Added a new config parameter,
	%site_pr_submission_address.  If set for the current database,
	get_mailto_link() adds a mailto: link ("submit followup via
	email") that goes to the local PR submission address and the
PR's
	Reply-To address.  The subject is set so that the message gets
	tacked on to the PR's audit trail.


--
Dirk Bergstrom               dirk@juniper.net
_____________________________________________
Juniper Networks Inc.,          Computer Geek
Tel: 707.433.0564           Fax: 707.433.0769

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Gnatsweb news
@ 2001-07-15 10:56 Yngve Svendsen
  0 siblings, 0 replies; 9+ messages in thread
From: Yngve Svendsen @ 2001-07-15 10:56 UTC (permalink / raw)
  To: gnats-devel

Today's ChangeLog for Gnatsweb in the savannah.gnu.org CVS repository:

2001-07-15  Yngve Svendsen  <yngve.svendsen@clustra.com>

         * gnatsweb.pl (parsepr): Strip leading space characters from each
           line of the attachments. Fixes attachment handling, which has
           been broken almost since GNATS 4.0 development started.

         * gnatsweb.pl (download_attachment): Insert a conditional to send
           the header based on HTTP_USER_AGENT. MS Internet Explorer 5.5
           would attempt to save downloaded attachments under the same name
           as the Gnatsweb script file, typically gnatsweb.pl. This is
           because MSIE handles the HTTP header "Content-Disposition:
           attachment" wrongly. It needs "file" instead of "attachment".

         * gnatsweb.pl (submitedit): Check whether fields that are
           specified in dbconfig as requiring a 'Reason Changed' have the
           reason specified.

Yngve Svendsen
Gnatsweb maintainer

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2001-09-27  8:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-07 17:43 gnatsweb news Dirk Bergstrom
2001-09-12  6:13 ` Gerald Pfeifer
2001-09-12  6:42   ` Gnatsweb 4 in beta Yngve Svendsen
2001-09-12 10:56     ` Gerald Pfeifer
2001-09-13 10:33       ` Milan Zamazal
2001-09-27  8:18         ` Hugo Gayosso
2001-09-12  6:44   ` gnatsweb news nick
2001-09-12  6:48     ` nick
  -- strict thread matches above, loose matches on Subject: below --
2001-07-15 10:56 Gnatsweb news Yngve Svendsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).