moodle/mod/forum
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
..
backup MDL-60669 forum: Added duplicate check for restoring forum subscriptions 2017-11-27 10:51:34 +01:00
classes Merge branch 'MDL-62560-35' into MOODLE_35_STABLE 2018-10-22 12:58:00 +02:00
db MDL-62478 upgrade: add 3.5.0 separation line to all upgrade scripts 2018-05-28 13:16:21 +02: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-56919 mod_forum: Assign check icon for selected subscription mode 2016-11-29 12:03:34 +08:00
templates MDL-46929 mod_forum: Implement tagging 2017-04-11 08:30:09 +01:00
tests Merge branch 'MDL-62560-35' into MOODLE_35_STABLE 2018-10-22 12:58:00 +02:00
yui MDL-46215 mod_forum: Only add text on discussion view 2014-10-28 14:27:05 +08:00
deprecatedlib.php MDL-55173 mod_forum: Perform final deprecations 2016-07-18 08:42:33 +08:00
discuss.php MDL-61309 mod_forum: Implement privacy deletion 2018-05-09 14:04:13 +08:00
externallib.php MDL-61309 mod_forum: Implement privacy deletion 2018-05-09 14:04:13 +08:00
index.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
lib.php MDL-46783 permissions: let some moodle/ caps be overriden in all mods 2018-12-04 18:01:29 +00:00
locallib.php MDL-62232 mod_forum: Limit portfolio to files belonging to the post 2018-05-10 09:15:57 +08:00
maildigest.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
markposts.php MDL-53755 forum: Check session when marking posts 2016-05-06 09:27:26 +08:00
mod_form.php MDL-59460 mod_forum: Ensure CFG->forum_subscription is set 2017-07-18 12:21:42 +02:00
post.php MDL-62771 mod_forum: Move print_disclosure 2018-07-06 09:25:35 +01:00
renderer.php MDL-55594 mod_forum: Convert 'big' search form to templates 2016-09-23 10:53:56 +01:00
rsslib.php MDL-62543 forum: Switched the usage of the deleted flag for rss 2018-05-28 08:56:44 +08:00
search.php MDL-46929 mod_forum: Implement tagging 2017-04-11 08:30:09 +01:00
settings.php MDL-59460 mod_forum: Ensure CFG->forum_subscription is set 2017-07-18 12:21:42 +02:00
settracking.php MDL-51253 forum: fix urls for exceptions and redirects 2015-09-14 14:18:50 +10:00
styles.css MDL-62586 Themes: use Boostrap media compontent for author display 2018-05-30 12:41:36 +02:00
subscribe.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
subscribe_ajax.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
subscribers.php MDL-51998 Forum: Move subscription update button into page (from navbar) 2017-03-30 12:06:39 +03:00
unsubscribeall.php MDL-47918 forum: Coding style fix 2014-10-30 16:46:46 +00:00
upgrade.txt MDL-57407 mod_forum: Return ratings in external functions 2017-09-08 13:49:09 +02:00
user.php MDL-59172 user: user_can_view_profile() now checks viewalldetails cap 2017-08-07 09:27:04 +08:00
version.php MDL-61309 mod_forum: Implement privacy deletion 2018-05-09 14:04:13 +08:00
view.php MDL-57246 forum: Fixed mod/forum/view.php redirection. 2017-04-04 16:16:54 +10:00