Commit graph

223 commits

Author SHA1 Message Date
Mark Nelson c280931773 #15 Fixed namespace for search base class
The namespace was changed in 3.2, so broke when backported.
2016-08-26 19:00:15 +08:00
Mark Nelson 2bcc0a6d45 Bumped versions 2016-08-26 18:41:06 +08:00
Mark Nelson 9a6b9bec25 Ensure date indexes do not conflict with module ids 2016-08-26 17:07:16 +08:00
Mark Nelson af57d59676 #14 Help translators with date suffixes
AMOS BEGIN
 MOV [numbersuffix_st,mod_customcert],[numbersuffix_st_as_in_first,mod_customcert]
 MOV [numbersuffix_nd,mod_customcert],[numbersuffix_nd_as_in_second,mod_customcert]
 MOV [numbersuffix_rd,mod_customcert],[numbersuffix_rd_as_in_third,mod_customcert]
AMOS END
2016-08-26 16:57:57 +08:00
Mark Nelson 02703e617b Improved navigation bar for the element repositioning page 2016-08-26 15:00:28 +08:00
Mark Nelson 1b7a930131 #32 Fixed issue with images not loading from site templates 2016-08-26 15:00:23 +08:00
Mark Nelson 9fd128d5e1 Fixed web service not having access to file_save_draft_area_files()
The error occurred when editing an image element on the repositioning
page for site wide templates.
2016-08-26 12:57:48 +08:00
Mark Nelson e341d28853 Show a link to manage templates 2016-08-25 18:44:52 +08:00
Mark Nelson 99a4c4578b Fixed context error when using inplace editable on system template 2016-08-25 17:58:51 +08:00
Mark Nelson 56c1af1b84 Uncapitalised usages of the 'context_*' classes 2016-08-25 17:04:10 +08:00
Mark Nelson 9a42872c22 Fixed incorrectly built JS file 2016-08-25 16:15:38 +08:00
Mark Nelson 62715ab073 #15 Added global search support 2016-08-25 15:13:41 +08:00
Mark Nelson 5f580a9bde Used inplace editable API for editing element names 2016-08-25 12:45:12 +08:00
Mark Nelson 317b737e96 Uncapitalised usage of the 'context_system' class 2016-08-25 12:11:38 +08:00
Mark Nelson cb3f98a3b9 Removed 'File' column when downloading report 2016-08-24 17:11:48 +08:00
Mark Nelson 4af6f68e48 Removed unused global 2016-08-24 12:36:26 +08:00
Mark Nelson f365ff3ada Fixed issue with reordering retrieving more than one record 2016-08-24 12:26:21 +08:00
Mark Nelson e8db1dba82 Added a background image element 2016-08-23 19:30:26 +08:00
Mark Nelson 761a8f3e57 #23 Ensure the user field is always shown when repositioning elements 2016-08-23 17:14:16 +08:00
Mark Nelson ff049e2c1b #6 Added ability to view other users' certificates 2016-08-23 16:28:08 +08:00
Mark Nelson a135007160 #4 Added ability to sort the reports table
The table is now an instance of 'table_sql', not 'html_table'.
This made sorting easy to implement, with the added benefit
of taking advantage of the spout library for exporting data.
2016-08-23 12:59:18 +08:00
Mark Nelson 0255851a94 Merge pull request #27 from bobmosh/tutorial-add_font
Added tutorial on how to add fonts to README
2016-08-22 19:37:11 +08:00
Mark Nelson 166e62a2ee #17 Improved reference point location help string 2016-08-22 17:01:57 +08:00
Mark Nelson a48ef25d32 #21 Changed 'Rearrange' to 'Reposition' for clarity 2016-08-22 15:32:54 +08:00
Mark Nelson 58bbf6a8a0 Removed unused element list table column
Also left aligned action icons.
2016-08-22 15:28:50 +08:00
Mark Nelson 36c55a65ab #22 Described importance of element order 2016-08-22 14:50:30 +08:00
Mark Nelson 5f09a9aca0 #16 Fixed minor issues with web services 2016-08-22 14:18:07 +08:00
Mark Nelson 38103385b4 #26 Fixed userfields not displaying data correctly 2016-08-22 12:56:11 +08:00
bobmosh fa44ed0fa9 Added a tutorial on how to add fonts
Added a tutorial to the README.md, explaining how to add fonts to tcpdf
and therefore making them available in the Custom Certificate module.
2016-08-19 15:29:08 +02:00
Mark Nelson 555bca9ebb Added ability to edit an element on the rearrange page
Increased the Moodle version required as this feature
uses the AMD module 'core/fragment' which was introduced
in 3.1.
2016-06-17 17:13:18 +08:00
Mark Nelson 65aee9c9c0 Set the element width in PHP, not JS 2016-06-17 15:49:10 +08:00
Mark Nelson e480f5c98f Ensure we are always saving the image height and width as ints 2016-06-17 15:49:10 +08:00
Mark Nelson ed93542c0c Removed the 'posx' and 'posy' form elements 2016-06-17 15:49:10 +08:00
Mark Nelson ae80c03e36 Renamed rest.php to ajax.php 2016-06-17 15:49:10 +08:00
Mark Nelson 1a91d2322a Converted existing JS to a YUI module
Also fixed errors reported by JSLint.
2016-06-17 15:49:10 +08:00
Mark Nelson 70997ceb62 Fixed erroneous find/replace in styles.css 2016-06-17 15:49:10 +08:00
Mark Nelson 70b47d6de3 Added module help and link 2016-06-14 20:28:39 +08:00
Mark Nelson 97cec031cd Fixed references to non-existent constants 2016-04-23 14:13:28 +08:00
Mark Nelson 33c547aada Fixed issue where site templates have no course category 2016-04-07 12:18:57 +08:00
Mark Nelson 058618ce1b Fixed backup and restore after refactor 2016-04-05 15:56:16 +08:00
Mark Nelson ebbcfd1d4a Removed usage of deleted log store 2016-03-22 17:08:36 +08:00
Mark Nelson 8cc7902850 Fixed PHPDocs 2016-03-22 17:01:54 +08:00
Mark Nelson 5a7b963aa4 Bumped version 2016-03-22 12:39:12 +08:00
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