Commit graph

11 commits

Author SHA1 Message Date
Mark Nelson a9fdf770d0 #119 Add ability to delete issued certificates 2017-12-03 14:45:23 +08:00
Mark Nelson d9eb78eee1 #46 Added digital signature element 2017-12-03 14:45:11 +08:00
Mark Nelson 6eb8e5b27c #48 Added task and settings responsible for emailing certificates 2017-04-26 21:44:04 +08:00
Mark Nelson 7a2e080ab8 #88 Make plugins DB codechecker happy 2017-02-25 13:00:55 +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 0757213295 #55 Fixed references to capabilities from mod_certificate 2016-11-29 13:31:47 +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 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 ebbcfd1d4a Removed usage of deleted log store 2016-03-22 17:08:36 +08:00
Mark Nelson 8cc7902850 Fixed PHPDocs 2016-03-22 17:01:54 +08:00
Mark Nelson 43d20c0d1b Huge refactor
1) Every certificate is a template. Before a user would create a certificate then had
the option to save it as a template. This could potentially be chaotic with numerous
users creating templates, making the template system a mess. Now, rather than creating
a certificate first, then saving it as a template, you are always creating a template.
Each template is associated with a context, so depending on where you are creating it
the context is different. This means users in the CONTEXT_MODULE context are creating
a template specific to that module, where as a user creating a template in the
CONTEXT_SYSTEM context would be creating a general template that can be used by others.
This meant we can remove the 'customcert_template_*' db tables. Yay - no duplicated
tables.
2) Created new helper classes and moved functionality there.
3) Moved files to classes/ for autoloading.
4) General tidy up.
2016-02-20 16:35:19 +08:00