moodle/calendar
Shamim Rezaie 95ae74a7bc MDL-58768 calendar: Add $requestinguser to the container class
The requesting user is not always the same as the current user. The container class now allows a different user
to be set as the requesting user. All capability checks are done against the requesting user.

Also, the $requestinguser is passed to core_calendar_provide_event_action and core_calendar_is_event_visible
callback functions. These callback functions need to be updated in all activity modules to accept a $user parameter.
2018-07-28 07:51:32 +10:00
..
amd MDL-60826 calendar: lazy load groups on event form 2018-07-24 07:58:34 +08:00
classes MDL-58768 calendar: Add $requestinguser to the container class 2018-07-28 07:51:32 +10:00
templates MDL-37624 calendar: Added location support 2018-06-29 10:46:54 +08:00
tests MDL-58768 Calendar: Update get_raw_events_legacy_implementation 2018-07-28 07:51:32 +10:00
type/gregorian MDL-62361 versions: bump all versions and requires near release 2018-05-09 02:46:30 +02:00
delete.php MDL-59671 core_calendar: replace current delete permission checks 2017-08-09 14:51:22 +08:00
event.php MDL-59890 calendar: Display category events on calendars 2017-10-03 23:22:18 +08:00
event_form.php Merge branch 'MDL-58997-group-names-multilang' of https://github.com/lucaboesch/moodle 2017-05-30 16:53:06 +01:00
export.php MDL-59890 calendar: Display category events on calendars 2017-10-03 23:22:18 +08:00
export_execute.php MDL-37624 calendar: Added location support 2018-06-29 10:46:54 +08:00
externallib.php MDL-60826 calendar: lazy load groups on event form 2018-07-24 07:58:34 +08:00
index.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
lib.php MDL-58768 calendar: Add $requestinguser to the container class 2018-07-28 07:51:32 +10:00
managesubscriptions.php MDL-60826 calendar: update manage subscription page to use new function 2018-07-24 07:58:34 +08:00
renderer.php MDL-60967 calendar: preload contexts in course_filter_selector 2018-01-09 03:04:41 +00:00
upgrade.txt MDL-58768 calendar: Add $requestinguser to the container class 2018-07-28 07:51:32 +10:00
view.php MDL-61665 calendar: Added missing complete layout call for calendar page 2018-03-20 09:29:11 +00:00