Changes between Version 20 and Version 21 of VotePlugin


Ignore:
Timestamp:
May 11, 2013, 9:24:54 PM (11 years ago)
Author:
Steffen Hoffmann
Comment:

add links to more information regarding TracReports and WikiMacros for this plugin

Legend:

Unmodified
Added
Removed
Modified
  • VotePlugin

    v20 v21  
    44== Description ==
    55
    6 This plugin adds a context-navigation entry that lets users easily vote for a Trac resource, including Wiki pages, tickets, milestones, etc.
     6This plugin adds a context-navigation entry, that lets users easily vote for a Trac resource, including Wiki pages, tickets, milestones, etc.
    77
    8 If a user has a valid session (created through the [/prefs Preferences] panel) and the `VOTE_MODIFY` permission, they will be able to vote.
     8If a user has a valid session (created through the [/prefs Preferences] panel) and the `VOTE_MODIFY` permission, he/she will be able to vote.
     9
     10Since `tracvote-0.2` there are some [wiki:VotePlugin/WikiMacros WikiMacros] available in addition to [source:voteplugin/trunk/SqlQueryForReport.txt example TracReports] on the `votes` db table.
    911
    1012== Bugs/Feature Requests ==
     
    2527
    2628== Installation ==
     29'''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.
    2730
    2831Install the plugin:
     
    3033{{{
    3134#!sh
    32 easy_install http://trac-hacks.org/svn/voteplugin/tags/0.1.4
     35easy_install http://trac-hacks.org/svn/voteplugin/tags/0.1.5
    3336}}}
    3437
    35 If you get "error: Unexpected HTML page found at http://trac-hacks.org/svn/voteplugin/tags/0.1.4", update setuptools:
     38If you get "error: Unexpected HTML page found at http://trac-hacks.org/svn/voteplugin/tags/0.1.5", update setuptools:
    3639
    3740{{{
     
    5558}}}
    5659
    57 Grant users the `VOTE_VIEW` and `VOTE_MODIFY` permission where appropriate. Note that `VOTE_MODIFY` inherits view permission since `tracvote-0.1.4`.
     60Grant users the `VOTE_VIEW` and `VOTE_MODIFY` permission where appropriate.
    5861
    59 You may need to run:
     62'''Note:'''
     63 * `VOTE_MODIFY` inherits view permission since `tracvote-0.1.5`.
     64 * Since `tracvote-0.2` a default set of permissions is configured once after creating the Trac database table for this plugin.
     65
     66Probably you'll need to run:
    6067{{{
    6168#!sh
     
    6572You will also need to restart your webserver for the plugin to be available, appear in the list of those installed, have the perms available, etc.
    6673
    67 The SQL for creating a report, that sorts tickets based on the number of votes, can be found in the [source:/voteplugin/0.11/SqlQueryForReport.txt repository].
     74Example SQL statements for creating useful reports for tickets and wiki pages are included in [source:voteplugin/trunk/SqlQueryForReport.txt SqlQueryForReport.txt] in the plugin source.
    6875
    6976== Screenshot ==