moodle/admin/settings
Eloy Lafuente (stronk7) 621d75dbce MDL-76053 admin: Remove various warnings related to MNet
This partially reverts MDL-73270, where some useful environmental
checks and notifications in the admin UI were added to inform
about different parts of Moodle relying on the "unsupported"
php-xmlrpc extension.

Since then, some changes have happened in core, only available
for Moodle 4.1 and up (see the MDL-70889 mini-epic). Namely:

  - MNet (SSO, roaming, auth, enrol and Mahara portfolio) are not
    using the php-xmlrpc extension anymore, but a pure php library.
  - The xmlrpc webservices protocol, has been move from core to
    the plugins directory, although it continues using the php-xmlrpc
    extension.

Because of that here we are removing all the checks and notifications
related with MNet (not using the extension anymore), but keeping the
webservice plugin ones (still using the extension). Surely if some day the
protocol stops using the extension, we'll be able to remove the
corresponding checks too. But that's future.

Note the associated lang strings have been also removed (not deprecated)
because they were highly specific and hardly reusable:
  - xmlrpcmaharaenabled
  - xmlrpcmnetauthenticationenabled
  - xmlrpcmnetenabled

And very same applies, because MNet doesn't contain anything deprecated
or not supported anymore, hence, straight deletion, to the function:
  - mnet_get_deprecation_notice()

Also, related tests using any of the removed stuff above have been deleted.

In the other side, the "check_xmlrpc_usage" continues existing and
being used both by environment checks and admin notifications but,
as commented above, now it only looks for the xmlrpc webservice
protocol now.
2022-11-08 16:49:18 +01:00
..
analytics.php MDL-68052 analytics: Clean up analytics_indicator_calc records. 2020-11-17 20:27:00 +13:00
appearance.php MDL-75218 theme: Add a Favicon setting 2022-08-29 09:35:54 -03:00
badges.php MDL-70911 core_badges: Remove $CFG->badges_site_backpack 2021-03-10 09:09:05 +01:00
competency.php MDL-72119 admin: Move Enable competencies to Advanced features 2021-09-13 08:29:22 +02:00
courses.php MDL-41498 course: courses participant page 2022-03-30 10:03:16 +02:00
development.php MDL-71693 admin: set default for debugdisplay to off. 2021-05-20 21:37:37 +01:00
frontpage.php MDL-65782 roles: allow several roles with user/frontpage archetype 2019-06-04 11:49:23 +02:00
grades.php MDL-72873 core_grades: Remove $CFG->grade_navmethod 2021-12-16 00:10:13 +08:00
h5p.php MDL-68571 core_h5p: Return default handler if no it has been defined 2020-05-11 16:46:27 +02:00
language.php MDL-70230 admin: add setting sched. task status 2021-06-04 08:12:16 +02:00
license.php MDL-45184 tool_licenses: Add custom licenses 2020-05-26 12:08:05 +10:00
location.php MDL-69772 admin: Better validation for the allcountrycodes setting 2020-10-01 13:39:46 +02:00
messaging.php MDL-72119 admin: Fix warning on installation of new site. 2021-09-14 16:28:13 +02:00
mnet.php MDL-76053 admin: Remove various warnings related to MNet 2022-11-08 16:49:18 +01:00
moodleservices.php MDL-63153 admin: Adding Moodle services page to Site Administration 2018-10-22 11:08:27 +02:00
payment.php MDL-69166 core_payment: rename some functions 2020-10-27 15:34:55 +11:00
plugins.php MDL-74344 comment: consistent capability check for accessing report. 2022-05-13 10:31:16 +01:00
reportbuilder.php MDL-74721 reportbuilder: Disabling live editing in custom reports 2022-07-10 16:52:25 -05:00
security.php MDL-74489 admin: consider salt configuration as sensitive to site. 2022-04-12 16:19:40 +01:00
server.php MDL-74643 core_user: New admin setting for site support availability 2022-10-31 18:58:06 +08:00
subsystems.php MDL-73598 reportbuilder: feature switch for custom reports. 2022-01-19 23:20:52 +00:00
top.php MDL-69166 core_payment: add payment accounts 2020-10-27 14:40:49 +11:00
userfeedback.php MDL-69004 core: Encourage admins to enable user feedback 2020-06-11 11:24:30 +10:00
users.php MDL-74713 admin: format custom profile fields in identify config. 2022-06-14 17:19:39 +01:00