moodle/mod/feedback
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-53638 mod_feedback: JS confirmation of deleting item 2016-04-27 16:04:44 +08:00
backup MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
classes MDL-63497 mod_feedback: Add support for removal of context users 2018-10-22 12:56:45 +02:00
db MDL-62478 upgrade: add 3.5.0 separation line to all upgrade scripts 2018-05-28 13:16:21 +02:00
item MDL-62947 mod_feedback: fix feedback so it correctly uses forms API 2018-09-05 12:13:28 +08: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
templates MDL-53638 mod_feedback: template for summary 2016-04-27 13:28:45 +08:00
tests MDL-63497 mod_feedback: Add support for removal of context users 2018-10-22 12:56:45 +02:00
yui/dragdrop MDL-40759 icons: Peer review fixes (all minor) 2017-03-17 15:52:46 +08:00
ajax.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
analysis.php MDL-55468 mod_feedback: revive export analysis to excel 2017-05-01 14:28:55 +01:00
analysis_course.php MDL-55468 mod_feedback: revive export analysis to excel 2017-05-01 14:28:55 +01:00
analysis_to_excel.php MDL-58781 mod_feedback: Inconsistency in analysis exported to excel 2018-09-14 12:37:17 +02:00
choose_group_form.php
complete.php MDL-58502 mod_feedback: courseid is not course where feedback is 2017-04-07 16:02:39 +08:00
complete_guest.php MDL-53227 mod_feedback: merge files complete_guest.php and complete.php 2016-03-18 07:54:59 +08:00
delete_template.php MDL-53638 mod_feedback: JS confirmation on delete entry and template 2016-04-27 16:04:43 +08:00
edit.php MDL-53638 mod_feedback: JS confirmation of deleting item 2016-04-27 16:04:44 +08:00
edit_form.php MDL-56790 boost: Styling fixes for mod_feedback 2016-11-09 11:29:58 +08:00
edit_item.php MDL-53638 mod_feedback: convert to moodleforms 2016-04-27 13:28:43 +08:00
export.php
feedback.js MDL-43470 mod_feedback: select courses for mapping 2016-04-06 10:13:33 +08:00
import.php MDL-53443 mod_feedback: templates code clean up and behat tests 2016-04-13 09:21:33 +08:00
import_form.php
index.php
lib.php MDL-46783 permissions: let some moodle/ caps be overriden in all mods 2018-12-04 18:01:29 +00:00
mapcourse.php MDL-43470 mod_feedback: remove mapping form autosave 2016-04-06 10:29:56 +08:00
mod_form.php MDL-58138 completion: Fixes for a number of small issues. 2017-04-19 11:41:57 +08:00
print.php MDL-53638 mod_feedback: convert to moodleforms 2016-04-27 13:28:43 +08:00
settings.php
show_entries.php MDL-61056 feedback: Fix the response navigation links 2017-12-18 21:56:44 +01:00
show_entries_anonym.php MDL-53449 mod_feedback: reponses page clean up and behat 2016-04-05 14:46:20 +01:00
show_nonrespondents.php MDL-62961 mod_feedback: style buttons appropriately 2018-07-23 15:49:06 +08:00
styles.css MDL-61056 feedback: Fix the response navigation links 2017-12-18 21:56:44 +01:00
tabs.php MDL-53638 mod_feedback: download responses 2016-04-27 16:04:40 +08:00
upgrade.txt MDL-59159 upgrade: remove unused functions/settings from upgradelib 2017-12-04 01:42:01 +01:00
use_templ.php MDL-53638 mod_feedback: convert to moodleforms 2016-04-27 13:28:43 +08:00
use_templ_form.php MDL-53443 mod_feedback: templates code clean up and behat tests 2016-04-13 09:21:33 +08:00
version.php MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
view.php MDL-60858 feedback: add button style for "Answer the questions" link. 2017-12-13 03:36:04 +00:00