Mark Nelson
fa1c0cfaeb
Fixed trivial issues with report.php
2013-09-10 15:52:20 +08:00
Mark Nelson
91cc331a89
Added index.php file
...
This file is barely accessed in Moodle, if it all. However, it is
required in order to upload this module to the plugin database as
it is needed to pass validation.
2013-09-09 18:40:32 +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
cef1d2c7d8
Removed unnecessary ENUM attributes in db/install.xml
2013-07-26 16:06:06 +08:00
Mark Nelson
d67ee818b4
Readded the PREVIOUS and NEXT attributes in db/install.xml so that this module can be installed on 2.3 and 2.4
...
This reverts commit 18480d6050
.
Conflicts:
db/install.xml
2013-07-26 16:03:21 +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
7d359f3487
Increased the version number and set the maturity to Beta
2013-07-26 15:05:55 +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
Mark Nelson
8b92d1c307
Removed the orientation field as it is redundant considering the width and height are already specified
...
Note: I did not create a db/upgrade.php script to remove the database column as this module should not be currently used by anyone.
2013-07-25 18:54:28 +08:00
Mark Nelson
23d611de1b
Added ability to print out a grid PDF so that the user knows where to specify the placement of elements
2013-07-25 18:36:43 +08:00
Mark Nelson
4ad8ec0495
Readded missing language string that was removed in a previous commit
2013-07-25 18:08:51 +08:00
Mark Nelson
9d58850d63
Changed the render function to abstract as it is required by all elements
2013-07-25 13:53:45 +08:00
Mark Nelson
04cf229d16
Some trivial changes to lib.php to conform to Moodle coding guidelines
2013-07-25 13:08:17 +08:00
Mark Nelson
cf0bdf7580
Placed long language strings on to two lines
2013-07-25 13:08:17 +08:00
Mark Nelson
ac3ac17e8a
Introduced the grade item name element
2013-07-25 13:08:17 +08:00
Mark Nelson
345c58e840
Removed unnecessary conditional check in edit_form.php
2013-07-25 13:08:17 +08:00
Mark Nelson
758ed0e928
Introduced the teacher name element
2013-07-25 13:08:17 +08:00
Mark Nelson
ba2a3eb499
Removed underscore from variable name
2013-07-25 13:08:16 +08:00
Mark Nelson
25e18c25f2
Removed strings that were included when displaying a grade element
...
It may not be the case where everyone wants the name of the grade item to be displayed on the page next to the grade. However, if they do they can simply add another element to show the desired name.
2013-07-25 13:08:16 +08:00
Mark Nelson
cb7d86340a
Introduced the category name element
2013-07-25 13:08:16 +08:00
Mark Nelson
50505d8196
Introduced the course name element
2013-07-25 13:08:16 +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
801f367616
Introduced the border element
2013-07-25 13:08:16 +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
3dd19d8390
Removed the pop-up when editing an element to conform to Moodle standards
2013-07-25 13:08:16 +08:00
Mark Nelson
65adabe9d9
Replaced usage of deprecated class
2013-07-25 13:08:16 +08:00
Mark Nelson
8df94fd093
Added missing scope to functions
2013-07-25 13:08:11 +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
3d4811cc0c
Removed inline doc block
2013-07-23 12:32:07 +08:00
Mark Nelson
ad1a6767a2
Added missing scope to constructor
2013-07-23 12:29:27 +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
b0ad1ff25b
Set the code to a randomly generated one if we are previewing the custom certificate
2013-06-28 15:30:06 +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
bb5ce9f4ac
Moved the add element submit button above the element list
2013-06-27 19:26:33 +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
Barbara Ramiro
aed32cc843
Created new icon for Mark's awesome module because I highly respect him
2013-06-21 15:55:02 +08:00
Mark Nelson
1527587218
Changed the string 'configure' to 'edit' to conform to Moodle standards
2013-06-21 14:02:49 +08:00
Mark Nelson
69bc06bbee
Adjusted query so that it works in MySQL
2013-06-20 14:42:58 +08:00
Mark Nelson
b3a767d151
Removed unused variable
2013-06-14 12:47:36 +08:00
Mark Nelson
3161af1c46
Introduced the user profile field element
2013-06-14 11:55:14 +08:00