gnats-diffs
[Top][All Lists]
Advanced

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

Changes to gnats/doc/gnats-faq.texi


From: Hans-Albert Schneider
Subject: Changes to gnats/doc/gnats-faq.texi
Date: Wed, 11 Jun 2003 05:03:04 -0400

Index: gnats/doc/gnats-faq.texi
diff -c gnats/doc/gnats-faq.texi:1.14 gnats/doc/gnats-faq.texi:1.15
*** gnats/doc/gnats-faq.texi:1.14       Thu Jun  5 18:00:25 2003
--- gnats/doc/gnats-faq.texi    Wed Jun 11 05:03:04 2003
***************
*** 111,117 ****
  
  @menu
  * What is GNATS::               A very short overview
! * How to pronounce it::         
  * Get it::                      Where to get @sc{gnats}
  * Versions::                    Which versions are available?
  * Mailing Lists::               E-mail discussion lists
--- 111,117 ----
  
  @menu
  * What is GNATS::               A very short overview
! * How to pronounce it::         Pronunciation: with or without the "G"?
  * Get it::                      Where to get @sc{gnats}
  * Versions::                    Which versions are available?
  * Mailing Lists::               E-mail discussion lists
***************
*** 231,242 ****
  
  @itemize
  @item @email{info-gnats@@gnu.org}
- (formerly gnats-announce@@sources.redhat.com)
  This is a low volume moderated mailing lists for @sc{gnats} related
  announcements, like new releases or important information.
  
  @item @email{help-gnats@@gnu.org}
- (formerly gnats-devel@@sources.redhat.com)
  A low-to-middle volume mailing list where anything related to @sc{gnats}
  can be discussed (development, help, questions, suggestions, etc.).
  
--- 231,240 ----
***************
*** 250,262 ****
  
  @itemize
  @item @email{gnats-prs@@gnu.org}
- (formerly gnats-prs@@sources.redhat.com)
  Copies of the bug tracking system messages are sent there.  Contrast to
  bug-gnats@@gnu.org which only gets new bug reports, this list also gets
  the follow-ups (Whatever goes into @sc{gnats}' @code{>Audit-Trail:} field).
  
  @item @email{gnats-commit@@gnu.org}
- (formerly gnats-cvs@@sources.redhat.com)
  CVS commit messages are sent there.
  
  @item @email{gnats-diffs@@gnu.org}
--- 248,258 ----
***************
*** 397,405 ****
  
  @menu
  * Add a database::              How to create a new database
! * Renaming a Category::         
! * Changing Fields::             
! * Append-only Audit-Trail::     
  @end menu
  
  @node Add a database
--- 393,400 ----
  
  @menu
  * Add a database::              How to create a new database
! * Renaming a Category::         How to rename categories
! * Changing Fields::             Add, remove, or rename a PR field
  @end menu
  
  @node Add a database
***************
*** 653,688 ****
  This is currently not configurable.
  
  
- @node Append-only Audit-Trail
- @comment  node-name,  next,  previous,  up
- @subsection How do make Audit-Trail append-only?
- 
- Mike Hoolehan wanted a "bugzilla-ish appending audit trail", i.e.,
- Audit-Trail can not be changed arbitrarily, only appended.
- 
- He posted the following solution to the @email{help-gnats@@gnu.org}
- mailing list:
- 
- First, set the Audit-Trail field to read-only.  Then add this:
- 
- @example
- field "Add-To-Audit-Trail" @{
-    description "Add a log entry to Audit Trail"
-    multitext @{ default "\n" @}
-    on-change  @{
-         add-audit-trail
-         audit-trail-format @{
-         format "---- Comments by %s on %s ----\n %s\n\n" #whatever you like
-         fields @{ "$EditUserEmailAddr" "$CurrentDate" "$NewValue" @}
-         @}
-     @}
-     on-change @{
-         set-field "Add-To-Audit-Trail" @{ "\n" @}
-     @}
- @}
- @end example
- 
- 
  @node Gnatsd
  @comment  node-name,  next,  previous,  up
  @section Gnatsd, the @sc{gnats} Daemon
--- 648,653 ----
***************
*** 813,820 ****
  @subsection Gnatsd Messages
  
  @menu
! * No host access for stdin::    
! * No host access for remote::   
  @end menu
  
  @node No host access for stdin
--- 778,785 ----
  @subsection Gnatsd Messages
  
  @menu
! * No host access for stdin::    Error when starting gnatsd manually
! * No host access for remote::   Cannot connect from another machine
  @end menu
  
  @node No host access for stdin
***************
*** 891,897 ****
  #
  # This is a comment
  #
! # Grant view access to all hosts with IP adresses
  # ranging from 192.168.0.0 to 192.168.255.255:
  192.168.*:view:
  # Users on host goedel.example.com get (at least) edit access:
--- 856,862 ----
  #
  # This is a comment
  #
! # Grant view access to all hosts with IP addresses
  # ranging from 192.168.0.0 to 192.168.255.255:
  192.168.*:view:
  # Users on host goedel.example.com get (at least) edit access:
***************
*** 922,929 ****
  @section E-Mail Issues
  
  @menu
! * queue-pr not available::      
! * Outgoing mail bounces::       
  @end menu
  
  @node queue-pr not available, Outgoing mail bounces, E-Mail, E-Mail
--- 887,894 ----
  @section E-Mail Issues
  
  @menu
! * queue-pr not available::      Sendmail refuses to run queue-pr
! * Outgoing mail bounces::       Mail system complains on outgoing mail
  @end menu
  
  @node queue-pr not available, Outgoing mail bounces, E-Mail, E-Mail
***************
*** 1060,1075 ****
  @comment  node-name,  next,  previous,  up
  @section Gnatsweb
  
  @menu
- * General Gnatsweb Questions::  
  * Gnatsweb Login Questions::    Problems logging in to Gnatsweb
  @end menu
  
! @node General Gnatsweb Questions
  @comment  node-name,  next,  previous,  up
! @subsection General Gnatsweb Questions
! 
! See also @ref{Gnatsweb and GNATS} in the chapter on @ref{Installation}.
  
  
  @node Gnatsweb Login Questions
--- 1025,1039 ----
  @comment  node-name,  next,  previous,  up
  @section Gnatsweb
  
+ See also @ref{Gnatsweb and GNATS} in the chapter on @ref{Installation}.
+ 
  @menu
  * Gnatsweb Login Questions::    Problems logging in to Gnatsweb
  @end menu
  
! @c @node General Gnatsweb Questions
  @comment  node-name,  next,  previous,  up
! @c @subsection General Gnatsweb Questions
  
  
  @node Gnatsweb Login Questions
***************
*** 1139,1145 ****
  Cookie Central}.
  
  
! @b{Q:} So, why does Gnatsweb send these cookies?
  
  @b{A:} Gnatsweb uses a cookie @address@hidden to
  store your login information (username, password), and a cookie
--- 1103,1109 ----
  Cookie Central}.
  
  
! @b{Q:} So, which cookies does Gnatsweb send, and why?
  
  @b{A:} Gnatsweb uses a cookie @address@hidden to
  store your login information (username, password), and a cookie
***************
*** 1153,1158 ****
--- 1117,1123 ----
  @address@hidden).
  
  It is therefore essential that you allow Gnatsweb to set its cookies.
+ For a typical effect of rejecting them, see @ref{Login Not Remembered}.
  
  
  @node     TkGnats
***************
*** 1257,1259 ****
--- 1222,1225 ----
  @printindex cp
  
  @bye
+ @c  LocalWords:  ifinfo savannah




reply via email to

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