Skip to content

Releases: ColdTrick/poll

v3.0.2

06 Sep 08:25
Compare
Choose a tag to compare
  • several small chores/fixes

v3.0.1

24 Mar 14:38
Compare
Choose a tag to compare
  • several small chores/fixes

v3.0

26 Jan 14:04
Compare
Choose a tag to compare
  • changed: increased Elgg version requirement to 2.3
  • fixed: incompatible function declaration

v2.1

18 Nov 13:09
Compare
Choose a tag to compare
  • added: support for entity_tools

v2.0.1

16 Jun 08:47
Compare
Choose a tag to compare
  • changed: updated to 2.1.5 version of Chartjs and made it an npm install

v2.0

26 May 12:33
Compare
Choose a tag to compare
  • changed: set Elgg requirement to 2.0
  • changed: use generic by_line format

v1.1

04 May 12:43
Compare
Choose a tag to compare
  • added: a setting to control if vote activity is added to the river

v1.0.1

14 Apr 10:19
Compare
Choose a tag to compare
  • fixed: issues with long labels in tooltip and barchart labels
  • fixed: mine tab incorrectly set as selected in some cases
  • fixed: polls can't be liked
  • fixed: providing wrong language keys for river events

v1.0

10 Mar 14:25
Compare
Choose a tag to compare
  • added: basic pages and menu items
  • added: basic poll add form and view page
  • added: beginning of results view
  • added: Chart.js library is now available
  • added: delete action
  • added: Dutch translation
  • added: javascript check to see if at least 2 answers are entered
  • added: listing view and comment support
  • added: notifications on poll create
  • added: notification to owner and participants when a poll closes
  • added: option for group admins to disallow members to create polls
  • added: plugin setting to allow users to change their vote
  • added: plugin setting to control default right to create polls in group
  • added: plugin setting to control if close date is required for a poll
  • added: poll close date
  • added: poll edit now has answers
  • added: polls are now searchable
  • added: result charts
  • added: river item on vote
  • added: river view
  • added: setting per poll to control which chart result is shown
  • added: show (future) close date in all poll views
  • added: show close date info when poll is closed
  • added: single poll widget now supports the object picker
  • added: summary of poll is now shown in single poll widget
  • added: support for content_subscriptions
  • added: vote form
  • added: widgets/group_module with support for widget_manager
  • basic plugin structure
  • changed: answer names are now autogenerated
  • changed: reduced default height of piecharts canvas to 200px
  • changed: show entity menu controllable by view_vars hook
  • fixed: always show datepicker on edit form above the field
  • fixed: close date field no longer is readonly to allowed required check
  • fixed: don't show vote results if no votes
  • fixed: full view in widget
  • fixed: get correct vote counts
  • fixed: incorrect check on annotation owner guid in getVote
  • fixed: missing language keys
  • fixed: Poll->getURL() returns normalized url
  • fixed: register correct context for group widgets
  • fixed: set correct guid for edit
  • fixed: show comments correctly
  • fixed: spacing issue
  • fixed: toggle correct tab content if multiple widgets are present