From c7ee4f1408fffe2047368a50927401c3f33fda4f Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 9 Sep 2005 20:37:46 +0000 Subject: [PATCH] *** empty log message *** SVN revision: 1486 --- doc/faq.html | 26 ++++++++++++++++++++++++++ doc/wishlist.html | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/doc/faq.html b/doc/faq.html index 55ae8111..c9ae2b6c 100755 --- a/doc/faq.html +++ b/doc/faq.html @@ -46,6 +46,7 @@ where one can enter messages but not change them afterwards.
  • How can I change an attribute for an entire thread? We have an attribute "open problem/fixed" which should be changed for the whole thread if that problem has been fixed.
  • Can I use RSS feeds with password protected logbooks? +
  • How can I mark a whole thread open or closed?
    @@ -282,6 +283,31 @@ and still use RSS feeds. This is done by adding an additional read password via which has been successfully used with this kind of authentication is
    RSSReader.

    +

  • How can I make a whole thread open or closed? +

    +Sometime people want to mark a whole thread in a way. An example is a to-do list, +where they want a special icon on high priority things, and have this icon disappear +one the task is finished. This can be easily done with icons. The configuration could +look like this: + +

    +Attributes = Author, Status, Subject
    +IOptions Status = icon1.gif, icon2.gif, icon4.gif
    +Preset Status = icon4.gif
    +Preset on reply status = icon2.gif
    +Icon comment icon1.gif = Closed entry
    +Icon comment icon4.gif = Open entry
    +Thread display = $Author $Subject
    +Thread icon = Status
    +

    + +New entries get an exclamation mark icon for example ("Preset status = ..."). Replies +to this entry get a reply icon. Once the thread should be closed, one simple edits +the top entry in that thread and changes the icon. The icon1.gif from the distribution +is maybe not ideally suited for that, but one could make a green check mark icon for example +for that. The "Thread display" and "Thread icon" make this icon appear at the left side +of the threaded display. +


    diff --git a/doc/wishlist.html b/doc/wishlist.html index 2c8cf20e..16a0efdf 100755 --- a/doc/wishlist.html +++ b/doc/wishlist.html @@ -84,7 +84,7 @@ email. Change attributes of whole thread, like mark a thread "open"or "closed" -2 +3 Automatic unlocking of entries after a specific time period @@ -100,7 +100,7 @@ email. Show sums of numeric attributes -1 +2 Let each user choose its language separately