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
Shamim Rezaie
444bc35d22
Draw a dashed line on the grid page to specify the (right) margin
2015-08-05 14:17:02 -05:00
Shamim Rezaie
6400e587d8
Added support for having right margin and width limit for each element
...
In addition to width and height, each page can have an
optional (right) margin attribute. Also, each element
can have an optional width attribute.
2015-08-05 14:16:56 -05:00
Shamim Rezaie
3774a6323c
Added ability to modify templates and save them with same name.
...
An option named "replace" has been added to the same
template form so user can choose to overwrite an existing
template (i.e. modify and save an existing template).
2015-08-05 12:23:51 -05:00
Mark Nelson
d9e8c24a6b
Fixed issue restoring a customcert
2015-03-25 16:56:35 -07:00
Mark Nelson
7cf71730fc
Increased version
2015-03-13 23:44:37 -07:00
Mark Nelson
ed03f0313d
Ensure we delete the element from the DB
2015-03-13 23:44:37 -07:00
Mark Nelson
25171d1703
Fixed issue deleting customcerts
2015-03-13 23:44:37 -07:00
Mark Nelson
e85807e298
Fixed sequence values when deleting an element
2015-03-13 23:44:37 -07:00
Mark Nelson
53cb267836
Fixed issue when no grade items present
2015-03-13 23:37:07 -07:00
Mark Nelson
0abc6a0f5c
Fixed issue with debugging message due to additional name fields missing
2015-03-13 23:37:07 -07:00
Mark Nelson
74003bf0bb
Moved file manager to the image element
2015-03-13 23:37:07 -07:00
Mark Nelson
7739eefea1
Replaced edit/delete element strings with icons
2015-03-13 23:37:07 -07:00
Mark Nelson
131c05a40d
Removed the NEXT and PREVIOUS attributes from db/install.xml
2015-03-13 23:37:07 -07:00
Mark Nelson
0483cda501
Fixed access control
2015-03-13 23:37:07 -07:00
Mark Nelson
ba12c4d42b
Fixed group mode
2015-03-13 23:37:06 -07:00
Mark Nelson
6821122c30
Aligned SQL to conform to Moodle standards
2015-03-13 23:37:06 -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
a61997b2aa
Check course time using new logging API
2015-03-13 23:37:06 -07:00
Mark Nelson
7a2675e889
Moved internal functions to locallib.php
2015-03-13 23:37:06 -07:00
Mark Nelson
824dd83334
Removed usage of deprecated condition class
2015-03-13 23:37:06 -07:00
Mark Nelson
da524d143c
Increased version required
2015-03-13 22:06:26 -07:00
Mark Nelson
d05a6d8d5b
Removed the included TCPDF_COLORS class as it is now included in core
2013-10-31 14:58:56 +08:00
Mark Nelson
f56b82e4b6
Do not set the courseid variable for the cm_info object
...
Doing this causes a debugging message to display in 2.6.
2013-10-31 14:53:34 +08:00
Mark Nelson
34c0622d95
Created a dummy variable to avoid being redirected back to the upgrade settings page
2013-10-31 14:53:34 +08:00
Mark Nelson
43b91df8ec
Added new customcertelement class required in 2.6 to avoid debugging message
2013-10-31 14:53:34 +08:00
Mark Nelson
7a0030d0e7
Increased version required
2013-10-31 14:53:34 +08:00
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