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
a5bcc985ee
#117 Do not process image if 'No image' selected
2017-06-23 13:00:25 +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
e6f26a3661
#74 Ensure image element does not ignore 'showposxy' setting
2017-01-31 12:50:49 +08: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
1b7a930131
#32 Fixed issue with images not loading from site templates
2016-08-26 15:00:23 +08:00
Mark Nelson
ff049e2c1b
#6 Added ability to view other users' certificates
2016-08-23 16:28:08 +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
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
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
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
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
Mark Nelson
7cf71730fc
Increased version
2015-03-13 23:44:37 -07:00
Mark Nelson
74003bf0bb
Moved file manager to the image element
2015-03-13 23:37:07 -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
da524d143c
Increased version required
2015-03-13 22:06:26 -07: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
1e44195bec
Set the requirements for this module to Moodle 2.3
2013-07-26 16:03:11 +08:00
Mark Nelson
9b77e2734e
Specified and corrected units of measurement in the language strings
2013-07-26 14:43:34 +08:00
Mark Nelson
ae2081cf4c
Set default width and height for the image element
2013-07-25 13:08:16 +08:00
Mark Nelson
73cf11b043
Only call definition_after_data when we are editing an element so that we know data exists
2013-07-25 13:08:16 +08:00
Mark Nelson
ffcd9cc879
Corrected error messages regarding width and height for the image element
2013-07-25 13:08:16 +08:00
Mark Nelson
5203d81980
Changed PHPDocs and added date to the copyright to match Moodle coding guidelines
2013-07-22 13:06:18 +08:00
Mark Nelson
e811303e84
Passed a new variable 'preview' to the render function
...
This variable determines whether we are viewing the custom certificate for a particular user, or if we are simply previewing it. This may be needed for some elements. For example, an element may retrieve the data for when the custom certificate was issued, but if the user has just set up the custom certificate and no issue has been created then this data is missing, so in this case we pass that the user is previewing the custom certificate so other data can be shown.
2013-06-28 15:27:04 +08:00
Mark Nelson
dee0b54c02
Set the element values in the definition_after_data function rather than the constructor
2013-06-25 13:52:24 +10:00
Mark Nelson
96e1d93024
Renamed the element directory name to a singular to conform to Moodle standards
2013-06-21 17:35:14 +08:00