Changes between Version 27 and Version 28 of PrivateWikiPlugin


Ignore:
Timestamp:
Sep 23, 2013, 12:16:57 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Made a note about using other non-default permission_policies.

Legend:

Unmodified
Added
Removed
Modified
  • PrivateWikiPlugin

    v27 v28  
    2222
    2323 ''Latest Development Branch:''
    24  {{{#!sh
     24 {{{
    2525easy_install https://trac-hacks.org/svn/privatewikiplugin/trunk/
    2626 }}}
    27  2. Be sure that the plugin is enabled. Add "privatewiki.api.privatewikisystem = enabled" to trac.ini (in the [components] subheading).
     27 2. Be sure that the plugin is enabled. Add `privatewiki.api.privatewikisystem = enabled` to trac.ini (in the [components] subheading).
    2828  * Alternatively, this can be enabled in the Web Admin section of the website as well
    29  3. In trac.ini modify the permission_policies to include !PrivateWikiSystem before any other entries (order is important!)
     29 3. 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, particular care will need to be taken to ensure the correct order. If `AuthzPolicy` is used to implement TracFineGrainedPermissions, then the order should most likely be `AuthzPolicy, PrivateWikiSystem, DefaultPermissionPolicy, LegacyAttachmentPolicy`.
    3030
    3131  Before: