James Voong
595eeb4865
Added ability to automatically mark all students with a status
7 years ago
Dan Marsden
35733a4139
include absenteereport field in externalib structure.
7 years ago
Dan Marsden
aa4e9b2298
Add absenteereport to class when adding session.
7 years ago
Dan Marsden
3b0cd9a429
Add missing backup field, and new field in tests.
7 years ago
Dan Marsden
ab00d2c96a
Add ability to exlude sessions from absentee report calculations.
7 years ago
Dan Marsden
12b5ff8192
Add output buffering level for progress bar.
Set var before use.
fix some coding guideline issues.
7 years ago
Chris Wharton
26a148a5b3
Allow bulk importing of attendance sessions
The administrator can upload a CSV file containing attendance
information for courses that have existing attendance activities.
7 years ago
Willian Mano
d452dd7d11
Add shortname to services file ( #280 )
7 years ago
Dan Marsden
5336fa484b
fix travis config.
7 years ago
Dan Marsden
64d8952e9a
Bump requires version to 3.4 beta.
7 years ago
Dan Marsden
433601b0c9
Make sure created session is later today.
7 years ago
Dan Marsden
9ef0618b4a
Improve error handling when adding a new status fails.
7 years ago
Dan Marsden
29edbe6759
Prevent error when updating status when student marking disabled.
7 years ago
Dan Marsden
e5f348e805
add php 7.2 to testing matrix.
7 years ago
Dan Marsden
d1a818d172
fix phpdoc warning.
7 years ago
Dan Marsden
8f39fa7d21
Fix phpdocs.
7 years ago
Dan Marsden
a9c4c58a5e
update travis config.
7 years ago
Dan Marsden
e9ae68c2c3
bump version for db release.
7 years ago
Dan Marsden
cb8a98ddbb
Partial fix #273 Some PHP locales don't add AM/PM correctly
and some use a different case.
This also helps behat tests as they expect case to be correct.
7 years ago
Dan Marsden
a444230a80
try behat on precise.
7 years ago
Dan Marsden
8b80ca885f
Don't need to call copmoser selfupdate.
7 years ago
Dan Marsden
67c0037e5d
disabledif doesn't support neq condition due to MDL-53848 Fix behat test.
7 years ago
Dan Marsden
d4311986e5
Fixes #270 - allow activity level warnings to be deleted.
7 years ago
Dan Marsden
85f88b116b
Add description to warnings/status set.
7 years ago
Dan Marsden
a9eb008211
Use attendance-id instead of cmid in warning table.
7 years ago
Dan Marsden
5815d58a28
Add missing activity level subnet field to backup.
7 years ago
Dan Marsden
89f5fcf040
Bump version.
7 years ago
Dan Marsden
f8c27b02cf
Fix behat test with at-risk change to absentee
7 years ago
Dan Marsden
5d8a4152d9
Rename at-risk report to absentee report.
7 years ago
Dan Marsden
dbab79b760
Don't show 0% in user report if no taken sessions.
7 years ago
Dan Marsden
6d812f5ea9
Swap multiple sessions settings and student recording settings
also add new setting to allow expanded to be set for both setting groups.
8 years ago
Dan Marsden
7bafb5ad11
Improve use of triggered string. is really first notified.
8 years ago
Dan Marsden
7a76d7ff83
Feature: Allow warnings to send multiple emails.
8 years ago
Dan Marsden
9d4617ca73
Fixes #269 Allow Calendar events to be enabled/disabled
Also includes script to perform clean-up if settings change.
8 years ago
Dan Marsden
334f042f0c
Drop key doesn't work well, drop incorrect key and add correct one.
8 years ago
Dan Marsden
e1a6979f46
Moodle 3.4 has required version of PHP 7
8 years ago
Dan Marsden
d290ba0445
Allow warnings with same percentage but different warnlevel.
8 years ago
Dan Marsden
1c9a3568b0
Fix url used in sort column.
8 years ago
Dan Marsden
43f381b616
Make tables full width on small screens.
8 years ago
Dan Marsden
055600385d
fix spacing in css file.
8 years ago
Dan Marsden
d9bc0eb581
Improve responsive display of user pages.
8 years ago
Dan Marsden
9a57ccc767
fix php warning when no status set.
8 years ago
Dan Marsden
fd69ea78e5
Fix incorrect class namespacing.
8 years ago
Dan Marsden
29fffed4b5
Use lasttaken instead of session end to obtain sessions to calculate
8 years ago
Dan Marsden
3e34bb349e
Improve messages in cron, check end of session correctly.
8 years ago
Dan Marsden
07c98a326f
Improve css on status set page.
8 years ago
Dan Marsden
0e30b858ad
Fix typo in var translation.
8 years ago
Dan Marsden
b73e2b972a
Add new capability to control who gets warning emails.
8 years ago
Dan Marsden
63c43c6721
Fix bug with userdisplay check.
8 years ago
Dan Marsden
38925ef38f
Simplify user view page to make it better on small devices
* don't show user profile image
* don't show users name at top (already shown in header)
* Remove # column - not useful anyway.
* Combine date/time into single column.
* hide session type if viewing own report - students shouldn't care about session types.
8 years ago