Commit graph

22 commits

Author SHA1 Message Date
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
a9c01e2648 Added helper function to return date string 2015-12-10 15:05:31 +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
Mark Nelson
7cf71730fc Increased version 2015-03-13 23:44:37 -07:00
Mark Nelson
6821122c30 Aligned SQL to conform to Moodle standards 2015-03-13 23:37:06 -07:00
Mark Nelson
da524d143c Increased version required 2015-03-13 22:06:26 -07: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
ff1bdc42af Set a date and grade to display when previewing a customcert 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
323abd6da4 Introduced the functionality to backup and restore the customcert 2013-07-23 17:07:31 +08:00
Mark Nelson
2df3ee4fa5 Fixed alignment issues and removed underscore from variable name 2013-07-23 17:07:18 +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
f3dd124473 Fixed the rendering of the date element 2013-06-25 14:22:05 +10: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
1f145d6a3c Fixed string issues and did other minor adjustments 2013-06-25 11:30:45 +10:00
Mark Nelson
6be22854f4 Added rendering functionality for the date element 2013-06-24 17:08:07 +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