Mark Nelson
4797dd287e
Fixed Moodle PHPdoc check complaint
2017-12-03 14:47:20 +08:00
Mark Nelson
d9eb78eee1
#46 Added digital signature element
2017-12-03 14:45:11 +08:00
Mark Nelson
c26dce0e79
Fixed exception being thrown when deleted image is selected
2017-12-03 14:43:59 +08:00
Mark Nelson
33d2f65e56
Add ability to set the width and height even if no image is selected
2017-12-03 14:43:55 +08:00
Mark Nelson
f75a943352
Fixed incorrect setting of 'fileid' form element
2017-12-03 14:43:49 +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
c89c2d447a
Lang changes
...
It's not always necessary to specify it is a 'custom' certificate.
Also some other minor improvements.
2017-12-03 14:39:04 +08:00
Mark Nelson
8c84adeb8d
#118 Fixed issue with activity dates not displaying
2017-12-03 14:38:54 +08:00
Mark Nelson
3b61d1ffa8
#117 Do not process image if 'No image' selected
2017-12-03 14:33:28 +08:00
Mark Nelson
b18f4347cb
#116 Re-added previous date formats that no longer exist
2017-12-03 14:32:01 +08:00
Mark Nelson
a17bb41307
#30 Add more date formats
2017-12-03 14:04:41 +08:00
Mark Nelson
84610ea418
#30 Add the course start and end dates as options
2017-12-03 14:04:35 +08:00
Mark Nelson
1b47ae9eea
Removed unnecessary semicolon
2017-05-31 16:49:40 +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
c90e0f5a7c
#108 Changed usage of expected 'pathnamehash' to use new information
2017-05-04 20:38:52 +08:00
Mark Nelson
48e139c6d3
#108 Upgrade existing image elements
2017-05-04 20:37:45 +08:00
Mark Nelson
9b96b2c9b3
#102 Handle images during backup/restore
2017-04-27 22:21:21 +08:00
David Balch
d2fc041038
#100 Add SVG support for image and bgimage elements.
2017-04-27 22:21:06 +08:00
Andrew Nicols
086cb16b3c
#89 Copy files to temp directory before accessing
2017-03-08 14:38:02 +08:00
Mark Nelson
7a2e080ab8
#88 Make plugins DB codechecker happy
2017-02-25 13:00:55 +08:00
Mark Nelson
a0bb27773f
#80 Fixed user picture not displaying on PDF
2017-02-16 18:54:25 +08:00
Mark Nelson
bda1c48d51
#65 Added user picture element
...
Thanks goes to Jean-Michel Vedrine.
2017-02-02 12:25:41 +08:00
Mark Nelson
548f265a22
#74 Ensure image element does not ignore 'showposxy' setting
2017-02-02 12:20:09 +08:00
Mark Nelson
3f632d3f5e
#34 Prevent invalid course module ID error
2017-01-28 19:45:28 +11: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