Contents
Publish public pages using tags
Notice: This plugin is deprecated and the functionality is provided through the TagPolicy
permissions policy in TagsPlugin 0.8 and later. See #3891 for details.
Description
This plugin allows a 'closed' user group Trac install to publish explicitly tagged content to be displayed (readonly) for 'anonymous'.
This plugins depends on TagsPlugin.
Warning: this plugin may give anonymous more permissions than you wish. Make sure you understand the Trac permission configuration first!
Bugs/Feature Requests
Existing bugs and feature requests for TagPublicPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TagPublicPlugin from here using Subversion, or browse the source with Trac.
Example
- Add
to
tagpublic.* = enabled
[components]
of trac.ini
- Change permission_policies in [trac] like this:
permission_policies = TagPublic, DefaultPermissionPolicy, LegacyAttachmentPolicy
- Tag all wikipages, tickets, blogposts you want everybody to see with the string 'public'
Recent Changes