moodle/mod/data
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-57455 mod_data: performance improvement for tags backup/restore 2017-10-12 16:59:16 +08: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
field MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
lang/en MDL-54742 general: Remove strings deprecated in 3.2 2018-07-23 14:25:14 +08:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
preset/imagegallery MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
tests MDL-63497 mod_data: Add support for removal of context users 2018-10-17 13:12:18 +08:00
css.php MDL-44154 mod_data: unified @package use 2014-02-18 11:22:41 +13:00
data.js MDL-45427 mod_data: Inserting tags into templates. 2016-05-25 15:24:41 +08:00
edit.php MDL-62944 mod_data: Action menu missing from database pages 2018-08-31 10:15:32 +01:00
export.php MDL-62944 mod_data: Action menu missing from database pages 2018-08-31 10:15:32 +01:00
export_form.php MDL-57455 mod_data: moved export tag checkbox and set default 2017-10-18 16:03:17 +08:00
field.php MDL-62944 mod_data: Action menu missing from database pages 2018-08-31 10:15:32 +01:00
import.php MDL-57455 mod_data: Import and export tags 2017-10-12 16:59:15 +08:00
import_form.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
index.php MDL-44321 events: cleaning up course_module_instance_list_viewed event 2014-02-28 16:36:09 +08:00
js.php MDL-52835 mod_data: Correct MIME type for JS template 2016-01-22 09:51:08 +11: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-62944 activities: Activities should not require capability 2018-08-31 10:15:37 +01:00
mod_form.php MDL-58138 completion: Fixes for a number of small issues. 2017-04-19 11:41:57 +08:00
module.js MDL-40871 - mod_data: Allow bulk deletion of entries in the database module. 2013-08-09 16:53:18 +08:00
preset.php MDL-62944 mod_data: Action menu missing from database pages 2018-08-31 10:15:32 +01:00
preset_form.php MDL-38892 data module: Fixed action setType to use PARAM_ALPHANUM 2013-04-24 13:49:09 +08:00
renderer.php MDL-56725 mod_data: coding style 2016-11-10 16:21:01 +08:00
rsslib.php MDL-55255 mod_data: prevent direct script access to lib files. 2016-07-25 09:39:57 +01:00
settings.php MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00:00
styles.css MDL-57455 mod_data: Implement tagging 2017-10-12 16:59:14 +08:00
tabs.php MDL-38309 Substitute usage of print_tabs() with renderable tabtree 2013-04-15 12:13:13 +10:00
templates.php MDL-62944 mod_data: Action menu missing from database pages 2018-08-31 10:15:32 +01:00
upgrade.txt MDL-57407 mod_data: Return ratings in mod_data_get_entry 2017-09-08 13:49:10 +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-57921 mod_data: Move approval code to new function 2017-03-30 02:11:46 +02:00