comparison doc/user_guide.txt @ 3904:91008ec8f9a0

retire "topic" usage "Topic" still appears in the locale files. I'm sure we need to support that for existing trackers. I *think* they don't care about any of the other changes that have been made. I also left Ka-Ping Yee's original design document unchanged. This takes care of sf feature request [SF#953161]
author Justus Pendleton <jpend@users.sourceforge.net>
date Sun, 16 Sep 2007 02:45:11 +0000
parents 068b3d7d4279
children 17bdd79a3ae1
comparison
equal deleted inserted replaced
3903:a90fa2e08a0a 3904:91008ec8f9a0
1 ========== 1 ==========
2 User Guide 2 User Guide
3 ========== 3 ==========
4 4
5 :Version: $Revision: 1.36 $ 5 :Version: $Revision: 1.37 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 .. hint:: 9 .. hint::
10 This document will refer to *issues* as the primary store of 10 This document will refer to *issues* as the primary store of
110 110
111 111
112 Constrained (link and multilink) properties 112 Constrained (link and multilink) properties
113 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 113 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
114 114
115 Fields like "Assigned To" and "Topics" hold references to items in other 115 Fields like "Assigned To" and "Keywords" hold references to items in other
116 classes ("user" and "keyword" in those two cases.) 116 classes ("user" and "keyword" in those two cases.)
117 117
118 Sometimes, the selection is done through a menu, like in the "Assigned 118 Sometimes, the selection is done through a menu, like in the "Assigned
119 To" field. 119 To" field.
120 120
128 match issues which are assigned to richard or george. 128 match issues which are assigned to richard or george.
129 ``assignedto=-1`` 129 ``assignedto=-1``
130 match issues that are not assigned to a user. 130 match issues that are not assigned to a user.
131 ``assignedto=2,3,40`` 131 ``assignedto=2,3,40``
132 match issues that are assigned to users 2, 3 or 40. 132 match issues that are assigned to users 2, 3 or 40.
133 ``topic=user interface`` 133 ``keyword=user interface``
134 match issues with the keyword "user interface" in their topic list 134 match issues with the keyword "user interface" in their keyword list
135 ``topic=web interface,e-mail interface`` 135 ``keyword=web interface,e-mail interface``
136 match issues with the keyword "web interface" or "e-mail interface" in 136 match issues with the keyword "web interface" or "e-mail interface" in
137 their topic list 137 their keyword list
138 ``topic=-1`` 138 ``keyword=-1``
139 match issues with no topics set 139 match issues with no keywords set
140 140
141 141
142 Date properties 142 Date properties
143 ~~~~~~~~~~~~~~~ 143 ~~~~~~~~~~~~~~~
144 144
348 348
349 You may manually write URLS that contain these arguments, like so 349 You may manually write URLS that contain these arguments, like so
350 (whitespace has been added for clarity):: 350 (whitespace has been added for clarity)::
351 351
352 /issue?status=unread,in-progress,resolved& 352 /issue?status=unread,in-progress,resolved&
353 topic=security,ui& 353 keyword=security,ui&
354 @group=priority,-status& 354 @group=priority,-status&
355 @sort=-activity& 355 @sort=-activity&
356 @filters=status,topic& 356 @filters=status,keyword&
357 @columns=title,status,fixer 357 @columns=title,status,fixer
358 358
359 359
360 Access Controls 360 Access Controls
361 --------------- 361 ---------------

Roundup Issue Tracker: http://roundup-tracker.org/