@@ -31,7 +31,7 @@ its item class. To identify a particular issue or user, we combine the
31
31
class with the number to create a unique label, so that user 1 (who,
32
32
incidentally, is *always* the "admin" user) is referred to as "user1".
33
33
Issue number 315 is referred to as "issue315". We call that label the
34
- item's * designator* .
34
+ item's :term:` designator` .
35
35
36
36
Items in the database are never deleted, they're just "retired". You
37
37
can still refer to them by ID - hence removing an item won't break
@@ -411,7 +411,7 @@ propname selects the values the item properties given by propname must
411
411
etc)
412
412
============ =============================================================
413
413
414
- You may manually write URLS that contain these arguments, like so
414
+ You may manually write URLs that contain these arguments, like so
415
415
(whitespace has been added for clarity)::
416
416
417
417
/issue?status=unread,in-progress,resolved&
@@ -445,9 +445,17 @@ Access Controls
445
445
446
446
User access is controlled through Permissions. These are are grouped
447
447
into Roles, and users have a comma-separated list of Roles assigned to
448
- them.
448
+ them. Roles can allow you to access:
449
449
450
- Permissions divide access controls up into answering questions like:
450
+ - an entire class of items (e.g. issues)
451
+ - only certain fields of a class (e.g. you can see the username but
452
+ not the phone number of other users)
453
+ - fields or classes based on your relationship to an item (e.g.
454
+ you can see the phone number of your user entry since you are the
455
+ owner of your user entry)
456
+
457
+ Other permissions divide access controls up into answering questions
458
+ like:
451
459
452
460
- may the user edit issues ("Edit", "issue")
453
461
- is the user allowed to use the web interface ("Web Access")
@@ -460,7 +468,6 @@ the customisation documentation. Examples of new access controls are:
460
468
- don't give users who register through e-mail web access
461
469
- let some users edit the details of all users
462
470
463
-
464
471
E-Mail Gateway
465
472
==============
466
473
@@ -505,7 +512,7 @@ brackets and after the class item name. So ``[issue2]`` and
505
512
Any "re:" or "fwd:" prefixes are stripped off the subject line before
506
513
we start looking for real information.
507
514
508
- If an item designator (class name and id number, for example
515
+ If an item :term:` designator` (class name and id number, for example
509
516
``issue123``) is found there, a new "msg" item is added to the
510
517
"messages" property for that item, and any new "file" items are added to
511
518
the "files" property for the item.
0 commit comments