Changes between Version 15 and Version 16 of VotePlugin


Ignore:
Timestamp:
Dec 14, 2012, 8:07:57 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • VotePlugin

    v15 v16  
    88If a user has a valid session (created through the [/prefs Preferences] panel) and the `VOTE_MODIFY` permission, they will be able to vote.
    99
    10 == Bugs/Feature Requests == 
     10== Bugs/Feature Requests ==
    1111
    1212Existing bugs and feature requests for VotePlugin are
     
    2929
    3030{{{
     31#!sh
    3132easy_install http://trac-hacks.org/svn/voteplugin/0.11
    3233}}}
     
    3536
    3637{{{
     38#!sh
    3739sudo easy_install -U setuptools
    3840}}}
     
    4143
    4244{{{
     45#!ini
    4346[components]
    4447tracvote.* = enabled
     
    4750Configure the list of URL paths to allow voting on in ''trac.ini''. Globs are supported.
    4851{{{
     52#!ini
    4953[vote]
    5054paths =
     
    5559You may need to run:
    5660{{{
     61#!sh
    5762trac-admin [trac environment pathname] upgrade
    5863}}}