Edgewall Software

Changes between Version 48 and Version 49 of TracFineGrainedPermissions


Ignore:
Timestamp:
Nov 23, 2013, 3:49:17 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Improved wording.

Legend:

Unmodified
Added
Removed
Modified
  • TracFineGrainedPermissions

    v48 v49  
    300300}}}
    301301
    302 When upgrading from earlier versions of Trac, `ReadonlyWikiPolicy` will be appended to the list of `permission_policies` when running `trac-admin $env upgrade`, provided that `permission_policies` has the default value. If any non-default `permission_polices` are active, `ReadonlyWikiPolicy` **will need to be manually added** to the list. A message will be echoed to the console when running `trac-admin $env upgrade`, indicating if any action needs to be taken.
     302When upgrading from earlier versions of Trac, `ReadonlyWikiPolicy` will be appended to the list of `permission_policies` when upgrading the environment, provided that `permission_policies` has the default value. If any non-default `permission_polices` are active, `ReadonlyWikiPolicy` **will need to be manually added** to the list. A message will be echoed to the console when upgrading the environment, indicating if any action needs to be taken.
    303303
    304304**!ReadonlyWikiPolicy must be listed //before// !DefaultPermissionPolicy**. The latter returns `True` to allow modify, delete or rename actions when the user has the respective `WIKI_*` permission, without consideration for the read-only attribute.