forked from ColdTrick/poll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
96 lines (74 loc) · 3.01 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Version history
===============
3.2 (2017-11-29):
- added: option to export poll votes to CSV
- added: Spanish translation
3.1 (2017-10-04):
- changed: no longer misuse object/poll view for single poll widget output
3.0.2 (2017-09-06):
- several small chores/fixes
3.0.1 (2017-03-24):
- several small chores/fixes
3.0 (2017-01-26):
- changed: increased Elgg version requirement to 2.3
- fixed: incompatible function declaration
2.1 (2016-11-18):
- added: support for entity_tools
2.0.1 (2016-06-16):
- changed: updated to 2.1.5 version of Chartjs and made it an npm install
2.0 (2016-05-26):
- changed: set Elgg requirement to 2.0
- changed: use generic by_line format
1.1 (2016-05-04):
- added: a setting to control if vote activity is added to the river
1.0.1 (2016-04-14):
- 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
1.0 (2016-03-10):
- 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