-
Notifications
You must be signed in to change notification settings - Fork 16
What's New
nicusX edited this page Aug 12, 2012
·
1 revision
Fixes
- [#33] Incompatibilty with PostgreSQL on updating pendingRecalc flag
- [#34] Error saving Offline Sessions if comments are disabled
- Removed some PHP warning (normally not shown if debug=off)
- Capability explicitely checked when saving an Offiline Session, so an error is thrown if a security violation occurs (previously it just didn't save)
New Features
- [#27] Recalculation buttons have been moved to the Settings menu
Minor Changes
- Internal refactoring of view.php, removing some mess
Others
- Verified compatibility with Moodle 2.3.1+ (Build: 20120712)
Fixes
- [#30] Offline Sessions Form shown even if Offline Sessions are disabled.
- [#5] Recalculating sessions loose data if old Log Entries have been deleted.
New Features
- [#29] New Capability: 'mod/attendanceregister:addotherofflinesess' allow to add Offline Sessions for other users.
- [#3] Sessions recalculation could be scheduled for execution on next Cron.
- [#12] When Session Timeout setting is changed, automatic recalculation is scheduled.