This page is still a beta!

1.5. Changelog

Version 0.0.1:

  1. Initial version.

Version 0.0.2 - 0.0.5:

  1. Updated manual

Version 0.0.6:

  1. Added possibility to check if visitor already voted by logging th IP.

  2. Added possibility to list old polls and show results.

Version 0.0.7:

  1. Added possibility to vote also for old polls (configurable in Backend).

Version 0.1.0:

  1. Added possibility to specify how long cookies should be set (also use of non-persistent cookies possible).

Version 0.1.4:

  1. Changed the template-file. Old one is still available (poll_old.tmpl).

  2. Included support for captcha (extension Captcha is required).

  3. Some small bugfixes.

Version 0.2.0:

  1. Added possibility to only allow fe users to vote for an answer.

Version 0.3.0:

  1. Added a listing of the poll records to the Web > Page module.

  2. Fixed a little bug in the html output (thanks to Peter Harlander).

  3. Prevents FE users from voting again with "page reload" of the browser (if poll is only for FE users).

Version 0.3.5:

  1. Added configuration via TSconfig.

Version 0.3.6:

  1. Changed the template to get valid XHTML output.

Version 0.4.0:

  1. Added some options to the image defined in the poll (like options for content element image).

  2. Added new type result, which shows the result of the last poll record.

  3. Added configuration for captcha via TSconfig.

Version 0.4.1:

  1. Added configuration for default color of the poll bars.

  2. Added italian language (thanks to Claudio Strizzolo).

Version 0.4.2:

  1. Some minor changes.

Version 0.5.0:

  1. Security fixes for status 'reviewed'.

Version 0.5.1:

  1. Fixed a small issue in the LIST view.

Version 0.5.2:

  1. Added feature to forward to a page after successful vote.

  2. Added french translation (thanks to Grégory Duchesnes).

  3. Small fix for the captcha-html output (thanks to Daniele Maffoli).

Version 0.6:

  1. Added support for multilanguage sites.

  2. Added support for sr_freecap.

  3. Other small improvements.

Version 0.7:

  1. Changes submitted from Ralf Hettinger:

    1. general code cleanup

    2. handle enableFields (start- und endtime, hidden, deleted) using cObj->enablefields)

    3. change use of time() to SIM_EXEC_TIME (makes simulating of times in frontend possible)

    4. change sorting in backend to crdate (as displayed in the frontend)

    5. labels for "no votes" and "one vote"

    6. new options for TypoScript (explained in ext_typoscript_setup.txt and manual):

      1. plugin.tx_jkpoll_pi1.submitbutton_params

      2. plugin.tx_jkpoll_pi1.submit_js_fallback

      3. plugin.tx_jkpoll_pi1.path_to_images

      4. plugin.tx_jkpoll_pi1.show_zero_percent

    7. action hrefs contain all GET parameters

    8. change from GET to POST parameters

  2. Added first experimental support of Google Chart API to display votes.

Version 0.8:

  1. Added new template(s).

  2. Possibility to add images and description to different answers (see additional template jk_poll_images.tmpl as example).

  3. Show results of poll in LIST view (good template for this might still be needed).

  4. Hide current poll in LIST view.

  5. Added option to use CSS to display the result bars (thanks to Michaël DE BONA).

  6. Added field explanation which is shown after the users vote and can be useful when creating a poll as kind of a quiz.

  7. Added get parameters to make jk_poll work with extension comments (see http://www.krausmueller.de/en/detail/article/kommentare-zu-umfragen.html)

  8. Updated manual.