Commit graph

351 commits

Author SHA1 Message Date
Mark Nelson 05b23b5213 #197 Respect filters in 'My certificates' and 'Verify certificate' pages 2018-06-26 17:02:27 +08:00
Mark Nelson 1ecb528c11 #202 Make web service accessible by 'local_mobile' 2018-06-13 18:42:21 +08:00
Mark Nelson fa89eb1a55 #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:12:06 +08:00
Mark Nelson 5fe9057758 Bumped version 2018-06-07 19:56:56 +08:00
Mark Nelson f296f07786 Updated CHANGES.md 2018-06-07 19:55:50 +08:00
Mark Nelson f46b9ff229 Add example JSON context to templates 2018-06-07 19:55:21 +08:00
Mark Nelson 5ced9220a4 #196 Use FORMAT_HTML when calling format_text() 2018-06-07 19:55:15 +08:00
Mark Nelson 3c7a854544 Updated CHANGES.md 2018-06-07 12:42:27 +08:00
Mark Nelson 0404785271 #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:42:27 +08:00
Mark Nelson 808ac9bc3d #170 Elements now respect filters 2018-06-07 12:33:23 +08:00
Mark Nelson 9352c969ad Fixed typo in PHPDoc 2018-06-07 12:33:16 +08:00
Roberto Pinna ccc7e9730e #192 Fixed report fields for download 2018-05-26 18:38:47 +08:00
Mark Nelson 237c21db4d Fixed PHPDoc 2018-05-26 18:38:42 +08:00
Mark Nelson df058698b0 Added helper function to issue certificates 2018-05-26 18:38:32 +08:00
Mark Nelson 06cf83ffe9 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:38:05 +08:00
Mark Nelson fa67a82dbc #148 Increase size limit on fonts 2018-05-17 19:49:21 +08:00
Mark Nelson 9cbc4a5add Bump version 2018-05-17 14:49:55 +08:00
Mark Nelson 061f3ff76d Updated CHANGES.md 2018-05-17 14:49:17 +08:00
Mark Nelson 2470709383 #189 Implemented privacy provider for GDPR compliance 2018-05-15 18:29:36 +08:00
Mark Nelson a45906cfbf Bumped to PHP 7.1 in travis.yml 2018-05-15 12:33:49 +08:00
Eugene Venter 9f4e1f43b4 #173 Fix race condition on certificate issues in scheduled task 2018-05-14 19:32:06 +08:00
Mark Nelson f55f3cf399 #169 Ensure we backup the 'verifyany' setting 2018-02-22 19:16:23 +08:00
Mark Nelson 8e11a0fe3a #166 Fixed encoding content links 2018-02-22 19:16:02 +08:00
Mark Nelson b8e66d84d3 Coding style fixes 2017-12-04 21:26:30 +08:00
Mark Nelson 82b430f5aa Updated CHANGES.md 2017-11-13 10:55:05 +08:00
Mark Nelson 65179d6b8b #142 Add setting to allow site-wide verification of certificates 2017-11-12 21:29:31 +08:00
Mark Nelson 981fd1828c #98 Add ability to display the date and grade for all grade items 2017-11-11 21:00:23 +08:00
Mark Nelson 759df979c8 #126 Use the course full name in emails 2017-11-11 15:30:19 +08:00
Mark Nelson 750a787214 #140 Add text describing the my certificates list 2017-11-11 14:37:39 +08:00
Mark Nelson cbfe09f60a Fixed copyright year 2017-09-12 22:59:46 +08:00
Mark Nelson 6c4b77925b #98 Added PHPUnit tests for element helper 2017-09-12 21:54:54 +08:00
Mark Nelson cc22ebbac2 #98 Moved helper functions used by multiple elements
Also did the following -

1. Changed get_grade_items() so it takes a course parameter.
2. Renamed get_grade() and get_mod_grade() and changed functionality
   slightly to use newly introduced class.
3. Do not return a date graded value if there is no grade.
4. Added course grade date as an option to the date element.
5. Fix inconsistency between number of decimals showing for a grade
   between the drag and drop interface and the PDF.
2017-09-12 21:54:38 +08:00
Mark Nelson f3d48abee5 Removed improper use of self 2017-09-10 14:57:23 +08:00
Mark Nelson e2a814a315 Removed unnecessary line break 2017-09-09 13:26:25 +08:00
Mark Nelson 9813efbac5 #135 Added missing string when performing course reset 2017-09-09 13:21:50 +08:00
Mark Nelson 20126a0fa2 Fixed Moodle PHPdoc check complaint 2017-09-05 10:52:03 +08:00
Mark Nelson 7a40ebfc77 Bumped version 2017-09-04 19:13:50 +08:00
Mark Nelson c08800020c Updated CHANGES.md
Updating details in advance before version bump.

Also minor fixes to previously listed changes.
2017-09-04 19:13:50 +08:00
Mark Nelson 531cb0aefe #134 Renamed duplicate() function and modified behaviour 2017-09-04 18:50:28 +08:00
Mark Nelson 909d376b95 #134 Add ability to duplicate templates 2017-09-03 22:14:37 +08:00
Mark Nelson a211f97931 #134 Created class for the manage templates table 2017-09-03 18:28:00 +08:00
Mark Nelson 3461c9585d #134 Do not load templates in site templates 2017-09-03 17:38:13 +08:00
Mark Nelson f8d7781158 #119 Add ability to delete issued certificates 2017-09-03 17:24:37 +08:00
Mark Nelson 2d1bc8a70c Added missing confirm_sesskey() checks 2017-09-02 14:28:02 +08:00
Mark Nelson 2b2c16d3df #46 Added digital signature element 2017-08-28 22:35:53 +08:00
Mark Nelson 9f061fab01 Fixed exception being thrown when deleted image is selected 2017-08-27 16:27:48 +08:00
Mark Nelson 1e35923b43 Add ability to set the width and height even if no image is selected 2017-08-27 16:27:48 +08:00
Mark Nelson 43a4b8b8e7 Fixed incorrect setting of 'fileid' form element 2017-08-27 16:26:02 +08:00
Mark Nelson 2b79d6c58b Added missing element 'pageid' value 2017-08-26 14:27:22 +08:00
Mark Nelson 5c1f1aa812 Removed usage of magic getter and abuse of $this->element 2017-08-26 13:39:51 +08:00