wiki:PrivateWikiPlugin

Version 32 (modified by figaro, 8 years ago) (diff)

Further cosmetic changes

Restrict access to sections of the Wiki

Description

This plugin allows you to protect wiki pages against access.

Bugs/Feature Requests

Existing bugs and feature requests for PrivateWikiPlugin are here.

If you have any issues, create a new ticket.

defect

17 / 17

task

1 / 1

Download

Download the zipped source from here.

Source

Check out using Subversion, or browse the source with Trac.

Installation

Install the plugin, either for a single project or globally. See the details on how to install a plugin at TracPlugins.

To install the latest development branch, perform the following steps:

  1. Run the following:
    easy_install https://trac-hacks.org/svn/privatewikiplugin/trunk/
    
  2. Enable the plugin in your trac.ini file:
    [components]
    privatewiki.api.privatewikisystem = enabled
    
    Alternatively, this plugin can be enabled in the Web Admin section of your Trac installation.
  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, 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.

Before:

[trac]
permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy

After:

[trac]
permission_policies = PrivateWikiSystem, DefaultPermissionPolicy, LegacyAttachmentPolicy

Usage

In trac.ini add a privatewikis section, under that add a private_wikis field and list the Pages that you want to protect. Enter the pages in all upper case and replace /'s with _:

[privatewikis]
private_wikis = IT,FOOBAR,FOOBAR_INFO

Once you have added this you will have some new permissions in the admin section. For example you will have PRIVATE_VIEW_FOO and PRIVATE_EDIT_FOO_BAR which will control which users can view or edit FooBar and anything below it like FooBar/Test. The downside is that this plugin sees FooBar and Foobar as the same page, so any restrictions on one will restrict the access of the other.

Recent Changes

17167 by rjollos on 2018-05-09 16:31:10
TracPrivateWiki 1.1.0: Conform to PEP8
16496 by rjollos on 2017-04-15 08:21:36
Fix indentation
16366 by rjollos on 2017-03-22 19:49:49
TracPrivateWiki 1.1.0: Removing special handling of anonymous user

Note: name of permission policy and component rule have changed.
See revised installation instructions when upgrading.

Fixes #11529.

(more)

Author/Contributors

Author: eric256
Maintainer: Ryan J Ollos
Contributors: