Changes between Version 7 and Version 8 of EasyPollMacro


Ignore:
Timestamp:
Nov 10, 2015, 9:18:05 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • EasyPollMacro

    v7 v8  
    55== Description
    66
    7 !EasyPoll is fully featured database driven poll macro with permission controls for voting and polls creation. Google charts has been used for showing poll results. The purpose of this macro is to provide an easy way to integrate polls with Trac wiki and ticket pages.
     7This is a fully featured database driven poll macro with permission controls for voting and polls creation. [https://developers.google.com/chart/?hl=en Google charts] has been used for showing poll results. The purpose of this macro is to provide an easy way to integrate polls with Trac wiki and ticket pages.
    88
    99Features:
    10  1. Response type: Poll creator can decide the response type for polls i.e whether you want single response poll(radio button poll) or multiple response poll (checkbox button poll).
     10 1. Response type: Poll creator can decide the response type for polls, ie whether you want single response poll(radio button poll) or multiple response poll (checkbox button poll).
    1111 1. Google charts: Poll creator can decide which type of chart they want to use for showing poll results.
    1212 1. Poll options: Poll option can be any valid english string or any Ticket number from Trac, !EasyPoll will fetch summary for given ticket and use it as option text.
     
    2020Limitations:
    2121 1. !EasyPoll as of now only supports ASCII characters.
    22  1. Don't use comma(,) while picking easy poll attributes. By design comma(,) is used as a attribute separator.
     22 1. Don't use comma (,) while picking easy poll attributes. By design the comma (,) is used as an attribute separator.
    2323
    2424Please provide your feedback/suggestions to hi.amigo@gmail.com. I would really appreciate it.
     
    3030
    3131If you have any issues, create a
    32 [http://trac-hacks.org/newticket?component=EasyPollMacro&owner=itspanky new ticket].
     32[/newticket?component=EasyPollMacro new ticket].
    3333
    3434[[TicketQuery(component=EasyPollMacro&group=type,format=progress)]]
     
    3636== Download
    3737
    38 Download the zipped source from [download:easypollmacro here].
     38Download the zipped source from [export:easypollmacro here].
    3939
    4040== Source
    4141
    42 You can check out EasyPollMacro from [http://trac-hacks.org/svn/easypollmacro here] using Subversion, or [source:easypollmacro browse the source] with Trac.
     42You can check out EasyPollMacro from [/svn/easypollmacro here] using Subversion, or [source:easypollmacro browse the source] with Trac.
    4343
    4444== Example
     
    5757           1. multiple: multiple response type will generate poll with checkboxes, in this case user can choose multiple options.
    5858           2. single: single response type will generate poll with radio buttons, in this case user can choose only one option.
    59         5. user_can_change_vote(optional) : user_can_change_vote can take two values (1) false and (2) true. Default is (1) false.
     59        5. user_can_change_vote(optional): user_can_change_vote can take two values (1) false and (2) true. Default is (1) false.
    6060           1. false: once user cast their vote, they cannot change their vote, Poll will be disabled for them, however they can see poll results.
    6161           2. true: user can change their vote at any time and many times. Poll will always be enabled for them and they can see poll results.
    62         6. chart_type(optional) : chart_type can take two values (1) pie and (2) bar. Default is (1)pie.
     62        6. chart_type(optional): chart_type can take two values (1) pie and (2) bar. Default is (1) pie.
    6363           1. pie: Pie chart will be used to show poll results.
    6464           2. bar: Bar chart will be used to show poll results.