Edgewall Software

Changes between Initial Version and Version 1 of ExtraPermissionsProvider


Ignore:
Timestamp:
Jun 2, 2010, 3:22:55 PM (14 years ago)
Author:
Christian Boos
Comment:

short presentation for optional component

Legend:

Unmodified
Added
Removed
Modified
  • ExtraPermissionsProvider

    v1 v1  
     1== [source:trunk/tracopt/perm/config_perm_provider.py tracopt.perm.config_perm_provider.ExtraPermissionsProvider]
     2
     3Optional component which makes it possible to easily add new permissions using an `[extra-permissions]` section in the TracIni.
     4
     5This can be used for example in configurable TracWorkflow``s, when one wants to add a permission specific to a transition, via the `.permissions` key.
     6
     7See also: #9392.