Changes between Version 46 and Version 47 of TagsPlugin


Ignore:
Timestamp:
Mar 14, 2011, 10:49:14 PM (13 years ago)
Author:
Ryan J Ollos
Comment:

Clarify that TAGS_* permissions must be granted as a step in the install procedure.

Legend:

Unmodified
Added
Removed
Modified
  • TagsPlugin

    v46 v47  
    3838    * Using easy_install:
    3939      {{{
    40 easy_install http://trac-hacks.org/svn/tagsplugin/tags/0.6
    41 }}}
     40      easy_install http://trac-hacks.org/svn/tagsplugin/tags/0.6
     41      }}}
    4242  4. Configure appropriately for your version of Trac.
    4343    Update your [wiki:TracIni trac.ini] with this:
     
    4646    tractags.* = enabled
    4747    }}}
    48     ''Be sure to remove any previous TagsPlugin configuration changes. In  particular `trac.wiki.web_ui.wikimodule = disabled` and `default_handler = TagsWikiModule` '''must be removed'''.
     48    Be sure to remove any previous TagsPlugin configuration changes. In  particular `trac.wiki.web_ui.wikimodule = disabled` and `default_handler = TagsWikiModule` '''must be removed'''.
    4949  5. Run `trac-admin <env> upgrade` on your Trac environment.
    5050  6. Restart your web server.
     51  7. Grant `TAG_VIEW` and `TAG_MODIFY` permissions to your users according to the policies that you'd like to implement.
    5152
    5253At this stage the plugin should be working and you should see a text control for
    5354tags in your Wiki edit page. You should also see an entry in the main navigation
    54 bar labeled ''Tags''. (If you don't, check your anonymous and authenticated users for TAGS_* permisions.)
     55bar labeled ''Tags''.
    5556
    5657== Configuring TagsPlugin ==