moodle/calendar
Sara Arjona 7b3ef08994 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:06 +02:00
..
amd MDL-71500 calendar_threemonth: clicking in a diff day should refresh day view 2021-07-16 15:08:27 +08:00
classes MDL-71789 calendar: fix subscription url validation 2021-06-30 16:29:58 +02:00
templates MDL-70625 core_calendar: Fix whitespace appearance in the id attribute 2021-01-14 01:58:52 +11:00
tests MDL-72478 calendar: Fix PHPUnit failure with offset 2021-09-03 09:35:06 +02:00
type/gregorian MDL-71583 versions: bump all versions and requires near release 2021-05-11 18:50:34 +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-72403 calendar: prereserve courseid after form submit 2021-08-24 18:05:00 +10:00
export_execute.php MDL-69910 calendar: Fix export exception when both params are sent 2020-10-10 19:28:45 +11:00
externallib.php MDL-68098 ws: Fix WebServices broken by filters HTML 2020-09-23 12:08:40 +02:00
index.php
lib.php MDL-71978 core_calendar: only allow owner to edit user subscriptions 2021-07-08 23:32:19 +02:00
managesubscriptions.php MDL-72106 calendar: redirect to same page post-subscription process. 2021-08-10 09:40:54 +01:00
renderer.php MDL-67208 calendar: fix manage subscription redirection 2021-06-24 17:00:04 +08:00
upgrade.txt MDL-69479 upgrade: Change all 4.0 occurrences to 3.10 2020-08-24 14:08:46 +08:00
view.php MDL-66875 calendar: allow the use of day, mon and year again. 2020-01-25 00:56:39 +01:00