moodle/mod/scorm
Tim Hunt 6a58779607 MDL-46783 permissions: let some moodle/ caps be overriden in all mods
The capabilities changed ('contextlevel' => CONTEXT_COURSE changed to
'contextlevel' => CONTEXT_MODULE) are:

* moodle/site:accessallgroups
* moodle/site:viewfullnames
* moodle/site:trustcontent
* moodle/site:viewuseridentity

This list came from reviewing the _get_extra_capabilities functions in
all core activities. They were all somewhat inconsistent, but I think it
makes sense that these capabilities are consistently overridable in all
activities. E.g. moodle/site:accessallgroups affects conditional
availability even if there is no other user of groups, and
moodle/site:viewuseridentity and moodle/site:viewfullnames affect the
logs report, if nothing else.

As a result of this, several _get_extra_capabilities functions are no
longer needed, and all the rest have been simplified.
2018-12-04 18:01:29 +00:00
..
backup MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
classes MDL-63727 mod_scorm: fix typo in sco_launched URL 2018-10-31 22:42:05 +01:00
datamodels MDL-61709 mod_scorm: use student fullname when not in standards mode 2018-04-07 09:14:22 +02:00
db MDL-62478 upgrade: add 3.5.0 separation line to all upgrade scripts 2018-05-28 13:16:21 +02:00
lang/en MDL-62763 lang: Merge English strings from the en_fix language pack 2018-07-02 13:36:29 +02:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
report MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
tests MDL-63727 mod_scorm: Fixed typo in test_launch_sco() 2018-10-31 22:42:06 +01:00
aicc.php MDL-60281 general: function each() is deprecated in PHP7.2 2017-10-16 09:37:20 +08:00
datamodel.php MDL-45887 mod_scorm : Fixing coding standard violations 2014-08-17 22:15:04 +12:00
grade.php MDL-45887 mod_scorm : Fixing coding standard violations 2014-08-17 22:15:04 +12:00
index.php MDL-47970 mod_scorm: fixed HTML5 validation error 2014-10-30 14:56:15 +13:00
lib.php MDL-46783 permissions: let some moodle/ caps be overriden in all mods 2018-12-04 18:01:29 +00:00
loadSCO.php MDL-40759 icons: Behat fixes for font-awesome 2017-03-17 15:52:18 +08:00
locallib.php MDL-63953 mod_scorm: Use correct value for first attempt. 2018-11-12 10:06:39 +13:00
mod_form.php MDL-32585 mod_scorm: Improve force new attempts setting. 2018-04-10 13:38:51 +02:00
module.js MDL-56859 SCORM: player shouldn't display TOC while loading 2016-12-12 09:09:31 +08:00
player.js MDL-53546 SCORM: Set window.opener to null 2016-05-06 09:27:24 +08:00
player.php Merge branch 'MDL-50861-master' of git://github.com/junpataleta/moodle 2017-11-29 10:51:22 +13:00
prereqs.php MDL-50614 mod_scorm: Improve validation on currentorg 2015-06-30 10:12:51 +08:00
renderer.php
report.php MDL-47795 SCORM: SCORM report not a report. 2014-10-21 15:37:31 +01:00
reportsettings_form.php
request.js
settings.php Merge branch 'MDL-61709-scorm-student-fullnamedisplay' of https://github.com/wjroes/moodle 2018-04-11 01:49:54 +02:00
styles.css MDL-56859 SCORM: player shouldn't display TOC while loading 2016-12-12 09:09:31 +08:00
tabs.php MDL-50049 deprecation: Remove usage of deprecated api and cleanup 2015-06-29 17:15:50 +05:30
upgrade.txt MDL-32585 mod_scorm: Improve force new attempts setting. 2018-04-10 13:38:51 +02:00
version.php MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
view.js MDL-50643 mod_scorm: redirect using current window instead of parent. 2016-12-23 10:17:43 +13:00
view.php MDL-58015 mod_scorm: set orgidentifier correctly for popup. 2018-07-27 10:36:43 +12:00