moodle/calendar
Sara Arjona 6f3450ef1e MDL-72478 calendar: Fix PHPUnit failure with offset
Before PHP 8.0.10, the time is lost when datetime->modify() is used
with weekdays. However, with PHP 8.0.10, the time is kept.
In consequence, the test_yearly_every_20th_monday_forever method
started failing.
For fixing it, the offset has been removed and the time has been set
to 00:00, so the behaviour will be the same regardless the PHP
version.
2021-09-03 09:35:11 +02:00
..
amd MDL-69135 core_calendar: PendingJS for event filtering 2020-06-26 07:58:36 +08:00
classes MDL-71182 calendar: add logic for category events in get_context 2021-03-24 17:35:09 +08:00
templates MDL-70625 core_calendar: Fix whitespace appearance in the id attribute 2021-01-14 01:59:18 +11:00
tests MDL-72478 calendar: Fix PHPUnit failure with offset 2021-09-03 09:35:11 +02:00
type/gregorian MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +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-69910 calendar: Fix export exception when both params are sent 2020-10-11 09:20:21 +11:00
externallib.php MDL-68098 ws: Fix WebServices broken by filters HTML 2020-09-23 16:23:19 +02:00
index.php
lib.php MDL-71978 core_calendar: only allow owner to edit user subscriptions 2021-07-08 23:34:54 +02:00
managesubscriptions.php MDL-66455 calendar: show site level subscriptions 2019-10-31 18:44:14 +08:00
renderer.php MDL-58866 core_calendar: allow component events 2020-05-19 19:04:13 +02:00
upgrade.txt MDL-58866 core_calendar: deprecation warning in upgrade.txt 2020-05-20 10:38:12 +02:00
view.php MDL-66875 calendar: allow the use of day, mon and year again. 2020-01-25 00:56:39 +01:00