Changes between Version 25 and Version 26 of VotePlugin


Ignore:
Timestamp:
Mar 11, 2015, 2:34:35 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • VotePlugin

    v25 v26  
    11[[PageOutline(2-5, Contents, pullout)]]
     2
    23= Reddit-style voting on Trac resources
    34
     
    2829[http://trac-hacks.org/newticket?component=VotePlugin&owner=rjollos&cc=hasienda new ticket].
    2930
     31[[TicketQuery(component=VotePlugin&group=type,format=progress)]]
     32
    3033== Download
    3134
     
    3740
    3841== Installation
    39 '''Note:''' Documentation has been updated to already reflect features of current `trunk` development branch, that is in preparation for next stable release `tracvote-0.2`. To get the best first-time experience you may wish to try the release candidate right now. But beware, that there is ''no down-grade'' support, while upgrading from previous plugin versions has been tested on different db back-ends and should work flawlessly.
     42
     43'''Note:''' Documentation has been updated to already reflect features of current `trunk` development branch, that is in preparation for next stable release `tracvote-0.2`. To get the best first-time experience, you may wish to try the release candidate right now. Note that there is ''no down-grade'' support, while upgrading from previous plugin versions has been tested on different db back-ends and should work flawlessly.
    4044
    4145Install the plugin:
     
    5862}}}
    5963
    60 Configure the list of URL paths to allow voting on in ''trac.ini''. Globs are supported.
     64== Configuration
     65
     66Configure the list of URL paths to allow voting on in `trac.ini`. Globs are supported.
    6167{{{#!ini
    6268[vote]
     
    6470}}}
    6571
    66 Grant users the `VOTE_VIEW` and `VOTE_MODIFY` permission where appropriate.
     72This grants users the `VOTE_VIEW` and `VOTE_MODIFY` permission where appropriate.
    6773
    68 '''Note:'''
     74'''Notes:'''
    6975 * `VOTE_MODIFY` inherits view permission since `tracvote-0.1.5`.
    7076 * Since `tracvote-0.2` a default set of permissions is configured once after creating the Trac database table for this plugin.
    7177
    72 Probably you'll need to run:
     78Probably you will need to run the following:
    7379{{{#!sh
    7480trac-admin /path/to/projenv upgrade