moodle/blog
Eloy Lafuente (stronk7) 361dfe8145
MDL-75952 general: Since php81, refection->setAccessible() is no-op
Refereces:
- https://wiki.php.net/rfc/make-reflection-setaccessible-no-op
- https://www.php.net/manual/en/reflectionproperty.setaccessible.php
- https://www.php.net/manual/en/reflectionmethod.setaccessible.php

As of PHP 8.1.0, calling this method has no effect; all methods are
invokable by default. So, let's remove all uses from core, they are
no-op.
2024-03-10 21:15:00 +01:00
..
classes Merge branch 'MDL-65292' of https://github.com/stronk7/moodle 2024-03-08 08:00:41 +08:00
tests MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
edit.php MDL-65978 blog: New WS core_blog_add_entry 2024-02-29 16:18:21 +01:00
edit_form.php MDL-71394 core_blog: fix incorrect default setting in form 2021-04-21 16:22:22 +02:00
external_blog_edit.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
external_blog_edit_form.php MDL-77539 blog: null coalesce external blog form name/description. 2023-03-06 14:49:07 +00:00
external_blogs.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
index.php MDL-75038 blog: link back to user only when one specified. 2022-11-01 21:27:03 +00:00
lib.php MDL-65978 blog: Preparatory API changes 2024-02-29 16:18:21 +01:00
locallib.php MDL-65978 blog: Preparatory API changes 2024-02-29 16:18:21 +01:00
preferences.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
preferences_form.php MDL-46346 blog: coding style fixes 2014-07-14 10:45:33 +08:00
renderer.php MDL-50851 blogs: use new tag API 2016-01-10 15:25:47 +08:00
rsslib.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
upgrade.txt MDL-65978 blog: Preparatory API changes 2024-02-29 16:18:21 +01:00