Changes between Version 33 and Version 34 of PrivateWikiPlugin


Ignore:
Timestamp:
Mar 22, 2017, 7:45:50 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Policy name changed in latest version.

Legend:

Unmodified
Added
Removed
Modified
  • PrivateWikiPlugin

    v33 v34  
    3737 {{{#!ini
    3838[components]
    39 privatewiki.api.privatewikisystem = enabled
     39privatewiki.* = enabled
    4040}}}
    4141 Alternatively, this plugin can be enabled in the Web Admin section of your Trac installation.
    42  1. In `trac.ini` modify the `permission_policies` to include `PrivateWikiSystem` before the default entries (order is important!). If permission policies from other plugins are used, care will need to be taken to ensure the correct order. If `AuthzPolicy` is used to implement TracFineGrainedPermissions, then the order is most likely `AuthzPolicy, PrivateWikiSystem, DefaultPermissionPolicy, LegacyAttachmentPolicy`.
     42 1. In `trac.ini` modify the `permission_policies` to include `PrivateWikiPolicy` before the default entries (order is important!). If permission policies from other plugins are used, care will need to be taken to ensure the correct order. If `AuthzPolicy` is used to implement TracFineGrainedPermissions, then the order is most likely `AuthzPolicy, PrivateWikiPolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy`.
    4343
    4444 Before:
     
    5151{{{#!ini
    5252[trac]
    53 permission_policies = PrivateWikiSystem, DefaultPermissionPolicy, LegacyAttachmentPolicy
     53permission_policies = PrivateWikiPolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy
    5454}}}
    5555