moodle/mod/workshop
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
..
allocation MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
amd MDL-60820 workshop: Allow teacher to specify submission types 2018-08-31 14:48:29 +02:00
backup MDL-60820 workshop: Allow teacher to specify submission types 2018-08-31 14:48:29 +02:00
classes MDL-63924 privacy: Add shared user providers to subsytsems 2018-11-08 21:26:18 +08:00
db MDL-64300 upgrade: add 3.6.0 separation line to all upgrade scripts 2018-12-02 18:36:40 +01:00
eval MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
form MDL-64300 upgrade: add 3.6.0 separation line to all upgrade scripts 2018-12-02 18:36:40 +01:00
lang/en MDL-63689 workshop: Add support for removal of multiple context users 2018-10-30 14:29:40 +01:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-63689 workshop: Add support for removal of multiple context users 2018-10-30 14:29:40 +01:00
aggregate.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
allocation.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
assessment.php MDL-59252 mod_workshop: Move assessment evaluation code to API 2017-10-03 19:16:31 +02:00
editform.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
editformpreview.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
exassessment.php MDL-55957 workshop: Fix the embedded files serving 2016-09-14 12:14:56 +02:00
excompare.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
exsubmission.php MDL-55957 workshop: Fix the embedded files serving 2016-09-14 12:14:56 +02:00
feedbackauthor_form.php MDL-44183 mod_workshop: unified @package use 2014-02-21 08:33:40 +13:00
feedbackreviewer_form.php MDL-44183 mod_workshop: unified @package use 2014-02-21 08:33:40 +13:00
fileinfolib.php MDL-37602 Add support for browsing the overall feedback files 2013-03-26 21:25:45 +01:00
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
lib.php MDL-46783 permissions: let some moodle/ caps be overriden in all mods 2018-12-05 16:44:25 +00:00
locallib.php MDL-60820 workshop: Allow teacher to specify submission types 2018-08-31 14:48:29 +02:00
mod_form.php MDL-60820 workshop: Allow teacher to specify submission types 2018-08-31 14:48:29 +02:00
renderer.php MDL-51932 workshop: Improve UX for teachers on switching workshop phases 2017-04-18 18:00:59 +02:00
settings.php MDL-44183 mod_workshop: unified @package use 2014-02-21 08:33:40 +13:00
styles.css MDL-51932 workshop: Improve UX for teachers on switching workshop phases 2017-04-18 18:00:59 +02:00
submission.php MDL-60144 mod_workshop: Move submission evaluation code to API 2017-10-03 19:28:44 +02:00
submission_form.php MDL-60820 workshop: Allow teacher to specify submission types 2018-08-31 14:48:29 +02:00
switchphase.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
toolbox.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
upgrade.txt MDL-60820 workshop: Allow teacher to specify submission types 2018-08-31 14:48:29 +02:00
version.php MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
view.php MDL-59238 mod_workshop: Move event and completion to Workshop class 2017-07-24 18:03:36 +02:00