Commit graph

66 commits

Author SHA1 Message Date
Roberto Pinna 6c21cd41cb #192 Fixed report fields for download 2018-05-26 18:41:04 +08:00
Mark Nelson 234b36f0c0 Fixed PHPDoc 2018-05-26 18:40:58 +08:00
Mark Nelson e8046b60bc Added helper function to issue certificates 2018-05-26 18:40:52 +08:00
Mark Nelson 9f760a1a6b #148 Increase size limit on fonts 2018-05-26 18:40:39 +08:00
Eugene Venter c0e15cbb88 #173 Fix race condition on certificate issues in scheduled task 2018-05-15 12:17:23 +08:00
Mark Nelson c6d6394b0d #98 Add ability to display the date and grade for all grade items 2017-11-13 11:00:29 +08:00
Mark Nelson 0ba790b08b #126 Use the course full name in emails 2017-11-11 16:09:42 +08:00
Mark Nelson 0051a25cc4 Fixed copyright year 2017-09-21 20:35:31 +08:00
Mark Nelson fdf71fac98 #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-21 20:35:20 +08:00
Mark Nelson 6e27421982 Removed unnecessary line break 2017-09-09 13:27:48 +08:00
Mark Nelson 6d02679ad2 #134 Renamed duplicate() function and modified behaviour 2017-09-04 18:52:34 +08:00
Mark Nelson e6d9b708ed #134 Add ability to duplicate templates 2017-09-03 22:22:17 +08:00
Mark Nelson 5d7921f23f #134 Created class for the manage templates table 2017-09-03 22:22:11 +08:00
Mark Nelson 4232b1da86 #119 Add ability to delete issued certificates 2017-09-03 22:22:00 +08:00
Mark Nelson a7b14ab48d Added missing confirm_sesskey() checks 2017-09-03 22:21:50 +08:00
Mark Nelson e087567b03 #46 Added digital signature element 2017-08-28 22:37:29 +08:00
Mark Nelson be25ea3637 Added missing element 'pageid' value 2017-08-26 14:28:14 +08:00
Mark Nelson 24974bc5af Removed usage of magic getter and abuse of $this->element 2017-08-26 13:54:28 +08:00
Mark Nelson 327750bb38 Created factory class 2017-08-26 13:54:23 +08:00
Mark Nelson ae90c7ee4a Moved helper function 2017-08-19 20:45:16 +08:00
Mark Nelson 61608c56fa #129 Added Behat test coverage 2017-08-11 14:52:10 +08:00
Mark Nelson 4c26f6c2c3 Fixed codechecker line length complaint 2017-08-11 14:51:55 +08:00
Mark Nelson 11495411e2 #35 Do not right align 'Reposition elements' text 2017-08-08 12:02:43 +08:00
Mark Nelson 822b46bf5a #35 Make some of the buttons secondary when editing a certificate
MDL-59740 added the ability to determine if a submit button should
be primary, or not.
2017-08-08 12:02:31 +08:00
Mark Nelson d70a693137 #35 Reworded 'addcertpage' string and changed button to a link
Also added an icon next to the link and moved the location via CSS.
2017-08-08 12:02:21 +08:00
Mark Nelson e7dba867ec #35 Reworded 'deletecertpage' string and added icon 2017-08-08 12:02:15 +08:00
Mark Nelson e41880730a #35 Moved 'Add element' submit button 2017-08-08 12:02:08 +08:00
Mark Nelson b85d982674 #123 Renamed column to avoid breaking Oracle
The word 'size' is a reserved word in Oracle.
2017-08-05 16:13:49 +08:00
Mark Nelson 397c5bf73b #82 Do not assume $COURSE represents the course for the certificate 2017-05-31 16:54:45 +08:00
Mark Nelson 4d21173247 #111 Fixed task creating duplicate rows in issue table 2017-05-21 12:22:52 +08:00
Mark Nelson 7d2664991f #48 Make required time check more robust 2017-04-27 15:18:11 +08:00
Mark Nelson 4f4be1f918 Fixed local_codechecker complaint 2017-04-26 22:07:40 +08:00
Mark Nelson 72c3b278e3 #48 Added task and settings responsible for emailing certificates 2017-04-26 21:44:33 +08:00
ovidiumorariu 2b27f564b8 #95 Fixed font style generation 2017-03-16 18:52:19 +08:00
Mark Nelson fdc5bde3d4 #88 Make plugins DB codechecker happy 2017-02-25 11:38:30 +08:00
Mark Nelson e31236cbf2 #76 Added standard course viewed events 2017-02-16 18:01:05 +08:00
Mark Nelson ca08fe954a #51 Added ability to verify certificates 2017-02-02 11:49:21 +08:00
Mark Nelson 7e1dcd3cf7 #71 Added validation for element and template name length 2017-01-31 17:15:49 +08:00
Mark Nelson 04510e2627 #44 Added page to view all certificates for a user 2016-12-30 13:40:56 +08:00
Mark Nelson 13fc5dfa4f #41 Add setting to display the position X and Y elements 2016-12-30 13:32:01 +08:00
Mark Nelson 433fd8b43b #49 Allow templates to have the same name 2016-11-29 15:13:01 +08:00
Mark Nelson c5859e433f #55 Fixed references to capabilities from mod_certificate 2016-11-29 13:30:16 +08:00
Mark Nelson 9fd128d5e1 Fixed web service not having access to file_save_draft_area_files()
The error occurred when editing an image element on the repositioning
page for site wide templates.
2016-08-26 12:57:48 +08:00
Mark Nelson e341d28853 Show a link to manage templates 2016-08-25 18:44:52 +08:00
Mark Nelson 56c1af1b84 Uncapitalised usages of the 'context_*' classes 2016-08-25 17:04:10 +08:00
Mark Nelson 62715ab073 #15 Added global search support 2016-08-25 15:13:41 +08:00
Mark Nelson 5f580a9bde Used inplace editable API for editing element names 2016-08-25 12:45:12 +08:00
Mark Nelson cb3f98a3b9 Removed 'File' column when downloading report 2016-08-24 17:11:48 +08:00
Mark Nelson 4af6f68e48 Removed unused global 2016-08-24 12:36:26 +08:00
Mark Nelson f365ff3ada Fixed issue with reordering retrieving more than one record 2016-08-24 12:26:21 +08:00