public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* web_link in the PRs email?
@ 2002-08-09  8:17 Kanna Potharlanka
  2002-08-10 10:20 ` Hans-Albert Schneider
  0 siblings, 1 reply; 3+ messages in thread
From: Kanna Potharlanka @ 2002-08-09  8:17 UTC (permalink / raw)
  To: help-gnats

Hello All,
	    We have installed gnats-3.999.1 and it runs fine with a web
interface. Is it possible to generate/include an "edit" link(to the PR)
in the email that is sent whenever a PR is submitted/edited. In other
words, can we have a web_link in every email that is sent out, so that
by just clicking the link, we can edit that PR. We want to use gnats
to save discussions about bugs also and hence this is a feature we dearly
miss! Kindly help.
	    Thanks for your time.

Regards,
Kanna.
Sierra Logic Inc.,
916 772 1234, Ext: 123         

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

* Re: web_link in the PRs email?
  2002-08-09  8:17 web_link in the PRs email? Kanna Potharlanka
@ 2002-08-10 10:20 ` Hans-Albert Schneider
  2002-08-10 10:33   ` Mike Hoolehan
  0 siblings, 1 reply; 3+ messages in thread
From: Hans-Albert Schneider @ 2002-08-10 10:20 UTC (permalink / raw)
  To: kanna_potharlanka; +Cc: help-gnats

Hello,

>>>>> "Kanna" == Kanna Potharlanka <kanna_potharlanka@sierralogic.com> writes:

    Kanna> Hello All, We have installed gnats-3.999.1 and it runs
    Kanna> fine with a web interface. Is it possible to
    Kanna> generate/include an "edit" link(to the PR) in the
    Kanna> email that is sent whenever a PR is
    Kanna> submitted/edited.

Yes. The contents of the mails is defined in the dbconfig file.

Sorry for not giving an example; I am not yet familiar with the
4.0pre (=3.999.1) version.


Hans-Albert

-- 
Hans-Albert Schneider		<Hans-Albert.Schneider@infineon.com>
Infineon Technologies AG	phone:	(+49) 89 234 45445
Corporate Logic; Verification	fax:	(+49) 89 234 42284
(CL DAT TDM VM)			Munich, Germany

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

* Re: web_link in the PRs email?
  2002-08-10 10:20 ` Hans-Albert Schneider
@ 2002-08-10 10:33   ` Mike Hoolehan
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Hoolehan @ 2002-08-10 10:33 UTC (permalink / raw)
  To: kanna_potharlanka; +Cc: kanna_potharlanka, help-gnats

in the dbconfig, something like this in the email definitions (there are 6
possible, but things like the 'deleted-pr-mail' wouldn't have the edit link)
should work:

   body {
    ...
    <A HREF="http://localhost/cgi-bin/gnatsweb.pl?database=default&cmd=edit&pr=%s">
    Edit this bug</A>
    ...
    }
    fields { ... "$PRNum" ... }
  }

Note that you might have other %s escapes in the body, so make sure you have
your fields in the right order there at the end.

Also, of course, edit your link to point the right location of gnatwsweb on
your machine, and adjust the 'database=default' to point to the database
that you are talking about.    

more details at:
http://www.gnu.org/software/gnats/doc/4_0_beta1/gnats_4.html#SEC57

Mike

On (09/08/02 11:54), Hans-Albert Schneider wrote:
> Hello,
> 
> >>>>> "Kanna" == Kanna Potharlanka <kanna_potharlanka@sierralogic.com> writes:
> 
>     Kanna> Hello All, We have installed gnats-3.999.1 and it runs
>     Kanna> fine with a web interface. Is it possible to
>     Kanna> generate/include an "edit" link(to the PR) in the
>     Kanna> email that is sent whenever a PR is
>     Kanna> submitted/edited.
> 
> Yes. The contents of the mails is defined in the dbconfig file.
> 
> Sorry for not giving an example; I am not yet familiar with the
> 4.0pre (=3.999.1) version.
> 
> 
> Hans-Albert
> 
> -- 
> Hans-Albert Schneider		<Hans-Albert.Schneider@infineon.com>
> Infineon Technologies AG	phone:	(+49) 89 234 45445
> Corporate Logic; Verification	fax:	(+49) 89 234 42284
> (CL DAT TDM VM)			Munich, Germany
> 
> _______________________________________________
> Help-gnats mailing list
> Help-gnats@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnats

-- 
Mike Hoolehan
Sycamore Associates, Inc.
mike@sycamore.us
301.387.3355

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

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

end of thread, other threads:[~2002-08-09 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-09  8:17 web_link in the PRs email? Kanna Potharlanka
2002-08-10 10:20 ` Hans-Albert Schneider
2002-08-10 10:33   ` Mike Hoolehan

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).