bug-gnats
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: gnats-announce Digest 7 Dec 2000 03:02:42 -0000 Issue 7


From: Ray Caruso
Subject: Fwd: gnats-announce Digest 7 Dec 2000 03:02:42 -0000 Issue 7
Date: Thu, 07 Dec 2000 14:04:51 -0700

Having problems grabbing the version of gnatsweb annouced in this message:

Connected to ftp.senteinc.com.
220 ProFTPD 1.2.0pre9 Server (ProFTPD) [209.235.50.91]
Name (ftp.senteinc.com:rayman): anonymous
331 Anonymous login ok, send your complete e-mail address as password.
Password:
230 Anonymous access granted, restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> hash
Hash mark printing on (1024 bytes/hash mark).
ftp> bin
200 Type set to I.
ftp> get gnatsweb/gnatsweb-2.6.tar.gz
local: gnatsweb/gnatsweb-2.6.tar.gz remote: gnatsweb/gnatsweb-2.6.tar.gz
local: gnatsweb/gnatsweb-2.6.tar.gz: No such file or directory


List-Unsubscribe: <mailto:gnats-announce-digest-unsubscribe-ray_caruso=powerplay.com@sources.redhat.com>
List-Subscribe: <mailto:gnats-announce-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/gnats-announce/>
List-Post: <mailto:gnats-announce@sources.redhat.com>
List-Help: <mailto:gnats-announce-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: gnats-announce-owner@sources.redhat.com
Mailing-List: contact gnats-announce-help@sourceware.cygnus.com; run by ezmlm
Date: 7 Dec 2000 03:02:42 -0000
From: gnats-announce-digest-help@sources.redhat.com
Delivered-To: responder for gnats-announce-digest@sources.redhat.com
To: gnats-announce@sources.redhat.com
Subject: gnats-announce Digest 7 Dec 2000 03:02:42 -0000 Issue 7


gnats-announce Digest 7 Dec 2000 03:02:42 -0000 Issue 7

Topics (messages 8 through 8):

Announcing gnatsweb 2.6
        8 by: "Kenneth H. Cox" <kenstir@senteinc.com>

Administrivia:

To subscribe to the digest, e-mail:
        gnats-announce-digest-subscribe@sourceware.cygnus.com

To unsubscribe from the digest, e-mail:
        gnats-announce-digest-unsubscribe@sourceware.cygnus.com

To post to the list, e-mail:
        gnats-announce@sourceware.cygnus.com


----------------------------------------------------------------------
Date: Tue, 30 Nov 1999 23:42:40 -0500 (EST)
From: "Kenneth H. Cox" <kenstir@senteinc.com>
To: bug-gnats@gnu.org, gnats-announce@sourceware.cygnus.com
Subject: Announcing gnatsweb 2.6
Message-ID: <Pine.LNX.4.10.9911302342060.30718-100000@abraham.senteinc.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

Hi folks,

Is it just me or is anyone else thinking they could use a real relational
database for bug tracking?  Particularly for operations like:

    a. assigning all of Joe's open bugs to Jane
    b. querying how many open bugs, per developer, etc.

Anyway, I'm still occasionally hacking on gnatsweb, and I made a new
release.  You can get the latest gnatsweb release at:

    ftp://ftp.senteinc.com/gnatsweb/gnatsweb-2.6.tar.gz

Here is what has changed since 2.5 (from the ChangeLog):

1999-11-30  Kenneth H. Cox  <kenstir@abraham.senteinc.com>

        * Enhancement: If user does not have cookies enabled, they now get
        a warning on the Login page.  Previously, you would have to submit
        the login page before you got the warning, then you would have to
        go back and resubmit the page.  A little JavaScript goes a long
        way.

1999-11-27  Kenneth H. Cox  <kenstir@abraham.senteinc.com>

        * Enhancement: If DEFAULT_RELEASE is set in the gnats config file,
        then it is now used as the default value in new PR's.
        Patch by Brian Cameron <Brian.Cameron@Eng.Sun.COM>.

        * Bug fix: In "send email" link, include GNATS_ADDR.
        Patch by Jason Molenda <jsm@cygnus.com>.

        * Enhancement: Reversed the default sort, so that new PR's appear
        before older ones.  Added some more debug prints.
        Patch by Tim Riker <TimR@CalderaSystems.com>.

1999-11-18  Kenneth H. Cox  <kenstir@abraham.senteinc.com>

        * New features: Now the site_callback can
        - supply default values for various things until they are
        specified and stored in the user's cookies: Reporter's
        email...(more coming?).  This facilitates that first PR for new
        people.
        - print new buttons at top+bottome of main page.
        - print stuff at the top of individual fields on the sendpr and
        editpr pages.

        See gnatsweb-site-sente.pl for  examples.

        * Bug fix: The default list of columns displayed for a query was
        empty; now it isn't.  You can still get the empty list if you
        explicitly turn off all columns.

==========  gnatsweb 2.6 beta2 released ===================================

1999-11-17  Kenneth H. Cox  <kenstir@abraham.senteinc.com>

        * New feature: Now all links and forms contain the database param,
        so that you can keep multiple databases open in multiple browser
        windows.

==========  gnatsweb 2.6 beta released ===================================

1999-11-14  Kenneth H. Cox  <kenstir@abraham.senteinc.com>

        * New feature? Cookies are now stored with path=/.  I don't know
        if this'll help IE users or not; I actually did it to share
        cookies between my test web and my main web.  You should still be
        able to get to your stored queries, and even delete them.

        * New feature: If you follow a URL such as
        http://www.x.com/cgi-bin/gnatsweb.pl?cmd=view&database=main&pr=1269
        and you are forced to login, then after logging in you will be
        redirected to the requested age.  I tried doing this with a
        redirect but that didn't work; had to use a somewhat ugly
        zero-delay refresh.  If you can figure that out I'd be grateful.

        * New feature: Split cookies into a global cookie (column
        preference and email addr) and a db-specific cookie.  That way you
        don't have to keep typing in different passwords if you change
        db's.

        * Code reorg: Cleaned up the main proc especially w.r.t. the
        cookie-setting stuff.  Now all of the preference settings happen
        at once, and there is only one 'switch' over all of the commands.
        However, if you don't have cookies enabled I probably broke the
        detection of this error.

1999-11-13  Kenneth H. Cox  <kenstir@abraham.senteinc.com>

        * New feature: Added a button to delete stored queries.
        Patch by Robert Lupton the Good <rhl@astro.princeton.edu>.

        * Bug fix (get_mailto_link): MSIE users need special handling in
        the mailto: link.
        Patch by <ralph_pursifull@am.exch.hp.com>.

--
Kenneth H. Cox
Software Guy
Sente, Inc.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]