Home - learnweb/moodle-mod_moodleoverflow GitHub Wiki
Changelog
v4.2-r2 Latest
Bug Fixes:
- Fix Page Layout https://github.com/learnweb/moodle-mod_moodleoverflow/pull/149 thanks @lucaboesch
- Improve userstats page - have consistent handling for anonymous moodleoverflows https://github.com/learnweb/moodle-mod_moodleoverflow/pull/147 @TamaroWalter
- Fix attachment not found https://github.com/learnweb/moodle-mod_moodleoverflow/pull/146 @TamaroWalter
v4.2-r1
New Features:
- discussion can be moved to another moodleoverflow forum of the same course https://github.com/learnweb/moodle-mod_moodleoverflow/pull/119
- unread posts email can be send on a daily basis (inherits forumsetting) https://github.com/learnweb/moodle-mod_moodleoverflow/pull/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 https://github.com/learnweb/moodle-mod_moodleoverflow/pull/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. https://github.com/learnweb/moodle-mod_moodleoverflow/pull/128 (description), https://github.com/learnweb/moodle-mod_moodleoverflow/pull/130 (commits)
bug fixes:
- duplicate forum title and description removed https://github.com/learnweb/moodle-mod_moodleoverflow/issues/121
- never ending query in privacy provider fixed
v4.1-r1
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
- 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
- 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
- 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
- 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
- Bug fix
v4.0-r1
- Compatibility for Moode 4.0
- Overhaul of anonymous Feature
- Style update
- Enable teachers to make reputation and voting optional
v3.11-r2
- Anonymous forum feature and some style and bug fixes
v3.11-r1
- Minor Bug fixes
v3.10-r1 (2020111200)
Fixes
- MySQL support for queries
- Do not escape subject titles
- Added grades table to privacy provider
- Only allow using grade as activity completion goal if grading is activated
Other Changes
- Added support for 3.10