Morgan Harris
de770cd85e
Allow group sessions in webservices ( #364 )
* Enable groups for web sservices
This small change enables webservice users to see group-based
attendance sessions
* Tests for group-based web services
Add a test for web services to test group-based sessions
6 years ago
Dan Marsden
0de2abeede
Prevent text_to_html from adding divs to email subject.
7 years ago
Dan Marsden
7fd0d7770b
Fixes #302 make sure user lang is used when sending mail.
7 years ago
Dan Marsden
7ee4db4c64
Feature: Prevent students from sharing device while self-marking.
Adds IP recording when self-marking and checks if another student
has previously self-marked using the same IP address.
Thanks to Xi’an Jiaotong Liverpool University for funding this work.
7 years ago
Dan Marsden
297edb8d8c
Check if userto is empty (extra comma in thirdpartyusers field)
7 years ago
Nick Phillips
b365a6facb
Make display of user 'extrafields' optional in report. ( #294 )
7 years ago
Dan Marsden
6462700904
include description format when creating event.
7 years ago
Nick Phillips
7a5a69df23
Add description to event, and group to event name if present. ( #296 )
7 years ago
Dan Marsden
69dc833194
fix phpdocs.
7 years ago
Dan Marsden
ab8a5455be
Fix #292 studentpassword undefined warning
also allow absenteereport setting to be updated.
7 years ago
Dan Marsden
66acd7e0ef
Put magic number into constant.
7 years ago
Dan Marsden
ebaef74abf
Prevent sessions from being added to attendance activites in recycle bin.
7 years ago
Dan Marsden
b3ed9f6217
Add missing fields to csv and set defaults when not mapped.
7 years ago
Dan Marsden
bb30545010
Correct list of groups for each session.
7 years ago
Dan Marsden
a55eadcc72
remove old comment.
7 years ago
James Voong
d69d70172e
Added ability to automatically mark all students with a status
7 years ago
Dan Marsden
11362ad458
Add output buffering level for progress bar.
Set var before use.
fix some coding guideline issues.
7 years ago
Chris Wharton
c1f1f9f765
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
Dan Marsden
8d8322229e
Fix phpdocs.
7 years ago
Dan Marsden
5ce7ee488c
Rename at-risk report to absentee report.
7 years ago
Dan Marsden
fc3078ecd3
Feature: Allow warnings to send multiple emails.
8 years ago
Dan Marsden
afe0a72e7f
Fixes #269 Allow Calendar events to be enabled/disabled
Also includes script to perform clean-up if settings change.
8 years ago
Dan Marsden
332ee78344
Fix incorrect class namespacing.
8 years ago
Dan Marsden
a27adac3e9
Improve messages in cron, check end of session correctly.
8 years ago
Dan Marsden
ad6919e3ec
Add new capability to control who gets warning emails.
8 years ago
Dan Marsden
478d7fee2c
Merge notification/warning feature into master. ( #267 )
New feature/reports to allow warning thresholds to be set and e-mail notifications.
8 years ago
Dan Marsden
bf93d84aa9
Fixes #266 - groupmemembersonly setting removed by MDL-44725
8 years ago
Dan Marsden
f6b5190fe0
New Feature: allow automarking of attendance using logs table.
8 years ago
Dan Marsden
5337794927
Fixes #265 create calendar events when restoring an attendance.
also add sanity check if restored session doesn't have a calendar event.
8 years ago
Dan Marsden
39f2b19832
Allow default view on login to be set at admin level.
8 years ago
Dan Marsden
8fdf17d30f
Modify subnet field to hopefully improve usability with teachers.
8 years ago
Dan Marsden
142bafb5ef
Lasttakenby = 0 is a valid id when auto-marked.
8 years ago
Dan Marsden
2d9c88224c
Feature: Allow unmarked students to be automatically marked after session close.
8 years ago
Dan Marsden
9eaf63b746
Fix some tests.
8 years ago
Dan Marsden
00ce366a41
Move subnet from attendance level to session level
retain attendance level setting as "default" setting for creating
new sessions.
8 years ago
Dan Marsden
3569d778d5
Add new field for student availability,
allow statuses to be hidden from students during self marking.
backport from master
8 years ago
Dan Marsden
f9c61f4efc
more phpdoc changes.
8 years ago
Dan Marsden
c6739acf7f
fix some phpdoc stuff.
8 years ago
Dan Marsden
4ba19a86ca
set default values a bit better.
8 years ago
Dan Marsden
fb96b30c29
Allow a password to be set when using student self marking.
8 years ago
Dan Marsden
8ca6c26f96
coding guideline spacing
8 years ago
Dan Marsden
c2282bc6ae
Fix #259 undefined property warnings when showing temp users.
8 years ago
Dan Marsden
0e31f6796a
Fix some coding guideline issues.
8 years ago
Dan Marsden
73011e5bdb
Fixes #63 use core useridentity setting when showing list of users.
update report and take attendance pages.
8 years ago
Dan Marsden
7c3845ae58
Fix #187 allow default status set to be editable.
8 years ago
Daniel Thee Roperto
b79dac055f
Moodle 32 - Global Search issue with Database Schema ( #248 )
* Fixes #243 - Adds the fields 'intro' and 'introformat' in the attendance table.
This is done according to https://docs.moodle.org/dev/Activity_modules#install.xml
* Added 'intro' field. If not empty it will add a header (title + intro) in the view page and will be displayed in manage and report pages.
8 years ago
Dan Marsden
4a7789f1df
Remove inclusion of config file.
not needed as this is an internal file.
8 years ago
Dan Marsden
682ce4af85
Fix coding guideline stuff found by plugins db check.
8 years ago
Dan Marsden
9ef35c4ea4
Fix coding guideline issues.
8 years ago
Dan Marsden
49714bf427
Fixes #241 convert deprecated hook to observer.
8 years ago