moodle/admin
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
..
amd MDL-80548 admin: Add bulk user actions also to user list 2024-03-04 12:14:45 +00:00
classes Merge branch 'MDL-65292' of https://github.com/stronk7/moodle 2024-03-08 08:00:41 +08:00
cli Merge branch 'MDL-79564_master_v2' of https://github.com/TomoTsuyuki/moodle 2023-11-16 09:33:14 +08:00
course MDL-76997 admin: Option to reset course indentation 2023-03-16 17:22:02 +01:00
mnet MDL-77193 mnet: correct sorting of access control table. 2023-06-07 09:53:01 +08:00
presets MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
registration MDL-76412 general: Fixed PHP 8.2 utf8_encode deprecations 2023-02-15 10:27:38 +01:00
roles Merge branch 'MDL-65292' of https://github.com/stronk7/moodle 2024-03-08 08:00:41 +08:00
settings Merge branch 'MDL-79044-main' of https://github.com/geichelberger/moodle 2024-03-08 11:15:16 +08:00
templates Merge branch 'MDL-75670-main' of https://github.com/roland04/moodle 2024-03-04 16:05:18 +01:00
tests Merge branch 'MDL-80548' of https://github.com/marinaglancy/moodle 2024-03-05 10:53:12 +08:00
tool MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
user MDL-80548 admin: Add bulk user actions also to user list 2024-03-04 12:14:45 +00:00
webservice MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
antiviruses.php MDL-72720 antivirus: Implement enable_plugin() method 2021-10-14 16:54:12 +02:00
auth.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
blocks.php MDL-76867 core_admin: Migrate blocks admin ui to plugin management 2023-03-14 08:44:15 +08:00
category.php MDL-78806 admin: Display the most unique information in the title first 2023-09-09 08:58:55 +08:00
communication.php MDL-77576 core: Register new communication sub-system 2023-05-05 14:41:28 +10:00
contentbank.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
courseformats.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
cron.php MDL-77186 core: Move all uses of cronlib to new class 2023-03-13 21:21:13 +08:00
customfields.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
dataformats.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
editors.php MDL-76867 core_admin: Migrate editors admin ui to plugin management 2023-03-14 08:44:15 +08:00
enrol.php MDL-72720 enrol: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
environment.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
environment.xml MDL-76441 env: Moodle 4.2.x and 4.3.x do not support PHP 8.3 2024-02-15 18:44:42 +01:00
filters.php MDL-74390 filter admin: modernise coding style in admin/filters.php 2022-03-31 15:48:54 +01:00
hooks.php MDL-74954 core: Add hook discovery feature 2023-05-20 11:03:46 +02:00
index.php MDL-78806 admin: Consistent page title during upgrade and install 2023-09-09 08:58:55 +08:00
lib.php MDL-78644 files: more fault tolerant resizing of logos/icons. 2023-07-05 00:54:03 +01:00
localplugins.php MDL-77708 docs: Update references from docs.moodle.org/dev 2023-09-26 10:30:19 +02:00
lock.php
mailout-debugger.php MDL-75100 core: replace function strftime deprecated in PHP 8.1 2022-11-21 11:41:12 +01:00
media.php MDL-76867 core_admin: Migrate media plugin management to dynamic table 2023-03-14 08:44:15 +08:00
message.php MDL-67853 message: Remove on/offline settings on message preferences 2022-01-27 15:22:15 +01:00
modules.php MDL-76867 core_admin: Migrate module management table to dynamic table 2023-03-14 08:44:15 +08:00
moodlenet_oauth2_callback.php MDL-75316 core_moodlenet: Share to MoodleNet modal and activity menu 2023-04-18 17:05:07 +08:00
oauth2callback.php MDL-77382 core: fix error handling in oauth2 callback for auth'd users 2023-03-13 10:47:23 +08:00
phpinfo.php
plagiarism.php MDL-77708 docs: Update references from docs.moodle.org/dev 2023-09-26 10:30:19 +02:00
plugins.php MDL-73848 administration: Fix the breadcrumbs and nav highlights 2022-03-25 17:44:47 +08:00
portfolio.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
process_email.php
purgecaches.php MDL-72908 admin: correctly distinguish purging all/selected caches. 2021-11-15 12:20:11 +00:00
qbankplugins.php MDL-78823 core: Add new events when enabling and disabling qbank plugins 2023-08-02 08:34:32 +01:00
qbehaviours.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
qtypes.php MDL-77391 question admin: further improve query peformance in qtypes.php 2023-02-28 10:17:11 -05:00
renderer.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
reports.php
repository.php MDL-74466 repository: avoid passing around sesskey when not required. 2023-12-04 09:22:27 +00:00
repositoryinstance.php MDL-74466 repository: avoid passing around sesskey when not required. 2023-12-04 09:22:27 +00:00
resetemoticons.php
search.php Merge branch 'MDL-74026' of https://github.com/paulholden/moodle 2022-04-04 10:47:10 +06:00
searchareas.php MDL-75337 core: Single button - core changes 2023-01-24 06:01:35 +01:00
searchreindex.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
settings.php MDL-78806 admin: Display the most unique information in the title first 2023-09-09 08:58:55 +08:00
tasklogs.php MDL-70975 task: adhoctasks.php - queued ad hoc tasks report 2023-04-05 11:29:46 +10:00
testoutgoingmailconf.php MDL-49827 core: Expose the noemailever config in the admin UI 2023-08-15 14:47:20 +10:00
themeselector.php MDL-78427 core_theme: Add theme usage report and icon 2024-02-02 11:16:46 +11:00
thirdpartylibs.php
timezone.php
updatesetting.php MDL-72720 fileconverter+paygw: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
upgrade.txt MDL-78967 core_grades: Removed advanced grade item and category options 2024-02-21 13:45:21 +08:00
upgradesettings.php
user.php MDL-80548 admin: Add bulk user actions also to user list 2024-03-04 12:14:45 +00:00