moodle/mnet
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
..
classes/privacy Merge branch 'MDL-62264-master' of git://github.com/cescobedo/moodle 2018-05-03 14:03:29 +08:00
service/enrol MDL-76053 admin: Remove various warnings related to MNet 2022-11-08 16:49:18 +01:00
tests/event MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
xmlrpc MDL-76055 mnet: Switch the mnet server to use the library 2022-11-02 15:56:38 +01:00
environment.php MDL-76053 admin: Remove various warnings related to MNet 2022-11-08 16:49:18 +01:00
lib.php MDL-76053 admin: Remove various warnings related to MNet 2022-11-08 16:49:18 +01:00
peer.php MDL-73514 mnet: fix promiscuous mode and php80 support 2022-01-28 20:10:39 +01:00
publickey.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
remote_client.php