Changes between Version 4 and Version 5 of FiveStarVotePlugin


Ignore:
Timestamp:
Mar 27, 2013, 2:35:50 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • FiveStarVotePlugin

    v4 v5  
    2929
    3030{{{
     31#!sh
    3132easy_install http://trac-hacks.org/svn/fivestarvoteplugin/0.11
    3233}}}
     
    3435Add the following to the `[components]` section of [wiki:TracIni trac.ini] or enable the plugin though the !WebAdmin panel:
    3536{{{
     37#!ini
    3638[components]
    3739fivestarvote.* = enabled
     
    4042The following option can be specified in [wiki:TracIni trac.ini] (default value shown):
    4143{{{
     44#!ini
    4245[fivestarvote]
    4346paths = '^/$,^/wiki*,^/ticket*'  #List of URL paths to allow voting on. Globs are supported.
     
    4851=== Recommended Settings ===
    4952{{{
     53#!sh
    5054trac-admin [trac environment pathname] permission add anonymous VOTE_VIEW
    51 
     55}}}
     56{{{
     57#!sh
    5258trac-admin [trac environment pathname] permission add authenticated VOTE_MODIFY
    5359}}}
     
    5561You may need to run:
    5662{{{
     63#!sh
    5764trac-admin [trac environment pathname] upgrade
    5865}}}