Changes between Version 7 and Version 8 of FiveStarVotePlugin


Ignore:
Timestamp:
Oct 18, 2015, 1:14:06 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • FiveStarVotePlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Five Star Rating for Wiki and Tickets =
    32
    4 == Description ==
     3= Five Star Rating for Wiki and Tickets
    54
    6 This plugin is a modified version of the VotePlugin.
     5== Description
    76
    8 Instead of having up and down arrows, this plugin uses a 5-star approach to rate resources.
     7This plugin lets users vote for a Trac resource, including Wiki pages, tickets, milestones, by using a five-star rating system. This plugin is a modified version of the VotePlugin, but except for having up and down arrows, this plugin uses a 5-star approach to rate resources:
    98
    10 ''While it has been forked from latest VotePlugin code in October 2008, and some bugs fixed (#3298, #3808), current development has pushed !VotePlugin ahead significantly. Applying similar changes here too is certainly possible, but merging the code might become the option of choice for improved long-term support.''
     9[[Image(wiki:FiveStarVotePlugin:fivestarvote.jpg)]]
     10
     11While it has been forked from VotePlugin code in October 2008, and some bugs fixed (#3298, #3808), current development has pushed !VotePlugin ahead significantly. Applying similar changes here too is certainly possible, but merging the code might become the option of choice for improved long-term support.
    1112 
    12 == Bugs/Feature Requests ==
     13== Bugs/Feature Requests
    1314
    1415Existing bugs and feature requests for FiveStarVotePlugin are
     
    1819[/newticket?component=FiveStarVotePlugin new ticket].
    1920
    20 == Download ==
     21== Download
    2122
    2223Download the zipped source from [download:fivestarvoteplugin here].
    2324
    24 == Source ==
     25== Source
    2526
    26 You can check out FiveStarVotePlugin from [http://trac-hacks.org/svn/fivestarvoteplugin here] using Subversion, or [source:fivestarvoteplugin browse the source] with Trac.
     27You can check out FiveStarVotePlugin from [/svn/fivestarvoteplugin here] using Subversion, or [source:fivestarvoteplugin browse the source] with Trac.
    2728
    28 == Installation ==
     29== Installation
    2930
    3031Install the plugin:
    3132
    32 {{{
    33 #!sh
     33{{{#!sh
    3434easy_install http://trac-hacks.org/svn/fivestarvoteplugin/0.11
    3535}}}
    3636
    3737Add the following to the `[components]` section of [wiki:TracIni trac.ini] or enable the plugin though the !WebAdmin panel:
    38 {{{
    39 #!ini
     38{{{#!ini
    4039[components]
    4140fivestarvote.* = enabled
     
    4342
    4443The following option can be specified in [wiki:TracIni trac.ini] (default value shown):
    45 {{{
    46 #!ini
     44{{{#!ini
    4745[fivestarvote]
    4846paths = '^/$,^/wiki*,^/ticket*'  #List of URL paths to allow voting on. Globs are supported.
     
    5149Grant users the `VOTE_VIEW` and `VOTE_MODIFY` permission where appropriate. `VOTE_MODIFY` will not work for anonymous users.
    5250
    53 === Recommended Settings ===
    54 {{{
    55 #!sh
     51=== Recommended Settings
     52
     53{{{#!sh
    5654trac-admin [trac environment pathname] permission add anonymous VOTE_VIEW
    5755}}}
    58 {{{
    59 #!sh
     56{{{#!sh
    6057trac-admin [trac environment pathname] permission add authenticated VOTE_MODIFY
    6158}}}
    6259
    6360You may need to run:
    64 {{{
    65 #!sh
     61{{{#!sh
    6662trac-admin [trac environment pathname] upgrade
    6763}}}
    6864
    69 == Screen Shot ==
    70 
    71 [[Image(wiki:FiveStarVotePlugin:fivestarvote.jpg)]]
    72 
    73 == Recent Changes ==
     65== Recent Changes
    7466
    7567[[ChangeLog(fivestarvoteplugin, 3)]]
    7668
    77 == Author/Contributors ==
     69== Author/Contributors
    7870
    7971'''Author:''' [wiki:davglass] [[BR]]
    80 '''Maintainer:''' [[[Maintainer]] [[BR]]
     72'''Maintainer:''' [[Maintainer]] [[BR]]
    8173'''Contributors:'''