moodle/enrol/paypal
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
..
db Second pass. Some more default comments are out. MDL-11385 2007-09-24 22:10:13 +00:00
config.html Fixed many xhtml errors 2007-04-20 07:54:42 +00:00
enrol.html MDL-7434 all images that convey information should have alt text to convey that information - part 2 2006-11-25 18:09:33 +00:00
enrol.php MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site. 2007-08-17 19:09:11 +00:00
ipn.php MDL-11640 2007-10-09 12:49:54 +00:00
return.php This new function called load_all_capabilities() should be used whenever 2006-10-23 15:17:31 +00:00
version.php Fixes to user new Roles 2006-09-22 16:19:24 +00:00