moodle/admin/roles
skodak 128f098418 MDL-11640
* improved handling of dirty contexts in general - caching, switching in cron, marking, loading, etc.
* role_assing() and role_unassign() now marks dirty contexts because we use has_capability() in this function - we can not do it later outside to speedup bulk operations
* fixed some inline docs
* fixed notice from rs closing
* removed cached $CONTEXT from has_capability() - $context is now required parameter; this was hiding serious bugs when context did not exist or ppl passed false as parameter
* removed some ===, we can not use these on function parameters - we must support ints, strings, '', nulls, etc. - this could be a source of really dangerous bugs in future
* some other improvements and fixes - documented inline
2007-10-09 12:49:54 +00:00
..
allowassign.php admin/roles: sitewide role changes mark site context as dirty 2007-09-19 07:10:37 +00:00
allowoverride.php admin/roles: sitewide role changes mark site context as dirty 2007-09-19 07:10:37 +00:00
assign.html merged fix for MDL-11111 number of search results is not always correct in the role assignment view 2007-09-07 03:16:25 +00:00
assign.php MDL-11640 2007-10-09 12:49:54 +00:00
manage.html some changes for better capabilities list display 2007-08-16 08:48:53 +00:00
manage.php admin/roles: sitewide role changes mark site context as dirty 2007-09-19 07:10:37 +00:00
managetabs.php Fixed small glitch in admin->users->permissions->define roles page, where the manage tab didn't show as selected when that page was shown. 2007-08-17 04:43:45 +00:00
override.html some changes for better capabilities list display 2007-08-16 08:48:53 +00:00
override.php admin/roles: context-specific role changes mark the context as dirty 2007-09-19 07:10:52 +00:00
tabs.php The "alias" role names were not being used in the role assign screens. Now they are. MDL-11323 2007-09-18 08:35:12 +00:00