moodle/mod/assign
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
..
amd MDL-60430 assignment: Assignment save and show next for 1 user 2017-10-25 14:18:16 +08:00
backup/moodle2 MDL-63798 mod_assign: fix restore when group is missing 2018-11-21 08:02:47 +00:00
classes MDL-63924 privacy: Add shared user providers to subsytsems 2018-11-08 21:27:22 +08:00
db MDL-61870 mod_assign: Fix/clean up imported group override duedates 2018-08-02 13:03:05 +08:00
feedback Merge branch 'MDL-63531-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE 2018-10-30 10:50:46 +08:00
lang/en MDL-63976 lang: Merge English strings from the en_fix language pack 2018-11-19 19:21:59 +01:00
pix
submission MDL-63826 tests: Don't rely on random array keys for testing 2018-11-01 00:35:21 +01:00
templates MDL-56945 assign: Add 'View all submissions' link to PDF feedback/grader 2017-12-29 09:47:40 +08:00
tests Merge branch 'MDL-63832-35' of git://github.com/jleyva/moodle into MOODLE_35_STABLE 2018-11-15 23:11:55 +08:00
yui
adminlib.php
adminmanageplugins.php
assignmentplugin.php
batchsetallocatedmarkerform.php
batchsetmarkingworkflowstateform.php
extensionform.php
externallib.php MDL-63832 assign: Check current user can view submission 2018-11-14 16:54:17 +01:00
feedbackplugin.php
gradeform.php
gradingbatchoperationsform.php
gradingoptionsform.php
gradingtable.php MDL-53024 assign: Remove incorrect logic in query 2018-08-27 15:41:12 +08:00
index.php
lib.php MDL-46783 permissions: let some moodle/ caps be overriden in all mods 2018-12-04 18:01:29 +00:00
locallib.php Merge branch 'MDL-60685-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE 2018-10-03 00:24:08 +02:00
mod_form.php MDL-38301 mod_assign: Fix date validation logic & message consistency 2018-08-27 15:33:21 +08:00
module.js
override_form.php MDL-59042 assign: Group override edit no longer resets event priority 2017-06-09 15:23:46 +08:00
overridedelete.php
overrideedit.php
overrides.php
quickgradingform.php
renderable.php MDL-58983 assign: Hide grade button if no cap 2017-11-28 15:47:30 +08:00
renderer.php MDL-63800 mod_assign: don't show grade if not set. 2018-11-06 10:04:54 +13:00
settings.php
styles.css Merge branch 'MDL-53004-master' of https://github.com/lucaboesch/moodle 2017-11-28 13:18:03 +08:00
submission_form.php
submissionconfirmform.php
submissionplugin.php
upgrade.txt MDL-58768 mod_assign: Fixed incorrect version number in upgrade.php 2018-07-31 16:23:56 +10:00
upgradelib.php MDL-61870 mod_assign: Fix/clean up imported group override duedates 2018-08-02 13:03:05 +08:00
version.php MDL-61870 mod_assign: Fix/clean up imported group override duedates 2018-08-02 13:03:05 +08:00
view.php