CHANGES.txt 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. Version History
  2. ===============
  3. 5.0 (2015-07-08):
  4. - changes for Elgg 1.11
  5. - added: option to give a reason for declining group membership request
  6. - fixed: group tool presets lost on failed save #73
  7. 4.0 (2015-07-08):
  8. - added: composer support
  9. - fixed: group thumbnails not loading in Elgg 1.10 #78
  10. - fixed: wrong checks on group default access (thanks to https://community.elgg.org/profile/Josh.Henly)
  11. - fixed: using output/url instead of output/confirmlink (deprecated) #83
  12. - fixed: deprecated message for editing a group #84
  13. - fixed: group icons not showing for older groups #82
  14. 3.1 (2014-02-18):
  15. - added: bulk group delete admin page
  16. - fixed: group invite registration failed when site registration is disabled (#72)
  17. - fixed: deprecated function usage
  18. - changed: moved some functions to amd loaded components
  19. - changed: moved group news to amd loaded module
  20. 3.0 (2014-11-17):
  21. - changes for Elgg 1.9
  22. - added: group tool presets
  23. - added: grouppicker autocomplete
  24. - added: filter to group activity page
  25. - added: option for group admins to export the members to CSV (admin enabled option)
  26. - added: support for widget_manager group tool based widgets
  27. - added: user menu items in group member listing
  28. - fixed: PHP fatal exceptions when using group admins on group join
  29. - fixed: problem with some tabs shown when logged out
  30. - fixed: adding pagination to prevent long loading times with large lists #71
  31. - fixed: hide my status join link depending on cleanup setting #60
  32. - fixed: group visibility options in walled garden
  33. - fixed: problem with some tabs shown when logged out
  34. - changed: more efficient annotation query for email invitations (thanks to Matt Beckett)
  35. - changed: improved group thumbnail loading
  36. 2.10 (2014-05-15):
  37. - added: users can register if registration is disabled but they have a valid group invite code
  38. - fixed: no groups to select in groups_river_widget
  39. - fixed: error during saving of special states
  40. - fixed: if trying to access a hidden group when logged out, correctly forward after login
  41. - fixed: the action URL for user membership killrequest (#57)
  42. 2.9.1 (2014-03-14):
  43. - removed: debug code which caused errors to appear on screen
  44. 2.9 (2014-03-11):
  45. - added: plugin setting to indicate if a group is hidden
  46. - added: option to configure a group welcome message (#41)
  47. - added: listing of the email invitations for groups (#42)
  48. - added: option to join groups based on email domain (#43)
  49. - added: option to relate groups (#44)
  50. - fixed: layout issue in plugin settings
  51. - fixed: you can no join groups you were invited for on the group profile page
  52. - fixed: misleading translation for a group cleanup setting (#22)
  53. - fixed: create group button showing up on some pages when setting was disabled (#35)
  54. 2.8 (2013-10-31):
  55. - added: option to allow group members to invite more members
  56. - added: Portuguese-Brazilian translation (thanks to brunovb)
  57. - added: tags to quickstart discussion widget
  58. - added: suggested groups (based on profile information)
  59. - added: group admins are notified upon membership request #31 (thanks to Matt Beckett)
  60. - fixed: crash when listing a forum topic of a hidden group
  61. - fixed: email invites are not cleaned up on register
  62. - fixed: group owner should not be group admin #26
  63. - changed: better group selection in quickstart discussion widget
  64. - changed: showing group status (open/closed) is a plugin setting #3
  65. - changed: group index widget to include popular groups option #28
  66. 2.7 (2013-06-27):
  67. - added: status icon when discussion is closed and fast action to close/open a topic
  68. - added: a widget to quickly start a discussion (index, dashboard and group context)
  69. - fixed: no tab selected in group listing when group_tools is first activated
  70. - fixed: group admin transfer no longer working for non admins
  71. - changed: performance improvement in group admin transfer
  72. - changed: discussion list now shows in which group the discussion takes place (if not already clear)
  73. 2.6 (2013-05-06):
  74. - added: option to hide the My Status sidebar
  75. - fixed: using new cache functions
  76. - changed: index groups widget now optionally respects group ordering
  77. 2.5 (2013-04-05):
  78. - added: auto join groups based on email invitation when joining the site
  79. - added: different group ACL fixes
  80. - fixed: problem with email invites from hidden groups
  81. - fixed: in some cases email invites weren't saved
  82. - changed: auto notifications now listen to $NOTIFICATION_HANDLERS
  83. - changed: handling of invitations page
  84. - changed: layout of actions
  85. - removed: group creation limited to admins (Elgg core now offers this option)
  86. 2.4 (2012-11-06):
  87. - added: filter groups based on a tag field in index_group widget
  88. - fixed: problem with group invite autocomplete on subfolder Elgg installations (thanks to Bruno Grossmann http://community.elgg.org/profile/bruno)
  89. - fixed: unable to edit a group as a normal user when limiting group creation (thanks to buraddo http://community.elgg.org/profile/buraddo)
  90. - changed: group invitations (and add) no always goto mail
  91. - changed: some logic when (re)inviting for better system messages to the users
  92. - changed: discussion dasboard widget ordering to be inline with default Elgg
  93. - changed: layout of start.php to be more inline with Elgg
  94. 2.3 (2012-07-31):
  95. - added: discussion widget from widget manager
  96. - added: group_forum_topics widget from widget manager
  97. - added: group_news widget from widget manager
  98. - added: index_groups widget from widget manager
  99. - added: group sidebar cleanup feature
  100. - added: group profile fallback handling (error on old group profile link & redirect)
  101. - added: group default access (if https://github.com/Elgg/Elgg/pull/253 is applied)
  102. - added: admin action to enable/disable group notifications
  103. - added: option to show the group members in the group related index widgets
  104. - removed: index_discussions widget
  105. - fixed: deprecated notice in invitations overview
  106. - fixed: url error in invitation
  107. - fixed: PHP wanring in group_river_widget
  108. - fixed: pagination in group members sidebar
  109. - fixed: invite autocomplete not using default autocomplete features
  110. - fixed: forum topics widget ordering
  111. - changed: plugin settings layout
  112. 2.2 (2012-05-07):
  113. - added: featured group widget
  114. - added: a index widget (for Widget Manager) to show the latest discussions
  115. - added: widget title link for group membership (in combination with Widget Manager)
  116. - added: option to invite all friends or all site members (admin only)
  117. - fixed: outstanding invitations and membership request not always cleaned up
  118. - fixed: incorrect widget title for group members
  119. - fixed: deprecated notices in combination with widget_manager
  120. - fixed: pagination in group members widget
  121. - fixed: wrong action link in remove invitation
  122. - fixed: bug with creating group invitations
  123. - fixed: PHP notices and warnings
  124. - changed: sending of group invite e-mails to be more generic
  125. - changed: restored limited functionality of group activity river
  126. 2.1 (2012-04-16):
  127. - added: option to limit group creation to site administrators
  128. - fixed: language error in group sorting (thanks to LeeUK)
  129. - fixed: depricated notice getOwner() => getOwnerGUID()
  130. 2.0 BETA 1 (2012-01-17):
  131. - changed: migrated the plugin to Elgg 1.8
  132. 1.9 (2011-12-05):
  133. - added: option for group admins to show group widgets to non members in case of a closed group
  134. - changed: activity filter in group river widget (now more advanced)
  135. - changed: group status (open/closed) CSS
  136. - changed: moved changelog to CHANGES.txt in preperation for Elgg 1.8
  137. - changed: plugin information to README.txt in preperation for Elgg 1.8
  138. 1.8 (2011-11-11):
  139. - added: activity filter in group river widget
  140. - added: group listing filter: open and closed
  141. - added: group status (open/closed) in owner_block and group stats
  142. - changed: group search listing
  143. 1.7 (2011-10-17):
  144. - added: option to make all site users a member of an auto join group
  145. - changed: moved some functions
  146. - changed: transfer group ownership now show members alphabeticly
  147. - changed: group edit now has tabs
  148. 1.6 (2011-10-05):
  149. - added: option to resend invites to already invited users
  150. - changed: name of robots view to be less generic
  151. 1.5.1 (2011-09-28):
  152. - changed: group mail form to support member selection
  153. 1.5 (2011-09-23):
  154. - added: admin option to manage if closed groups are indexed by search engines (default no)
  155. - added: admin option to automaticly enable group notifications on group join
  156. - added: option to mark a group for auto join (on registration of a new user)
  157. 1.4 (2011-07-27):
  158. - added: notification on group transfer to the new owner
  159. - fixed: transfer pulldown showing up empty in some cases
  160. - fixed: transfer pulldown not showing for admins in some cases
  161. 1.3 (2011-07-11):
  162. - added: dutch translation
  163. - added: option to invite users by CVS upload
  164. - fixed: some errors in engish translation
  165. - fixed: invite from CSV now check hidden entities
  166. - fixed: when adding a user to a group, the user wasn't added to the acl is some cases
  167. - fixed: when transfering group ownership the new owner wasn't added to the group acl in some cases
  168. - fixed: when removing a member from a group the user wasn't removed from the group acl is some cases
  169. - changed: moved some code from action to functions for reusability
  170. 1.2 (2011-06-27):
  171. - added: alfabetical group sorting
  172. - added: plugin setting which group listing is default (admin option)
  173. - added: option to invite users to a group by e-mail address (admin option)
  174. - changed: banned users no longer show in in group invite
  175. 1.1 (2011-06-17):
  176. - added: group activity widget: support for more groups
  177. - fixed: accept membership request link
  178. - fixed: manage membership approval always visible
  179. 1.0 (2011-06-10):
  180. - initial version