This repository has been archived by the owner on Apr 27, 2024. It is now read-only.
forked from ColdTrick/questions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
189 lines (171 loc) · 6.87 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
Version history
===============
5.0 (2017-01-26):
- changed: increased Elgg version requirement to 2.3
- fixed: incompatible function declaration
4.1 (2016-12-16):
- changed: replaced checkmark icon with FontAwesome checkmark
- fixed: question owner not notified when using content subscriptions
4.0 (2016-11-18):
- added: support for entity_tools
- changed: increased Elgg version requirement
3.0 (2016-10-27):
- changed: don't show answer text in listing
- changed: icon size of the owner
- changed: moved pages to resource views
- fixed: don't show empty answer header in full view
- fixed: php fatal error when checking canComment on an answer
- removed: categories support
2.1.2 (2016-09-15):
- fixed: php fatal error when getting answer url
2.1.1 (2016-07-07):
- fixed: deprecated notice of relationship delete
2.1 (2016-05-04):
- added: tags filtering in the widget and listing pages
- fixed: incorrect type validation
- fixed: using wrong validable name for widget url
- fixed: widget title url
2.0.1 (2016-04-14):
- changed: questions listing styling
- fixed: experts can't correctly edit answers
- fixed: questions and answers can't be liked
2.0 (2016-03-10):
- added: answers will be search when searching for questions
- added: daily cron notification to experts about workload
- added: description on the expert page
- added: experts page
- added: group setting to automaticly mark expert answers as the correct answer
- added: group setting to control who can answer a question
- added: group todo list
- added: missing language keys
- added: notifications to experts on question create
- added: notification to experts when a question is moved
- added: notification to question owner on creation of answer
- added: notification when an answer is marked as correct
- added: notification when a question is asked
- added: option to close questions
- added: option to disable comments on questions
- added: option to limit asking questions to only group experts
- added: option to limit questions to groups
- added: option to move a question to a discussion
- added: plugin setting to control if group owners can set solution time
- added: plugin setting to define fixed access settings for personal and group
- added: profile link and group link is question subtitle
- added: questions expert role
- added: row to guid helper function
- added: solutions time limits
- added: subtitle in answers
- added: support for content subscriptions fixed: comment on answer notification content
- added: title buttons so people can add questions fixed: errors on the ask question page
- added: widget manager support
- added categories to full view
- added checkmark to the correct answer
- added correct answer on top of the list
- added correctly answered state text in listing
- added dutch translation
- added highlight to solution time indicator
- added likes requirement
- added listing options to dashboard widget
- Added menu class for horizontal aligned items
- Added menu class for horizontal aligned items
- added nice title on the checkmark
- added option to edit answer
- added poster link to last answered message
- Added quick feature list to README
- added river item for answer
- added solution time to listing view
- added some top margin to the answers
- added todo and updated page
- Adds CONTRIBUTORS file
- allow experts to move questions to a different place
- answers are unlimited
- answers can be marked as the correct answer to a question
- changed: admins can become experts fixed: expert check
- changed: closed status indicator icon
- changed: group tool default off added: container selection only for enabled groups
- changed: mine page lists all owned questions
- changed: question description no longer required
- changed: question description shown in listing
- changed: updated for Elgg 1.12
- changed answer order based on likes
- changed likes requirement to suggestion
- changed page title and added question to breadcrumb
- check comment count correctly
- checkmark now shows in listing if question has a marked answer. Also it now shows highlighted version of checkmark icon
- comments are now unlimited listed
- correct check of marked answer state instead of closed state
- correctly show categories
- fixed: all tab not always linking to correct page
- fixed: answer title in river
- fixed: correct check on question role relationship
- fixed: filter menu
- fixed: function redeclaired error
- fixed: group members can answer questions
- fixed: incorrect filename for class
- fixed: invalid time display in daily todo notification
- fixed: IOException for experts when moving questions to discussions
- fixed: mine tab incorrectly highlighted
- fixed: move to discussion
- fixed: notifications to experts aren't sent
- fixed: permissions deadloop
- fixed: setting wrong input name
- fixed: some users could not be made an expert
- fixed: sql query errors in some use cases
- fixed: toggle correct answer link only in questions context
- fixed: undefined actions
- fixed: users can't answer on non group question
- fixed: widget entity listing not in listing mode
- fixed: wrong answer displayed in listing
- fixed: wrong backdate entity
- fixed: wrong saving of solution time
- fixed: wrong subtitle in question listing
- fixed correct presentation of river items
- fixed errors in the entity views
- fixed missing empty lines at the end of the file and some other fixes
- fixed searchable questions
- fixed some coding issues
- fixed some typos
- fixed typo
- fixed wrong query in cron
- fixed wrong url
- French language pack
- improved coding quality
- language keys
- listen to the plugin settings that only experts can answer questions
- loading correct files
- merge conflict
- moved and updated css and unused images
- no need for the image block layout
- no pagination in a widget
- now showing comments in full view
- only add menu item if enabled
- only show experts tab if experts enabled
- only show solution time if not marked with a correct answer
- page handler changes
- Proper markdown in CONTRIBUTORS.md
- removed: unsused code
- removed comment option from question entity menu in listing
- removed french relation as a lot has changed
- removed friends filter
- removed group owner from expert notifications
- removed repeated language
- removed unused dbprefix declaration
- removed unwanted usage of buttons param for layout
- remove the expert role if the user leaves the site
- renamed function to better reflect purpose
- renamed view as old name is deprecated
- set correct class handlers for questions/answers
- set correct default access
- set correct filter_context sot the correct tab is selected
- show filter menu on owner page
- standarized group module
- Update all.php
- Update CONTRIBUTORS.md
- updated: Dutch translation
- Update delete.php
- Update edit.php
- Update en.php
- Update start.php
- Update view.php
- when a user leave a group he loses the expert role for that group
- widget content changed to better comply with pages