Changes between Version 2 and Version 3 of TracPermissions


Ignore:
Timestamp:
Nov 24, 2010, 2:12:18 PM (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracPermissions

    v2 v3  
    4646|| `TICKET_EDIT_CC` || Full modify cc field ||
    4747|| `TICKET_EDIT_DESCRIPTION` || Modify description field ||
     48|| `TICKET_EDIT_COMMENT` || Modify comments ||
    4849|| `TICKET_ADMIN` || All `TICKET_*` permissions, plus the deletion of ticket attachments and modification of the reporter and description fields. It also allows managing ticket properties in the WebAdmin panel. ||
    4950
     
    7475|| `WIKI_CREATE` || Create new [wiki:TracWiki wiki] pages ||
    7576|| `WIKI_MODIFY` || Change [wiki:TracWiki wiki] pages ||
     77|| `WIKI_RENAME` || Rename [wiki:TracWiki wiki] pages ||
    7678|| `WIKI_DELETE` || Delete [wiki:TracWiki wiki] pages and attachments ||
    7779|| `WIKI_ADMIN` || All `WIKI_*` permissions, plus the management of ''readonly'' pages. ||
     
    115117== Permission Groups ==
    116118
    117 There are two built-in groups, "authenticated" and "anonymous".[[BR]]
    118 Any user who has not logged in is automatically in the "anonymous" group.[[BR]]
    119 Any user who has logged in is also in the "authenticated" group.[[BR]]
    120 The "authenticated" group inherits permissions from the "anonymous" group.[[BR]]
    121 eg. if the "anonymous" group has permission WIKI_MODIFY, it's not necessary to add the WIKI_MODIFY permisison to the "authenticated" group as well.
     119There are two built-in groups, "authenticated" and "anonymous".
     120Any user who has not logged in is automatically in the "anonymous" group.
     121Any user who has logged in is also in the "authenticated" group.
     122The "authenticated" group inherits permissions from the "anonymous" group.
     123For example, if the "anonymous" group has permission WIKI_MODIFY,
     124it is not necessary to add the WIKI_MODIFY permission to the "authenticated" group as well.
    122125
    123126Custom groups may be defined that inherit permissions from the two built-in groups.
     
    132135}}}
    133136
    134 Group membership can be checked by doing a {{{permission list}}} with no further arguments; the resulting output will include group memberships. '''Use lowercase for group names, as uppercase is reserved for permissions'''.
     137Group membership can be checked by doing a {{{permission list}}} with no further arguments; the resulting output will include group memberships. '''Use at least one lowercase character in group names, as all-uppercase names are reserved for permissions'''.
    135138
    136139== Adding a New Group and Permissions ==