Commit graph

117 commits

Author SHA1 Message Date
Mark Nelson bb5bce94a0 Make it clear what element values are just an example (#144) 2018-12-31 10:17:02 +08:00
Mark Nelson ff0652e3ac Use course module context when calling format_string/text (#200) 2018-12-28 15:09:45 +08:00
Mark Nelson 61e18a647b Prevent exception when adding 'teachername' element to site template (#261) 2018-12-27 09:08:28 +08:00
Mark Nelson cddc2c4b41 Add ability to set transparency on images (#186) 2018-12-20 09:35:32 +08:00
Mark Nelson 74a8a2f06c Make use of the decimal value setting
We should use this instead of our own logic.
2018-12-20 07:09:32 +08:00
Mark Nelson d9576aac13 Fixed logic so site templates work as expected (#160) 2018-12-17 16:44:45 +08:00
Mark Nelson d06da0993f Hide completion date option if not applicable (#160) 2018-12-17 16:44:41 +08:00
Mark Nelson 0d68d4891d #171 Only get teachers who are enrolled within the course 2018-07-13 20:52:43 +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 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 a42bc9ebe1 #196 Use FORMAT_HTML when calling format_text() 2018-06-07 19:45:48 +08:00
Mark Nelson 9bf0fc4e94 #170 Elements now respect filters 2018-06-07 12:23:25 +08:00
Mark Nelson 1e977bbf31 #189 Implemented privacy provider for GDPR compliance 2018-05-15 18:21:13 +08:00
Mark Nelson 60398c42aa Bumped version for 3.4 2017-11-13 12:02:16 +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 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 20126a0fa2 Fixed Moodle PHPdoc check complaint 2017-09-05 10:52:03 +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 5c1f1aa812 Removed usage of magic getter and abuse of $this->element 2017-08-26 13:39:51 +08:00
Mark Nelson 461a05ea69 Lang changes
It's not always necessary to specify it is a 'custom' certificate.

Also some other minor improvements.
2017-08-09 19:15:15 +08:00
Mark Nelson 48bb4e23b9 #118 Fixed issue with activity dates not displaying 2017-08-08 13:47:17 +08:00
Mark Nelson a5bcc985ee #117 Do not process image if 'No image' selected 2017-06-23 13:00:25 +08:00
Mark Nelson c968d38927 #116 Re-added previous date formats that no longer exist 2017-06-11 13:57:42 +08:00
Mark Nelson 1a134d7319 #30 Add more date formats 2017-06-01 17:00:45 +08:00
Mark Nelson da6c723830 #30 Add the course start and end dates as options 2017-06-01 14:51:51 +08:00
Mark Nelson a943caf007 Removed unnecessary semicolon 2017-05-31 16:16:15 +08:00
Mark Nelson d0a0fc5abc #82 Do not assume $COURSE represents the course for the certificate 2017-05-31 16:16:15 +08:00
Mark Nelson 02fba86de2 Version bump for Moodle 3.3 2017-05-06 16:03:29 +08:00
Mark Nelson 2b70dde263 #108 Changed usage of expected 'pathnamehash' to use new information 2017-05-02 16:02:08 +08:00
Mark Nelson 58ce316221 #108 Upgrade existing image elements 2017-05-01 18:56:37 +08:00
Mark Nelson 9ce2be7bb6 #102 Handle images during backup/restore 2017-04-27 22:09:02 +08:00
David Balch 16b0f69acb #100 Add SVG support for image and bgimage elements. 2017-04-27 15:44:09 +08:00
Andrew Nicols 10310523c6 #89 Copy files to temp directory before accessing 2017-03-08 14:30:34 +08:00
Mark Nelson fdc5bde3d4 #88 Make plugins DB codechecker happy 2017-02-25 11:38:30 +08:00
Mark Nelson db879187bf #80 Fixed user picture not displaying on PDF 2017-02-16 18:44:27 +08:00
Mark Nelson dabc959826 #65 Added user picture element
Thanks goes to Jean-Michel Vedrine.
2017-01-31 16:50:52 +08:00
Mark Nelson e6f26a3661 #74 Ensure image element does not ignore 'showposxy' setting 2017-01-31 12:50:49 +08:00
Mark Nelson f2f3206321 #34 Prevent invalid course module ID error 2017-01-28 19:27:34 +11:00
Mark Nelson f3f9fef1a4 Version bump for 3.2 2016-12-12 18:48:40 +08:00
Mark Nelson 2bcc0a6d45 Bumped versions 2016-08-26 18:41:06 +08:00
Mark Nelson 9a6b9bec25 Ensure date indexes do not conflict with module ids 2016-08-26 17:07:16 +08:00
Mark Nelson af57d59676 #14 Help translators with date suffixes
AMOS BEGIN
 MOV [numbersuffix_st,mod_customcert],[numbersuffix_st_as_in_first,mod_customcert]
 MOV [numbersuffix_nd,mod_customcert],[numbersuffix_nd_as_in_second,mod_customcert]
 MOV [numbersuffix_rd,mod_customcert],[numbersuffix_rd_as_in_third,mod_customcert]
AMOS END
2016-08-26 16:57:57 +08:00
Mark Nelson 1b7a930131 #32 Fixed issue with images not loading from site templates 2016-08-26 15:00:23 +08:00
Mark Nelson e8db1dba82 Added a background image element 2016-08-23 19:30:26 +08:00
Mark Nelson 761a8f3e57 #23 Ensure the user field is always shown when repositioning elements 2016-08-23 17:14:16 +08:00