Commit graph

393 commits

Author SHA1 Message Date
Mark Nelson
e5598e30ea #225 Renamed static function 2018-12-17 10:04:26 +08:00
Alexander Bias
f16434575d #225 Allow element plugins to control if they can be added 2018-12-17 10:04:20 +08:00
Mark Nelson
97498b54a0 Changed reference to moodlerooms (#249) 2018-12-17 09:54:15 +08:00
Marina Glancy
ec822b7662 Update travis (#249)
Bring the travis.yml up to date with https://github.com/blackboard-open-source/moodle-plugin-ci/blob/master/.travis.dist.yml
use grunt to validate js and css
add validation of mustache, savepoints, allow javascript behat tests
2018-12-17 09:53:06 +08:00
Mark Nelson
8b1e414370 #223 Removed incorrect course reset logic 2018-08-07 12:16:51 +08:00
Dmitrii Metelkin
b74c95a474 Add tests to support new permissions and default activity options 2018-08-07 12:16:47 +08:00
Dmitrii Metelkin
6d28c1b3ed #179 Don't display form elements if a user doesn't have capabilities 2018-08-07 12:16:43 +08:00
Dmitrii Metelkin
6c07679c2c #180 Add possibility to set default values of activity instance 2018-08-07 12:16:38 +08:00
Dmitrii Metelkin
f42a0ac394 #179 Add possibility to selectively disable activity instance settings 2018-08-07 12:16:33 +08:00
Mark Nelson
e7e2106efb Added LICENSE.md 2018-08-04 13:53:44 +08:00
Dmitrii Metelkin
f0ab803912 #213 Allow element plugins to have admin settings 2018-08-04 13:53:13 +08:00
Mark Nelson
29d9b27a90 Bumped version 2018-07-13 22:41:21 +08:00
Mark Nelson
855845ccbf Updated CHANGES.md 2018-07-13 22:06:22 +08:00
Mark Nelson
9e24bd0446 #171 Only get teachers who are enrolled within the course 2018-07-13 20:55:56 +08:00
Tristan Mackay
f547e4b88c #176 Only get users details who are enrolled within the course 2018-07-13 20:55:52 +08:00
Mark Nelson
f76ec6e841 #210 Allow short dates with leading zeros 2018-07-13 20:55:44 +08:00
Mark Nelson
c66fb9703d #210 Improve code for adding date strings to select 2018-07-13 20:55:38 +08:00
Mark Nelson
6070185a61 #154 Don't display 'Add page' link for unsaved templates 2018-07-13 20:55:32 +08:00
Mark Nelson
7f592e332f #187 Fix broken SQL on Oracle 2018-07-13 20:55:24 +08:00
Mark Nelson
71ea74a0ae #211 Use custom fonts if present 2018-07-13 20:55:19 +08:00
Mark Nelson
70fc4f454d #207 Changed download button between managers and non-managers on mobile
Also minor changes to 'notissued' string and fixed reference to
non-existent string 'notissuedyet'.
2018-07-13 20:55:10 +08:00
Mark Nelson
622d670f47 #207 No need to use a table/list when displaying only one issue 2018-07-13 20:55:03 +08:00
Mark Nelson
e3675ff267 #207 Changed font-size for awarded time in the report in mobile view
Also made minor alignment changes.
2018-07-13 20:54:58 +08:00
Mark Nelson
7d2826654d #207 Follow-up UX improvements
The majority of this change involved moving
the report page logic into the view page for
both browser and mobile.
2018-07-13 20:54:53 +08:00
Mark Nelson
82018e7d67 Fixed reference to tool_mobile in CHANGES.md 2018-06-27 11:34:02 +08:00
Mark Nelson
a7f79b4602 Removed unnecessary new lines 2018-06-26 21:42:38 +08:00
Mark Nelson
91ae210c84 Bumped version 2018-06-26 21:42:03 +08:00
Mark Nelson
cad3ce43b0 #203 Added missing consistency changes for headings/titles 2018-06-26 20:11:43 +08:00
Mark Nelson
8f526a40c8 Updated CHANGES.md 2018-06-26 19:54:35 +08:00
Mark Nelson
d3b22a23b5 #203 Consistency among headings/titles on all pages 2018-06-26 19:53:43 +08:00
Mark Nelson
ab4f8e1fb3 #203 Removed 'code' column
Not all certificates contain a 'code' element,
making this column unnecessary. It may also
confuse users when it is not applicable. For
those who are interested they can always use
the 'verify' functionality to confirm
certificates, rather than using this page.
2018-06-26 19:53:33 +08:00
Mark Nelson
46a40ff51c #203 Improved 'listofissues' string 2018-06-26 17:02:27 +08:00
Mark Nelson
99213e81fd #203 Make report heading/title consistent with core activities 2018-06-26 17:02:27 +08:00
Mark Nelson
873528cd84 #203 Changed 'listofissues' string to avoid confusion 2018-06-26 17:02:27 +08:00
Mark Nelson
24e8dde0d4 #203 Added heading to activity view page in browser 2018-06-26 17:02:27 +08:00
Mark Nelson
8d810440ae #203 Added new string for list of awarded certificates 2018-06-26 17:02:27 +08:00
Mark Nelson
9a0decf45e #203 Don't display group select on activity view page 2018-06-26 17:02:27 +08:00
Mark Nelson
eee14ade58 #203 Don't show 'Awarded on' date to managers 2018-06-26 17:02:27 +08:00
Mark Nelson
f7587a5d22 Fixed reference to 'mod/certificate' capability 2018-06-26 17:02:27 +08:00
Mark Nelson
73e12cca4f #203 Make mobile layout friendly on small screens 2018-06-26 17:02:27 +08:00
Mark Nelson
a0546ea2d4 #203 Removed 'issued' string and replaced with 'receiveddate'
Also renamed 'Received date' to 'Awarded on'.
2018-06-26 17:02:27 +08:00
Mark Nelson
44e8d2ee81 #203 Removed confusing 'summaryofissue' string 2018-06-26 17:02:27 +08:00
Mark Nelson
05b23b5213 #197 Respect filters in 'My certificates' and 'Verify certificate' pages 2018-06-26 17:02:27 +08:00
Mark Nelson
1ecb528c11 #202 Make web service accessible by 'local_mobile' 2018-06-13 18:42:21 +08:00
Mark Nelson
fa89eb1a55 #196 Use FORMAT_HTML when calling format_text() (again)
This commit is not as vital as the previous one as it
does not affect the layout of the PDF.
2018-06-07 20:12:06 +08:00
Mark Nelson
5fe9057758 Bumped version 2018-06-07 19:56:56 +08:00
Mark Nelson
f296f07786 Updated CHANGES.md 2018-06-07 19:55:50 +08:00
Mark Nelson
f46b9ff229 Add example JSON context to templates 2018-06-07 19:55:21 +08:00
Mark Nelson
5ced9220a4 #196 Use FORMAT_HTML when calling format_text() 2018-06-07 19:55:15 +08:00
Mark Nelson
3c7a854544 Updated CHANGES.md 2018-06-07 12:42:27 +08:00