moodle/admin/roles
Rajesh Taneja 660b0f0eed MDL-50484 core_lib: No need to cache action_icons
action_icons should not be cached as they
have a unique id and if cache is used then
all icons will have same id.
Other solution is to replace id with some static
but it's not worth a cache for a page, so
removing cache
2016-02-19 14:00:04 +08:00
..
classes MDL-50484 core_lib: No need to cache action_icons 2016-02-19 14:00:04 +08:00
tests MDL-17081 store also CAP_INHERIT in role export files 2013-06-25 00:24:55 +02:00
admins.php MDL-40337 use full frankenstyle in get_string() calls 2013-06-27 22:17:46 +02:00
ajax.php MDL-38763 core_role: AMD module for managing permissions 2015-09-01 07:31:58 +02:00
allow.php MDL-40044 Roles: Added role_allow_*_updated events to replace add_to_log on role allow page 2013-08-09 17:59:54 +08:00
assign.php MDL-49412 Navigation: Remaining behat fixed for nav branch 2015-04-10 17:19:28 +08:00
check.php MDL-48935 navigation: Update the user nav breadcrumbs. 2015-04-10 17:17:07 +08:00
define.php MDL-42560 Events: Removed use of role->name 2013-10-28 11:06:47 +08:00
lib.php MDL-40337 fix some more deprecated calls in role code 2013-06-27 22:41:14 +02:00
manage.php MDL-45623: Fix assigned users count on role delete confirmation page 2014-05-20 10:01:00 +12:00
managetabs.php MDL-40337 cleanup role manage UI 2013-06-27 22:17:45 +02:00
module.js MDL-28286 JavaScript: Convert all uses of M.str to M.util.get_string 2014-12-01 08:32:04 +13:00
override.php MDL-45833 event: Removing courseid as the context is higher than course context 2014-06-27 11:25:14 +08:00
permissions.php MDL-38763 core_role: AMD module for managing permissions 2015-09-01 07:31:58 +02:00
role_schema.xml MDL-17081 fix invalid role XML schema 2013-06-25 10:18:22 +02:00
usersroles.php MDL-48532 core_roles: Set correct heading on user roles page 2014-12-09 14:28:29 +13:00