Dan Marsden
e078bb9d87
Backport fixes for issue#395 and Issue #398 related to db schema issues. ( #437 )
5 years ago
Nadav Kavalerchik
119946f24a
Swap hour:min input fields in a new session form, when in RTL ( #434 )
Should fix issue #432
5 years ago
Dan Marsden
9f35bbe24f
Fix #422 - Only ask for fields once.
fixes issue with Oracle.
5 years ago
Dan Marsden
29e822459d
Fix #427 - correct some bad sql.
5 years ago
Dan Marsden
5af8de8c36
Fix Travis config.
5 years ago
Dan Marsden
9836d3cfb2
Fix #421 - include filelib.php in structure class.
we should tidy this up at some point.
5 years ago
Dan Marsden
baf90b0304
Make it clear the import requires a courseshortname
6 years ago
maksudr
53f075ab6c
Fix #357 - Added QR code icon ( #376 )
6 years ago
Dan Marsden
9bc4d9e8dd
Prevent Calendarevent value being set when disabled at site level.
6 years ago
maksudr
2a91d6d7f5
Fixes #349 - Fixed calendarevent for imports
6 years ago
Morgan Harris
71bc7f15aa
Webservice: allow multiple instances in one course ( #372 )
* [WS] Allow multiple instances in same course
You can now retrieve multiple instances in the one course
* Add test for multiple instances
Also cleaned up a lot of test code… there was a bunch of stuff doing
nothing just sitting in the file. All the stuff with getting the module
and the context… that’s all handled by the data generator.
* satisfy the linter
bloody thing
6 years ago
Dan Marsden
f9a0425f04
Fix #371 set grade to 0 if null.
6 years ago
SSH230
0d932f23a3
Fix 319 add support to show description on course page.
6 years ago
Morgan Harris
6d4cf2d81d
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
5082677a2d
Fix #363 typo in key defintion - causes failure in Oracle upgrades.
6 years ago
Dan Marsden
fdbabea033
Fix #350 - update description in calendar even on session update.
6 years ago
Dan Marsden
c338beb31a
Fix #332 tidy up delete message in attendance plugin.
6 years ago
Dan Marsden
cf09ca702e
Fix #340 Check duration of session when checking if a student enrolled before a session.
6 years ago
Dan Marsden
650611ee4e
coding guideline - remove extra carriage return
6 years ago
Dan Marsden
24b54e1062
remove incorrect space.
6 years ago
Dan Marsden
2540512f1e
Fix #359 - increase number of allowed status items in the logs.
This is still a bit fragile, but with over 10 times the existing number
it should be enough for now.
6 years ago
Dan Marsden
ac06e6cf76
Fix #358 check index exists before dropping.
6 years ago
Dan Marsden
0478b99c45
Fix stupid way of checking if user already has a recorded attendance.
6 years ago
Dan Marsden
596c63ecba
PHPDoc guidline fix.
6 years ago
Dan Marsden
126dc33dc8
Bump version for plugins db release.
6 years ago
Dan Marsden
253fd5f504
Hack a way to provide a selectall function on teacher marking.
Fixes #341
This really should be adjusted to implement a new JS function.
6 years ago
Tõnis Tartes
a412914418
ISSUE-336 - Viewing single session table total counts in also users w… ( #337 )
* ISSUE-336 - Viewing single session table total counts in also users who are unenrolled from course
6 years ago
Dan Marsden
b69eb13de4
Fix #346 correct redirect after saving attendance.
regression caused by mobile app restructuring.
6 years ago
Dan Marsden
d17a0d1ad3
bump version.
6 years ago
Dan Marsden
04042370dd
Coding guideline fix for css.
6 years ago
Dan Marsden
d6aedc26b0
Move group onto new line in Mobile app.
6 years ago
Dan Marsden
31a29ff647
Fix #338 improve css for more/clean themes with attendance report.
6 years ago
Dan Marsden
a93f6d202a
Fix #344 show full session date in mobile app.
6 years ago
Dan Marsden
e98011347d
Fix #342 prevent sharedip warning from showing more than once.
6 years ago
Dan Marsden
899abd4911
Don't show sharedip warning when teacher logged in.
6 years ago
Dan Marsden
310522bb93
Add user profile image to teacher marking page.
6 years ago
Dan Marsden
c394dccf87
Show message to user if preventsharederror is hit.
6 years ago
Dan Marsden
78f5b91185
Improve css tags, and make sure messages wrap correctly.
6 years ago
Dan Marsden
4576ce28ca
ignore moodle mobile mustache template
false positive lint errors due to mobile args.
6 years ago
Dan Marsden
a84562228c
Implement group session support.
6 years ago
Dan Marsden
22c45da5e4
Prevent teacher marking page from being cached in device.
6 years ago
Dan Marsden
1906820255
Fix example template.
6 years ago
Dan Marsden
1be1851416
WIP show currently selected status in form.
6 years ago
Dan Marsden
1d57b0ebfa
Tidy up radio buttons used in teacher view.
6 years ago
Dan Marsden
c5d9b46791
WIP Take teacher attendance.
6 years ago
Dan Marsden
edcc1a9c97
Adjust take_from_form_data function to allow better re-use.
6 years ago
Dan Marsden
d632ac4eae
WIP Teacher submission form.
6 years ago
Dan Marsden
818ae8e559
Add support for session passwords when student marking.
6 years ago
Dan Marsden
38d5e8cee2
Re-organise form handling so to avoid cache issues and improve UX
6 years ago
Dan Marsden
f0bbb6795d
Hide session marking links from teachers for now - not implemented yet.
6 years ago