Mark Nelson
873ffdf932
Removed unnecessary line break
2017-12-03 14:47:30 +08:00
Mark Nelson
459244b417
#134 Renamed duplicate() function and modified behaviour
2017-12-03 14:45:51 +08:00
Mark Nelson
9507a87d46
#134 Add ability to duplicate templates
2017-12-03 14:45:45 +08:00
Mark Nelson
6128884b5a
#134 Created class for the manage templates table
2017-12-03 14:45:39 +08:00
Mark Nelson
a9fdf770d0
#119 Add ability to delete issued certificates
2017-12-03 14:45:23 +08:00
Mark Nelson
6e55519b81
Added missing confirm_sesskey() checks
2017-12-03 14:45:18 +08:00
Mark Nelson
d9eb78eee1
#46 Added digital signature element
2017-12-03 14:45:11 +08:00
Mark Nelson
7b04c7a67f
Added missing element 'pageid' value
2017-12-03 14:43:44 +08:00
Mark Nelson
13f892a229
Removed usage of magic getter and abuse of $this->element
2017-12-03 14:43:40 +08:00
Mark Nelson
430ae35d71
Created factory class
2017-12-03 14:43:35 +08:00
Mark Nelson
03ae37705a
Moved helper function
2017-12-03 14:43:28 +08:00
Mark Nelson
dc56808e32
#129 Added Behat test coverage
2017-12-03 14:39:24 +08:00
Mark Nelson
072d75798f
Fixed codechecker line length complaint
2017-12-03 14:38:59 +08:00
Mark Nelson
a9e3714139
#35 Do not right align 'Reposition elements' text
2017-12-03 14:37:11 +08:00
Mark Nelson
0f2b2f2fca
#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-12-03 14:36:57 +08:00
Mark Nelson
528daad08c
#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-12-03 14:36:53 +08:00
Mark Nelson
5d1dd37972
#35 Reworded 'deletecertpage' string and added icon
2017-12-03 14:36:47 +08:00
Mark Nelson
69405ced78
#35 Moved 'Add element' submit button
2017-12-03 14:36:40 +08:00
Mark Nelson
254fdd4017
#123 Renamed column to avoid breaking Oracle
...
The word 'size' is a reserved word in Oracle.
2017-12-03 14:35:07 +08:00
Mark Nelson
b067d398dd
#82 Do not assume $COURSE represents the course for the certificate
2017-05-31 16:49:36 +08:00
Mark Nelson
2ef17b9766
#111 Fixed task creating duplicate rows in issue table
2017-05-21 12:20:31 +08:00
Mark Nelson
2a6c547d77
#48 Make required time check more robust
2017-04-27 22:20:39 +08:00
Mark Nelson
26cb3850f7
Fixed local_codechecker complaint
2017-04-26 22:09:54 +08:00
Mark Nelson
6eb8e5b27c
#48 Added task and settings responsible for emailing certificates
2017-04-26 21:44:04 +08:00
ovidiumorariu
fa1bfc0436
#95 Fixed font style generation
2017-03-16 19:02:43 +08:00
Mark Nelson
7a2e080ab8
#88 Make plugins DB codechecker happy
2017-02-25 13:00:55 +08:00
Mark Nelson
041d49998e
#76 Added standard course viewed events
2017-02-16 18:54:21 +08:00
Mark Nelson
89dda02900
#51 Added ability to verify certificates
2017-02-02 12:35:29 +08:00
Mark Nelson
9a8bf74714
#71 Added validation for element and template name length
2017-02-02 12:28:25 +08:00
Mark Nelson
6230759d56
#44 Added page to view all certificates for a user
2016-12-30 14:00:06 +08:00
Mark Nelson
527d453950
#41 Add setting to display the position X and Y elements
2016-12-30 13:59:14 +08:00
Mark Nelson
0777b07502
#49 Allow templates to have the same name
2016-11-29 15:49:03 +08:00
Mark Nelson
0757213295
#55 Fixed references to capabilities from mod_certificate
2016-11-29 13:31:47 +08:00
Mark Nelson
c280931773
#15 Fixed namespace for search base class
...
The namespace was changed in 3.2, so broke when backported.
2016-08-26 19:00:15 +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
Mark Nelson
ff049e2c1b
#6 Added ability to view other users' certificates
2016-08-23 16:28:08 +08:00
Mark Nelson
a135007160
#4 Added ability to sort the reports table
...
The table is now an instance of 'table_sql', not 'html_table'.
This made sorting easy to implement, with the added benefit
of taking advantage of the spout library for exporting data.
2016-08-23 12:59:18 +08:00
Mark Nelson
58bbf6a8a0
Removed unused element list table column
...
Also left aligned action icons.
2016-08-22 15:28:50 +08:00
Mark Nelson
5f09a9aca0
#16 Fixed minor issues with web services
2016-08-22 14:18:07 +08:00
Mark Nelson
555bca9ebb
Added ability to edit an element on the rearrange page
...
Increased the Moodle version required as this feature
uses the AMD module 'core/fragment' which was introduced
in 3.1.
2016-06-17 17:13:18 +08:00
Mark Nelson
65aee9c9c0
Set the element width in PHP, not JS
2016-06-17 15:49:10 +08:00
Mark Nelson
ed93542c0c
Removed the 'posx' and 'posy' form elements
2016-06-17 15:49:10 +08:00
Mark Nelson
ebbcfd1d4a
Removed usage of deleted log store
2016-03-22 17:08:36 +08:00