- 
                Notifications
    
You must be signed in to change notification settings  - Fork 25
 
Home
        Nina Herrmann edited this page Aug 9, 2023 
        ·
        3 revisions
      
    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
 
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
 
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
 
- 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
 
- 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
 
- Bug fix
 
- Compatibility for Moode 4.0
 - Overhaul of anonymous Feature
 - Style update
 - Enable teachers to make reputation and voting optional
 
- Anonymous forum feature and some style and bug fixes
 
- Minor Bug 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
 
- Added support for 3.10