Edgewall Software

Changes between Version 47 and Version 48 of TracFineGrainedPermissions


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

Add information on upgrade step.

Legend:

Unmodified
Added
Removed
Modified
  • TracFineGrainedPermissions

    v47 v48  
    300300}}}
    301301
    302 When upgrading from earlier versions of Trac, `ReadonlyWikiPolicy` **needs to be manually added** to the list.
     302When 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.
    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.