Commit graph

207 commits

Author SHA1 Message Date
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
Mark Nelson a26f0c2c66 Tidied up the PHPDocs and set the base element to an abstract class 2013-06-12 19:13:16 +08:00
Mark Nelson 7500bfda26 Changed the class names so that they match the directory structure 2013-06-12 16:23:08 +08:00
Mark Nelson fa5d45eef3 Completely refactored the code for editing a custom certificate
The elements for each page are listed in a table below the other page settings, meaning each page has a separate table for listing their elements. Each element is now edited in a pop-up, rather than having all the element settings displayed at once on the form causing it to look overcrowded. There is also no longer any need for the function add_element to add default values for the elements when they are added, as a a form is shown when you click to add an element where you can enter the values before it is created.

Note: I did not create a db/upgrade.php script to add the new database columns as this module should not be currently used by anyone.
2013-06-07 16:04:38 +08:00
Mark Nelson f7029178ad Sorted the elements alphabetically 2013-06-06 11:14:06 +08:00
Mark Nelson b58b24c2db Introduced the text element 2013-06-06 11:14:06 +08:00
Mark Nelson be2c3ab56a Reordered code in the date element 2013-06-06 11:14:06 +08:00
Mark Nelson 9d9ce7ad27 Removed unnecessary global variable declaration 2013-06-06 11:14:06 +08:00
Mark Nelson 59ea1afd75 Removed unnecessary second parameter for the render function 2013-06-06 11:14:06 +08:00
Mark Nelson 220d83935f Removed unnecessary subclass constructors 2013-06-06 11:14:06 +08:00
Mark Nelson 659719945d Introduced the code element 2013-06-06 11:14:06 +08:00
Mark Nelson 4a185540e2 Added a CSS class to centre the download button and report table to stop the use of deprecated attributes and also added full-stops to comments 2013-06-06 11:14:01 +08:00
Mark Nelson 35851b204c Removed unused variables and altered comments 2013-05-30 17:59:53 +08:00
Mark Nelson 0dc1ef19c9 Introduced an image element and refactored the code in the process so less code was required in the new element 2013-05-30 17:55:40 +08:00
Mark Nelson 33a711b240 Removed unnecessary line of code 2013-05-28 17:41:40 +08:00
Mark Nelson 010aa564e1 Changed the last parameter passed to get_string 2013-05-28 17:33:17 +08:00