Commit graph

330 commits

Author SHA1 Message Date
Mark Nelson dfdf7e42fc Added upgrade.php file to keep Moodle's plugin DB happy 2016-03-22 12:38:54 +08:00
Mark Nelson 92dc548b9d Added old school constructor to work with Moodle 2.x 2016-03-22 12:08:25 +08:00
Mark Nelson 728c4da5e3 Fixed errors in the 'code' and 'date' elements 2016-03-15 14:57:50 +08:00
Mark Nelson 05e83ee638 Fixed moving item issue
If an item to swap was not found (so was equal
to false) the function was still handling this
as true as it was using 'isset', rather than
'!empty'.
2016-02-20 18:39:14 +08:00
Mark Nelson 362cc5f092 Fixed issue where page with id 1 exists 2016-02-20 18:11:58 +08:00
Mark Nelson b3676b3f63 Removed unnecessary action variable from URL
This was breaking due to the changes in the last
commit as a variable 'aid' is required if the
'action' variable is passed to the script.
2016-02-20 18:11:04 +08:00
Mark Nelson 6889b04df0 Created one function to handle move_* actions
This changes the name of a column in a DB table.
No upgrade script has been written as this activity
has not been officially released.
2016-02-20 18:09:46 +08:00
Mark Nelson d848bc73e8 Keep action links consistent 2016-02-20 17:12:32 +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 54584a113c Removed use of old style constructor 2015-12-31 15:20:30 +08:00
Mark Nelson 344710b51d Fixed issue when there are no teachers 2015-12-15 13:15:17 +08:00
Mark Nelson 2416e8a3e0 Introduced automatic class loading for elements 2015-12-15 13:15:17 +08:00
Mark Nelson 14cc24e540 Changed 'captype' for customcert:manage cap 2015-12-11 13:19:21 +08:00
Mark Nelson 2331170c5e Removed the resize JS function
We want the element to appear as it would
on the PDF.
2015-12-11 12:11:32 +08:00
Mark Nelson 355de679e8 Added a 'leftmargin' field
Also renamed the 'margin' field to 'rightmargin'
to easily distinguish between the two.
2015-12-11 12:10:45 +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 a9c01e2648 Added helper function to return date string 2015-12-10 15:05:31 +08:00
Mark Nelson d7907403e1 Do not display decimals for percentages 2015-12-10 11:40:59 +08:00
Mark Nelson e5f9f9e928 Fixed issue with grade not displaying 2015-12-10 11:40:59 +08:00
Mark Nelson 5e29aebeb6 Prevented page from redirecting before JS had finished 2015-12-10 11:40:55 +08:00
Mark Nelson 3a63a6e00a Minor changes 2015-12-10 11:40:25 +08:00
Mark Nelson e441b7051b Removed the 'align' property 2015-12-08 18:27:30 +08:00
Mark Nelson 87d1ecfcc7 Removed the 'Download grid' functionality 2015-12-06 16:54:19 +08:00
Mark Nelson 4efbac65ff Fixed typo 2015-08-09 17:48:55 -07: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 58d7312d9e Improved alignment handling
Fixed a bug for right aligning elements
with top right reference point.
2015-08-05 14:19:55 -05:00
Shamim Rezaie 553da0a62a Removed the cell background filling that was added for testing 2015-08-05 14:19:55 -05:00
Shamim Rezaie 039e8bca37 Implemented support for element alignment
Also specifying the reference point location (the
location of the element that's put at posx and
posy) for each element.
2015-08-05 14:19:54 -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
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