X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=html%2Fserver-request.html.in;h=7941c5327c58af601b7c53e5fcc6f793abc910cd;hb=14a0ebc67f8b2510e7ca09d3298f23469bd03c32;hp=57c8675f402ae856489fe6e3684bfa224713118f;hpb=99f0d0cd10a5d9d983d8fc0baf55152bf5cbacd4;p=debbugs.git diff --git a/html/server-request.html.in b/html/server-request.html.in index 57c8675..7941c53 100644 --- a/html/server-request.html.in +++ b/html/server-request.html.in @@ -3,7 +3,9 @@ $gRequestHtml = < $gProject $gBug system - $gBug logs by mail server + + @@ -39,9 +41,7 @@ server.
Requests the transcript for the $gBug report in question. send-detail sends all of the `boring' messages in the - transcript, such as the various auto-acks (you should usually use - send as well, as the interesting messages are not sent by - send-detail). + transcript as well, such as the various auto-acks.
index [full]
index-summary by-package @@ -58,10 +58,9 @@ server.
index maint maintainer -
Requests the index pages of $gBugs in the system for all maintainers - containing the string maintainer. The search term is a - case insensitive substring. The $gBug index for each matching - maintainer will be sent in a separate message. +
Requests the index pages of $gBugs in the system for the maintainer + maintainer. The search term is an exact match. + The $gBug index will be sent in a separate message.
index-packages @@ -70,10 +69,9 @@ server.
index packages package -
Requests the index pages of $gBugs in the system for all packages - containing the string package. The search term is a case - insensitive substring. The $gBug index for each matching package will - be sent in a separate message. +
Requests the index pages of $gBugs in the system for the package + package. The search term is an exact match. + The $gBug index will be sent in a separate message.
send-unmatched [this|0]
send-unmatched last|-1 @@ -107,6 +105,35 @@ server.
Requests that the mailservers' reference card be sent in plain ASCII. +
user email + +
Set the user to the given email address. The default user is the + email address set in your mail client's From: or Reply-To: field. You + should not use other people's email addresses without permission. + +
usertag bugnumber [ + | - | = ] tag [ tag ... ] + +
Sets usertags for the $gBug report #bugnumber. No + notification is sent to the user who reported the $gBug, nor to + the package maintainer. Setting the action to + means + to add each given tag, - means to remove + each given tag, and = means to ignore the + current tags and set them afresh to the list provided. The default + action is adding. + +

Example usage:

+ +
+        # same as 'tags 123456 + patch'
+        usertag 123456 patch
+  
+        # same as 'tags 123456 + help security'
+        usertag 123456 help security
+  
+ +

The meaning of usertags is decided by the owner of the email address + they are associated with. +

help
Requests that this help document be sent by email in plain ASCII.