Commit graph

176 commits

Author SHA1 Message Date
Dmitrii Metelkin b6ce73637c Use element name in the preview mode (#185) 2019-05-25 14:58:31 +08:00
Mark Nelson 1a172b9065 Bump date range element version numbers (#185) 2019-05-25 14:58:27 +08:00
Dmitrii Metelkin 7436054c17 Add date range element (#185) 2019-05-25 14:58:13 +08:00
Mark Nelson a6b180454f Incorrect PHPDocs for render_form_elements and co (#271) 2019-04-16 19:22:57 +08:00
Mark Nelson 813fae127c Added QR code element (#146) 2019-04-16 19:04:53 +08:00
Mark Nelson 2ea80b1084 Fixed misleading PHP comment referring to 3.5 2019-01-03 06:22:31 +08:00
Mark Nelson 7c333442ee Make it clear what element values are just an example (#144) 2018-12-31 09:54:26 +08:00
Mark Nelson 61d0bd433f Use course module context when calling format_string/text (#200) 2018-12-28 14:11:58 +08:00
Mark Nelson f8a55869b5 Prevent exception when adding 'teachername' element to site template (#261) 2018-12-27 09:05:45 +08:00
Mark Nelson b211a06bd5 Bumped version for 3.6 2018-12-24 15:50:40 +08:00
Mark Nelson 13ddab941f Add ability to set transparency on images (#186) 2018-12-20 09:16:31 +08:00
Mark Nelson 32338c9aa7 Make use of the decimal value setting
We should use this instead of our own logic.
2018-12-19 14:19:27 +08:00
Mark Nelson a55b253cff Fixed logic so site templates work as expected (#160) 2018-12-17 16:41:21 +08:00
Mark Nelson cf93b540d6 Hide completion date option if not applicable (#160) 2018-12-17 16:28:16 +08:00
Mark Nelson 210e61e227 Fixed misleading version number in requires comment 2018-07-28 12:43:03 +08:00
Mark Nelson 26ea75479f #171 Only get teachers who are enrolled within the course 2018-07-13 20:46:17 +08:00
Mark Nelson 9440dea72c #210 Allow short dates with leading zeros 2018-07-13 12:17:35 +08:00
Mark Nelson ef285e6075 #210 Improve code for adding date strings to select 2018-07-12 18:09:47 +08:00
Mark Nelson 7bff2c5367 #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:10:38 +08:00
Mark Nelson 308b8d1e19 #196 Use FORMAT_HTML when calling format_text() 2018-06-07 18:55:54 +08:00
Mark Nelson 3b2a45d755 #170 Elements now respect filters 2018-06-06 22:58:47 +08:00
Mark Nelson 13eb4509de Bump version for 3.5 2018-05-17 17:19:43 +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
Mark Nelson ff049e2c1b #6 Added ability to view other users' certificates 2016-08-23 16:28:08 +08:00
Mark Nelson 38103385b4 #26 Fixed userfields not displaying data correctly 2016-08-22 12:56:11 +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 e480f5c98f Ensure we are always saving the image height and width as ints 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 33c547aada Fixed issue where site templates have no course category 2016-04-07 12:18:57 +08:00
Mark Nelson 728c4da5e3 Fixed errors in the 'code' and 'date' elements 2016-03-15 14:57:50 +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
Mark Nelson 344710b51d Fixed issue when there are no teachers 2015-12-15 13:15:17 +08:00
Mark Nelson 2416e8a3e0 Introduced automatic class loading for elements 2015-12-15 13:15:17 +08:00
Mark Nelson 9413d65ee0 Fixed issue when creating an image element
The images were not loading in the filemanager.
This meant that when the element was saved the
images would be deleted for that course, affecting
existing image elements as well.
2015-12-11 12:09:08 +08:00
Mark Nelson 136292f331 Tidied up image elements code 2015-12-10 15:12:11 +08:00
Mark Nelson a9c01e2648 Added helper function to return date string 2015-12-10 15:05:31 +08:00
Mark Nelson d7907403e1 Do not display decimals for percentages 2015-12-10 11:40:59 +08:00
Mark Nelson e5f9f9e928 Fixed issue with grade not displaying 2015-12-10 11:40:59 +08:00
Mark Nelson 3a63a6e00a Minor changes 2015-12-10 11:40:25 +08:00
Mark Nelson e441b7051b Removed the 'align' property 2015-12-08 18:27:30 +08:00
Mark Nelson b382cc5b92 Replaced deprecated function 2015-08-09 17:48:53 -07:00
Shamim Rezaie 8ce63d5927 Bumped version numbers 2015-08-05 14:32:25 -05:00
Shamim Rezaie 9998fa2b4a Added drag & drop feature to rearrange elements 2015-08-05 14:19:55 -05:00
Shamim Rezaie 58d7312d9e Improved alignment handling
Fixed a bug for right aligning elements
with top right reference point.
2015-08-05 14:19:55 -05:00
Shamim Rezaie 553da0a62a Removed the cell background filling that was added for testing 2015-08-05 14:19:55 -05:00
Shamim Rezaie 039e8bca37 Implemented support for element alignment
Also specifying the reference point location (the
location of the element that's put at posx and
posy) for each element.
2015-08-05 14:19:54 -05:00
Shamim Rezaie 7634568df1 Updated the code for backup to include element max width and page margin
Also, improved image elements add form.
2015-08-05 14:17:02 -05:00
Shamim Rezaie 6400e587d8 Added support for having right margin and width limit for each element
In addition to width and height, each page can have an
optional (right) margin attribute. Also, each element
can have an optional width attribute.
2015-08-05 14:16:56 -05:00
Mark Nelson 7cf71730fc Increased version 2015-03-13 23:44:37 -07:00
Mark Nelson 53cb267836 Fixed issue when no grade items present 2015-03-13 23:37:07 -07:00
Mark Nelson 0abc6a0f5c Fixed issue with debugging message due to additional name fields missing 2015-03-13 23:37:07 -07:00
Mark Nelson 74003bf0bb Moved file manager to the image element 2015-03-13 23:37:07 -07:00
Mark Nelson 6821122c30 Aligned SQL to conform to Moodle standards 2015-03-13 23:37:06 -07:00
Mark Nelson 8a55c96dab Removed unnecessary function
We were supporting older versions of Moodle so
it was necessary if we only wanted one branch.
2015-03-13 23:37:06 -07:00
Mark Nelson 824dd83334 Removed usage of deprecated condition class 2015-03-13 23:37:06 -07:00
Mark Nelson da524d143c Increased version required 2015-03-13 22:06:26 -07:00
Mark Nelson d05a6d8d5b Removed the included TCPDF_COLORS class as it is now included in core 2013-10-31 14:58:56 +08:00
Mark Nelson f56b82e4b6 Do not set the courseid variable for the cm_info object
Doing this causes a debugging message to display in 2.6.
2013-10-31 14:53:34 +08:00
Mark Nelson 4b2692d377 Images can now be saved into either the course or system context 2013-09-09 17:10:37 +08:00
Mark Nelson b7890cbb4f Set the requirements for this module to Moodle 2.4
The reason for this change is because the userfield element uses condition_info::get_condition_user_fields() which was introduced in 2.4.
2013-07-26 17:40:35 +08:00
Mark Nelson cee65c6c37 Introduced check before sorting to ensure core_collator class exists as it was only introduced in 2.6 2013-07-26 17:25:55 +08:00
Mark Nelson 1e44195bec Set the requirements for this module to Moodle 2.3 2013-07-26 16:03:11 +08:00
Mark Nelson 45f87bb7c9 Previewing the grade element now takes into account the format chosen 2013-07-26 15:04:33 +08:00
Mark Nelson 9b77e2734e Specified and corrected units of measurement in the language strings 2013-07-26 14:43:34 +08:00