Commit graph

381 commits

Author SHA1 Message Date
Tristan Mackay ed24576728 #176 Only get users details who are enrolled within the course 2018-07-13 20:52:38 +08:00
Mark Nelson 5f80f246cb #210 Allow short dates with leading zeros 2018-07-13 20:52:31 +08:00
Mark Nelson 3f082b7e56 #210 Improve code for adding date strings to select 2018-07-13 20:52:26 +08:00
Mark Nelson 83f337f5c4 #154 Don't display 'Add page' link for unsaved templates 2018-07-13 20:52:18 +08:00
Mark Nelson 7e9414313e #187 Fix broken SQL on Oracle 2018-07-13 20:52:13 +08:00
Mark Nelson 7b35bcee9e #211 Use custom fonts if present 2018-07-13 20:52:09 +08:00
Mark Nelson b928fd33a7 #207 Changed download button between managers and non-managers on mobile
Also minor changes to 'notissued' string and fixed reference to
non-existent string 'notissuedyet'.
2018-07-13 20:52:02 +08:00
Mark Nelson 520d6a2a5d #207 No need to use a table/list when displaying only one issue 2018-07-13 20:51:52 +08:00
Mark Nelson f63d61d164 #207 Changed font-size for awarded time in the report in mobile view
Also made minor alignment changes.
2018-07-13 20:51:44 +08:00
Mark Nelson 2736eceb6a #207 Follow-up UX improvements
The majority of this change involved moving
the report page logic into the view page for
both browser and mobile.
2018-07-13 20:51:36 +08:00
Mark Nelson 9589bad2d8 Fixed reference to tool_mobile in CHANGES.md 2018-06-27 11:33:05 +08:00
Mark Nelson 752c7d17a9 Removed unnecessary new lines 2018-06-26 21:41:34 +08:00
Mark Nelson 7f12ab8a40 Bumped version 2018-06-26 21:40:42 +08:00
Mark Nelson bb627df42e #203 Added missing consistency changes for headings/titles 2018-06-26 20:11:33 +08:00
Mark Nelson 6fafe6aea9 Updated CHANGES.md 2018-06-26 19:38:17 +08:00
Mark Nelson c1a70c763e #203 Consistency among headings/titles on all pages 2018-06-26 19:28:34 +08:00
Mark Nelson 9d27015a5f #203 Removed 'code' column
Not all certificates contain a 'code' element,
making this column unnecessary. It may also
confuse users when it is not applicable. For
those who are interested they can always use
the 'verify' functionality to confirm
certificates, rather than using this page.
2018-06-26 19:28:29 +08:00
Mark Nelson e5939c8076 #203 Improved 'listofissues' string 2018-06-26 17:00:15 +08:00
Mark Nelson 2e146373dd #203 Make report heading/title consistent with core activities 2018-06-26 17:00:15 +08:00
Mark Nelson 930850ac3b #203 Changed 'listofissues' string to avoid confusion 2018-06-26 17:00:15 +08:00
Mark Nelson 3680c4586c #203 Added heading to activity view page in browser 2018-06-26 17:00:15 +08:00
Mark Nelson 18ce8da214 #203 Added new string for list of awarded certificates 2018-06-26 17:00:15 +08:00
Mark Nelson 75a9357dd1 #203 Don't display group select on activity view page 2018-06-26 17:00:15 +08:00
Mark Nelson 5b56acad9b #203 Don't show 'Awarded on' date to managers 2018-06-26 17:00:15 +08:00
Mark Nelson 9f4492e7e9 Fixed reference to 'mod/certificate' capability 2018-06-26 17:00:15 +08:00
Mark Nelson 3f4e2be973 #203 Make mobile layout friendly on small screens 2018-06-26 17:00:15 +08:00
Mark Nelson aeee01b7be #203 Removed 'issued' string and replaced with 'receiveddate'
Also renamed 'Received date' to 'Awarded on'.
2018-06-26 17:00:15 +08:00
Mark Nelson 9c633f1b28 #203 Removed confusing 'summaryofissue' string 2018-06-26 17:00:15 +08:00
Mark Nelson fab998e07d #197 Respect filters in 'My certificates' and 'Verify certificate' pages 2018-06-26 17:00:15 +08:00
Mark Nelson 7038b60c51 #202 Make web service accessible by 'local_mobile' 2018-06-13 18:41:34 +08:00
Mark Nelson 743d1fb86a #196 Use FORMAT_HTML when calling format_text() (again)
This commit is not as vital as the previous one as it
does not affect the layout of the PDF.
2018-06-07 20:11:56 +08:00
Mark Nelson ff31b4b824 Bumped version 2018-06-07 19:48:18 +08:00
Mark Nelson 9bfaa5da66 Updated CHANGES.md 2018-06-07 19:46:45 +08:00
Mark Nelson 0e5ef79ab9 Add example JSON context to templates 2018-06-07 19:46:01 +08:00
Mark Nelson a42bc9ebe1 #196 Use FORMAT_HTML when calling format_text() 2018-06-07 19:45:48 +08:00
Mark Nelson 24068856f1 Updated CHANGES.md 2018-06-07 12:27:34 +08:00
Mark Nelson 2fa7191d12 #70 Added mobile app support
This allows students to view the activity and download
their certificate. It also allows teachers to view the
list of issued certificates, with the ability to revoke
any.

This is for Moodle Mobile v3.5.0 (not to be confused with
your Moodle site version) and will not work on Mobile
versions earlier than this.

If you are running a Moodle site on version 3.4 or below
you will need to install the local_mobile plugin in order
for this to work.

If you are running a Moodle site on version 3.0 or below
then you will need to upgrade.
2018-06-07 12:26:57 +08:00
Mark Nelson 9bf0fc4e94 #170 Elements now respect filters 2018-06-07 12:23:25 +08:00
Mark Nelson c80fee36ec Fixed typo in PHPDoc 2018-06-07 12:23:19 +08:00
Roberto Pinna b93a12a74f #192 Fixed report fields for download 2018-05-26 18:34:12 +08:00
Mark Nelson 45494e3586 Fixed PHPDoc 2018-05-26 18:34:06 +08:00
Mark Nelson adb17cf61e Added helper function to issue certificates 2018-05-26 18:33:47 +08:00
Mark Nelson f28c2324e2 Changed icon for downloading certificate from reports
This was done because the core 'import' icon was mapped
to the Font Awesome icon 'fa-level-up' which did not look
appropriate.
2018-05-26 18:33:32 +08:00
Mark Nelson f7732690ab #148 Increase size limit on fonts 2018-05-17 19:49:27 +08:00
Mark Nelson b43d7d33ea Bump version 2018-05-17 14:42:45 +08:00
Mark Nelson 4958b07f07 Updated CHANGES.md 2018-05-17 14:42:45 +08:00
Mark Nelson 1e977bbf31 #189 Implemented privacy provider for GDPR compliance 2018-05-15 18:21:13 +08:00
Mark Nelson 787e370907 Bumped to PHP 7.2 in travis.yml 2018-05-15 12:27:33 +08:00
Eugene Venter 78931854ee #173 Fix race condition on certificate issues in scheduled task 2018-05-14 19:30:28 +08:00
Mark Nelson 666ed6b2d4 #169 Ensure we backup the 'verifyany' setting 2018-02-22 19:07:13 +08:00