Skip to content

Releases: learnweb/moodle-mod_moodleoverflow

v4.4-r3

27 Aug 09:35
5db19e1
Compare
Choose a tag to compare
  • Fix and migrate draft-files to 'post' file area and fix messages not being filtered
  • Code style fixes

v4.4-r2

25 Jul 12:20
2892b87
Compare
Choose a tag to compare

Add back missing clean by @justusdieckmann in #192

v4.4-r1

12 Jul 14:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2-r4...v4.4-r1

v4.2-r4

25 Aug 11:47
867cfa4
Compare
Choose a tag to compare

Changelog

  • Fixes error when adding anonymous answer on some databases. #159 Thanks @univiest !

v4.2-r2

03 Jul 16:05
Compare
Choose a tag to compare

Bug Fixes:

v4.2-r1

22 May 12:26
614de63
Compare
Choose a tag to compare

New Features:

  • discussion can be moved to another moodleoverflow forum of the same course #119
  • unread posts email can be send on a daily basis (inherits forumsetting) #119
  • user behaviour in moodleoverflow forums can be seen in a statistics (how many up- and downvotes a user has, his activity and reputation in the course) for one course #120
  • new setting "multiplemarks", which allows to mark multiple post as solved and/or helpful. Setting can be turned on and off at any time for single moodleoverflows. #128 (description), #130 (commits)

bug fixes:

  • duplicate forum title and description removed #121
  • never ending query in privacy provider fixed

v4.1-r1

06 Dec 14:56
ccd70e2
Compare
Choose a tag to compare

Bug fixes:

  • print header only once
  • hide anonymous student names to teacher in edit message
  • add missing capability strings
  • use allowforcesubscribe capability for subscription
  • minor style fixes

v4.0-r4

25 Aug 15:53
16dd146
Compare
Choose a tag to compare

Allow admins to enable the moderation feature
moderation feature means:

  • Either questions (initial post) or questions and comments are reviewed before they are published
  • Reviewers are, by default, teachers (capability can be assigned to further roles)
  • Authors of rejected posts/questions are notified with an e-mail and an optional reasoning

182054606-b6f5632d-15fa-4697-805d-bb3024efdaea
182054615-5f40d561-355e-4328-a38c-0479bff8aba3
182054623-8fba1fa4-1cc5-4689-b170-db2073017048
182054629-f2efcbb9-ca5a-46bc-81f4-b0d87c46b1b6

  • Minor security fix so the post can only be changed by the author
    Changes for anonymous feature
  • Setting for disallowing of creation of anonymous moodleoverflows is now working
  • Admin can choose between changing existing forums to not anonymous or disabling the setting for future moodleoverflows

v4.0-r3

25 Aug 15:45
851a091
Compare
Choose a tag to compare

Allow admins to enable the moderation feature
moderation feature means:

  • Either questions (initial post) or questions and comments are reviewed before they are published
  • Reviewers are, by default, teachers (capability can be assigned to further roles)
  • Authors of rejected posts/questions are notified with an e-mail and an optional reasoning

182054606-b6f5632d-15fa-4697-805d-bb3024efdaea
182054615-5f40d561-355e-4328-a38c-0479bff8aba3
182054623-8fba1fa4-1cc5-4689-b170-db2073017048
182054629-f2efcbb9-ca5a-46bc-81f4-b0d87c46b1b6

  • Minor security fix so the post can only be changed by the author
    Changes for anonymous feature
  • Setting for disallowing of creation of anonymous moodleoverflows is now working
  • Admin can choose between changing existing forums to not anonymous or disabling the setting for future moodleoverflows

v4.0-r2

23 May 13:23
f001a53
Compare
Choose a tag to compare

Bug fix