Implement data privacy provider.
[moodle-mod_attendance.git] / classes /
2018-07-06  Cameron BallImplement data privacy provider. master
2018-05-20  Dan MarsdenPrevent text_to_html from adding divs to email subject.
2018-05-01  Dan MarsdenFixes #302 make sure user lang is used when sending...
2018-05-01  Dan MarsdenFeature: Prevent students from sharing device while...
2018-04-03  Dan MarsdenCheck if userto is empty (extra comma in thirdpartyuser...
2018-03-01  Dan MarsdenFix import column matching.
2018-03-01  Dan MarsdenRemove deprecated calls to notify constants.
2018-02-26  Nick PhillipsMake display of user 'extrafields' optional in report...
2018-02-26  Dan Marsdeninclude description format when creating event.
2018-02-26  Nick PhillipsAdd description to event, and group to event name if...
2018-02-21  Dan Marsdenfix phpdocs.
2018-02-01  Dan MarsdenFix #292 studentpassword undefined warning
2018-01-25  Dan MarsdenPut magic number into constant.
2018-01-21  Dan MarsdenPrevent sessions from being added to attendance activit...
2018-01-08  Dan MarsdenRemove repeat fields - not implemented yet.
2018-01-08  Dan MarsdenAdd missing fields to csv and set defaults when not...
2018-01-08  Dan MarsdenCorrect list of groups for each session.
2017-12-07  Dan Marsdenremove old comment.
2017-12-07  James VoongAdded ability to automatically mark all students with...
2017-12-01  Dan MarsdenAdd output buffering level for progress bar.
2017-12-01  Chris WhartonAllow bulk importing of attendance sessions
2017-10-02  Dan MarsdenFix phpdocs.
2017-08-20  Dan MarsdenRename at-risk report to absentee report.
2017-07-28  Dan MarsdenFeature: Allow warnings to send multiple emails.
2017-07-25  Dan MarsdenFixes #269 Allow Calendar events to be enabled/disabled
2017-06-29  Dan MarsdenFix incorrect class namespacing.
2017-06-27  Dan MarsdenImprove messages in cron, check end of session correctly.
2017-06-25  Dan MarsdenAdd new capability to control who gets warning emails.
2017-06-21  Dan MarsdenMerge notification/warning feature into (#267)
2017-06-15  Dan MarsdenRemove unrequired global calls.
2017-06-14  Dan MarsdenFixes #266 - groupmemembersonly setting removed by...
2017-06-13  Dan MarsdenFixes #265 create calendar events when restoring an...
2017-06-09  Dan MarsdenNew Feature: allow automarking of attendance using...
2017-06-02  Dan MarsdenAllow default view on login to be set at admin level.
2017-05-25  Dan MarsdenModify subnet field to hopefully improve usability...
2017-05-22  Dan MarsdenLasttakenby = 0 is a valid id when auto-marked.
2017-05-22  Dan MarsdenFeature: Allow unmarked students to be automatically...
2017-05-17  Dan MarsdenFix some tests.
2017-05-17  Dan MarsdenMove subnet from attendance level to session level
2017-05-12  Dan MarsdenAdd new field for student availability,
2017-05-04  Dan Marsdencoding guideline spacing.
2017-05-04  Dan MarsdenFix #259 undefined property warnings when showing temp...
2017-05-01  Dan Marsdenmore phpdoc changes.
2017-05-01  Dan Marsdenfix some phpdoc stuff.
2017-04-28  Dan Marsdenset default values a bit better.
2017-04-28  Dan MarsdenAllow a password to be set when using student self...
2017-04-12  Dan MarsdenMDL-58265 replace I follow, editing mode steps
2017-04-12  Dan MarsdenFixes #63 use core useridentity setting when showing...
2017-03-08  Dan MarsdenFix #187 allow default status set to be editable.
2017-03-08  Daniel Thee RopertoMoodle 33 (master) - Global Search issue with Database...
2017-02-27  Dan MarsdenRemove inclusion of config file.
2017-02-26  Dan MarsdenFix coding guideline stuff found by plugins db check.
2017-02-02  Dan MarsdenFix coding guideline issues.
2017-02-02  Dan MarsdenFixes #241 convert deprecated hook to observer.
2017-02-01  Dan MarsdenFixes #240 Save comment fields even when status not...
2016-12-19  antonio-c-marianiMove hide session details (#238)
2016-12-01  Dan MarsdenMerge pull request #232 from danmarsden/fix231
2016-11-30  Dan MarsdenFix #231 set objectid mapping to attendance id.
2016-11-29  Dan MarsdenTidy up coding violations in fix for #225
2016-11-29  Antonio C. MarianiFixes #225 Add columns to show users taken sessions...
2016-11-29  Dan MarsdenFixes #229 use correct base class for 3.2
2016-11-21  Dan MarsdenMerge branch 'requiredip'
2016-11-21  Lihi Doradd ability to restrict by IP
2016-11-16  Dan MarsdenFix up some guideline stuff.
2016-11-16  Dan MarsdenFix up some coding guideline stuff.
2016-11-16  Dan MarsdenFix behat failure with calendar link change, tidy up...
2016-09-20  Dan MarsdenFix #220 remove bulk functions not needed.
2016-09-20  Dan MarsdenFix #221 always pass timestart to calendar update function.
2016-08-29  Dan Marsdenattendance - fix tests
2016-08-24  Dan MarsdenFixes #214 use correct prefix on attendance functions...
2016-08-12  Dan MarsdenMerge pull request #212 from Disss/master
2016-07-20  DissAdding calendar events creating, updating and deleting.
2016-07-12  Dan MarsdenMerge pull request #211 from antonio-c-mariani/users_so...
2016-07-07  Antonio Carlos MarianiChanging default users sort order to users_order_by_sql...
2016-07-07  Dan MarsdenFixes #209
2016-07-01  Dan MarsdenAdd Search API to base attendance record.
2016-05-22  Dan MarsdenMerge pull request #205 from caiodoneda/att_webservices
2016-05-22  caiobdonedaimplementing web service support
2016-05-10  Dan MarsdenMerge pull request #201 from antonio-c-mariani/fix_reports
2016-05-10  Antonio Carlos MarianiReplacing include_once by require_once in classes/summa...
2016-05-10  Antonio Carlos MarianiAdding function get_user_taken_sessions_percentages...
2016-05-10  Antonio Carlos MarianiSimplifying quey in compute_users_points function
2016-05-05  Antonio Carlos MarianiSome coding guideline fix
2016-05-04  Antonio Carlos MarianiAdd pair (points/maxpoints) after the acronym in the...
2016-05-04  Antonio Carlos MarianiAdd summary report (#66)
2016-05-04  Antonio Carlos MarianiRemoving functions that are no longer used
2016-05-04  Antonio Carlos MarianiAdjusts student reports
2016-05-04  Antonio Carlos MarianiConcentrate grades update method in one place
2016-03-16  Dan MarsdenFixes #51 Support for scales
2016-03-16  Dan MarsdenUse correct prefix on function names.
2016-03-16  Dan MarsdenConvert locallib.php classes into proper auto-loading...
2016-03-16  Dan MarsdenMove attendance class into proper class
2015-11-19  Dan MarsdenFix some coding guideline issues.
2015-11-17  Dan MarsdenMerge pull request #177 from antonio-c-mariani/session_...
2015-11-17  Dan MarsdenMerge pull request #171 from antonio-c-mariani/redirect...
2015-11-07  antonio.c.marianiRedirection to sessions list after add
2015-02-16  Dan MarsdenMerge pull request #79 from barrysspace/add_record_snap...
2015-02-16  Dan MarsdenMerge pull request #77 from barrysspace/crud_and_object...
2015-02-13  Barry OosthuizenFix #75 - add_record_snapshot() gives debug messages...
2015-02-13  Barry OosthuizenFix #74 - crud and objecttable params in /classes/event...
next