CHANGES.txt 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. Version history
  2. ===============
  3. 2.0.1 (2016-04-14):
  4. - changed: questions listing styling
  5. - fixed: experts can't correctly edit answers
  6. - fixed: questions and answers can't be liked
  7. 2.0 (2016-03-10):
  8. - added: answers will be search when searching for questions
  9. - added: daily cron notification to experts about workload
  10. - added: description on the expert page
  11. - added: experts page
  12. - added: group setting to automaticly mark expert answers as the correct answer
  13. - added: group setting to control who can answer a question
  14. - added: group todo list
  15. - added: missing language keys
  16. - added: notifications to experts on question create
  17. - added: notification to experts when a question is moved
  18. - added: notification to question owner on creation of answer
  19. - added: notification when an answer is marked as correct
  20. - added: notification when a question is asked
  21. - added: option to close questions
  22. - added: option to disable comments on questions
  23. - added: option to limit asking questions to only group experts
  24. - added: option to limit questions to groups
  25. - added: option to move a question to a discussion
  26. - added: plugin setting to control if group owners can set solution time
  27. - added: plugin setting to define fixed access settings for personal and group
  28. - added: profile link and group link is question subtitle
  29. - added: questions expert role
  30. - added: row to guid helper function
  31. - added: solutions time limits
  32. - added: subtitle in answers
  33. - added: support for content subscriptions fixed: comment on answer notification content
  34. - added: title buttons so people can add questions fixed: errors on the ask question page
  35. - added: widget manager support
  36. - added categories to full view
  37. - added checkmark to the correct answer
  38. - added correct answer on top of the list
  39. - added correctly answered state text in listing
  40. - added dutch translation
  41. - added highlight to solution time indicator
  42. - added likes requirement
  43. - added listing options to dashboard widget
  44. - Added menu class for horizontal aligned items
  45. - Added menu class for horizontal aligned items
  46. - added nice title on the checkmark
  47. - added option to edit answer
  48. - added poster link to last answered message
  49. - Added quick feature list to README
  50. - added river item for answer
  51. - added solution time to listing view
  52. - added some top margin to the answers
  53. - added todo and updated page
  54. - Adds CONTRIBUTORS file
  55. - allow experts to move questions to a different place
  56. - answers are unlimited
  57. - answers can be marked as the correct answer to a question
  58. - changed: admins can become experts fixed: expert check
  59. - changed: closed status indicator icon
  60. - changed: group tool default off added: container selection only for enabled groups
  61. - changed: mine page lists all owned questions
  62. - changed: question description no longer required
  63. - changed: question description shown in listing
  64. - changed: updated for Elgg 1.12
  65. - changed answer order based on likes
  66. - changed likes requirement to suggestion
  67. - changed page title and added question to breadcrumb
  68. - check comment count correctly
  69. - checkmark now shows in listing if question has a marked answer. Also it now shows highlighted version of checkmark icon
  70. - comments are now unlimited listed
  71. - correct check of marked answer state instead of closed state
  72. - correctly show categories
  73. - fixed: all tab not always linking to correct page
  74. - fixed: answer title in river
  75. - fixed: correct check on question role relationship
  76. - fixed: filter menu
  77. - fixed: function redeclaired error
  78. - fixed: group members can answer questions
  79. - fixed: incorrect filename for class
  80. - fixed: invalid time display in daily todo notification
  81. - fixed: IOException for experts when moving questions to discussions
  82. - fixed: mine tab incorrectly highlighted
  83. - fixed: move to discussion
  84. - fixed: notifications to experts aren't sent
  85. - fixed: permissions deadloop
  86. - fixed: setting wrong input name
  87. - fixed: some users could not be made an expert
  88. - fixed: sql query errors in some use cases
  89. - fixed: toggle correct answer link only in questions context
  90. - fixed: undefined actions
  91. - fixed: users can't answer on non group question
  92. - fixed: widget entity listing not in listing mode
  93. - fixed: wrong answer displayed in listing
  94. - fixed: wrong backdate entity
  95. - fixed: wrong saving of solution time
  96. - fixed: wrong subtitle in question listing
  97. - fixed correct presentation of river items
  98. - fixed errors in the entity views
  99. - fixed missing empty lines at the end of the file and some other fixes
  100. - fixed searchable questions
  101. - fixed some coding issues
  102. - fixed some typos
  103. - fixed typo
  104. - fixed wrong query in cron
  105. - fixed wrong url
  106. - French language pack
  107. - improved coding quality
  108. - language keys
  109. - listen to the plugin settings that only experts can answer questions
  110. - loading correct files
  111. - merge conflict
  112. - moved and updated css and unused images
  113. - no need for the image block layout
  114. - no pagination in a widget
  115. - now showing comments in full view
  116. - only add menu item if enabled
  117. - only show experts tab if experts enabled
  118. - only show solution time if not marked with a correct answer
  119. - page handler changes
  120. - Proper markdown in CONTRIBUTORS.md
  121. - removed: unsused code
  122. - removed comment option from question entity menu in listing
  123. - removed french relation as a lot has changed
  124. - removed friends filter
  125. - removed group owner from expert notifications
  126. - removed repeated language
  127. - removed unused dbprefix declaration
  128. - removed unwanted usage of buttons param for layout
  129. - remove the expert role if the user leaves the site
  130. - renamed function to better reflect purpose
  131. - renamed view as old name is deprecated
  132. - set correct class handlers for questions/answers
  133. - set correct default access
  134. - set correct filter_context sot the correct tab is selected
  135. - show filter menu on owner page
  136. - standarized group module
  137. - Update all.php
  138. - Update CONTRIBUTORS.md
  139. - updated: Dutch translation
  140. - Update delete.php
  141. - Update edit.php
  142. - Update en.php
  143. - Update start.php
  144. - Update view.php
  145. - when a user leave a group he loses the expert role for that group
  146. - widget content changed to better comply with pages