Edgewall Software

Changes between Version 65 and Version 66 of TracPermissions


Ignore:
Timestamp:
Aug 27, 2009, 3:21:49 PM (15 years ago)
Author:
anatoly techtonik <techtonik@…>
Comment:

format permissions in columns to ease visual comparison

Legend:

Unmodified
Added
Removed
Modified
  • TracPermissions

    v65 v66  
    173173On the other hand, the `authenticated` users will have the permissions to ''create and modify tickets and wiki pages''.
    174174
    175  '''anonymous'''::
     175'''anonymous'''
     176{{{
    176177 BROWSER_VIEW
    177178 CHANGESET_VIEW
     
    185186 TICKET_VIEW
    186187 TIMELINE_VIEW
    187  WIKI_VIEW
     188 WIKI_VIEW
     189}}}
    188190
    189  '''authenticated'''::
     191'''authenticated'''
     192{{{
    190193 TICKET_CREATE
    191194 TICKET_MODIFY
    192195 WIKI_CREATE
    193196 WIKI_MODIFY 
    194 
     197}}}
    195198----
    196199See also: TracAdmin, TracGuide and TracFineGrainedPermissions