moodle/mod/label
Tim Hunt 939218c2b6 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-05 16:44:25 +00:00
..
backup MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
classes MDL-61567 mod_label: Implement null provider mod_label 2018-03-13 11:02:00 +08:00
db MDL-64300 upgrade: add 3.6.0 separation line to all upgrade scripts 2018-12-02 18:36:40 +01:00
lang/en MDL-62181 lang: Merge English strings from the en_fix language pack 2018-04-24 22:05:30 +02:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-63142 mod_label: Check if the module is visible to the user 2018-09-14 17:39:21 +10:00
index.php MDL-41176 mod_label: unified @package use 2014-02-16 11:48:00 +13:00
lib.php MDL-46783 permissions: let some moodle/ caps be overriden in all mods 2018-12-05 16:44:25 +00:00
mod_form.php MDL-57055 mod_label: Add label administration for boost. 2017-10-26 08:41:33 +08:00
settings.php MDL-34137 mod_label - resize images when uploaded via drag & drop 2013-02-08 08:13:24 +00:00
version.php MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
view.php MDL-41176 mod_label: unified @package use 2014-02-16 11:48:00 +13:00