moodle/lib/classes/plugininfo
Eloy Lafuente (stronk7) df227f3819 MDL-76052 webservice_xmlrpc: Remove it completely from core
Normal removal procedure:
  - Remove the plugin completely from core.
  - Document it in the webservices upgrade.txt file.
  - Add a core upgrade step to proceed to remove any configuration
    if the plugin has not been re-installed manually.

Plus:
  - Remove a few remaining uses in the hub/sites registration scripts,
    that were moved from xmlrpc to hand.made rest calls by MDL-31436
    (Moodle 3.4.1 and up) and never removed then.
  - Remove the php-xmlrpc extension as a recommendation in composer.
  - Remove "xmlrpc" from various comments, trivial cleanup.

Note:
  - While working on this MDL-76078 has been created about to
    fix a serious design problem detected (it does not affect
    functionality). That's out from this issue scope.
2022-11-04 16:49:52 +01:00
..
antivirus.php MDL-72720 antivirus: Implement enable_plugin() method 2021-10-14 16:54:12 +02:00
auth.php MDL-72720 auth: Implement enable_plugin() method 2021-10-14 16:54:12 +02:00
availability.php MDL-72720 availability: Implement enable_plugin() method 2021-10-14 16:54:13 +02:00
base.php MDL-72112 plugininfo: Add new get_enabled_plugin method 2021-11-30 13:14:26 +01:00
block.php MDL-72720 block: Implement enable_plugin() method 2021-10-14 16:54:13 +02:00
cachelock.php
cachestore.php MDL-52589 cache: Allow unused stores to be uninstalled 2016-01-11 09:04:37 +00:00
calendartype.php MDL-52332 calendar: load settings using API 2015-11-30 11:36:50 +08:00
contenttype.php MDL-72720 contenttype: Implement enable_plugin() method 2021-10-14 16:54:13 +02:00
coursereport.php
customfield.php MDL-72720 customfield: Implement enable_plugin() method 2021-10-14 16:54:13 +02:00
dataformat.php MDL-73726 dataformat: obey sort order when returning enabled plugins. 2022-06-06 09:32:36 +01:00
editor.php MDL-72720 editor: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
enrol.php MDL-72720 enrol: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
fileconverter.php MDL-72720 fileconverter+paygw: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
filter.php MDL-72112 plugininfo: Add new get_enabled_plugin method 2021-11-30 13:14:26 +01:00
format.php MDL-72720 format: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
general.php
gradeexport.php
gradeimport.php
gradereport.php
gradingform.php MDL-45500 gradingform: allow plugin uninstall 2017-11-28 12:27:52 +08:00
h5plib.php MDL-67063 h5p: new h5plib plugintype for supporting multi coreAPI 2020-03-11 08:46:16 +01:00
local.php
media.php MDL-72720 media: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
message.php MDL-72720 message: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
mlbackend.php MDL-66004 mlbackend_python: Package installed on a separate server 2019-10-02 08:41:14 +08:00
mnetservice.php
mod.php MDL-72720 mod: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
orphaned.php MDL-49329 admin: Keep reference to plugin manager in plugininfo objects 2015-10-08 23:32:02 +02:00
paygw.php MDL-72720 fileconverter+paygw: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
plagiarism.php MDL-45210: Fix broken link when plagiarism plugins are disabled 2014-04-22 13:27:02 +12:00
portfolio.php MDL-72720 portfolio: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
profilefield.php
qbank.php MDL-71636 qbank_columnsortorder: Add a columnsortorder settings page 2022-03-02 09:08:50 +00:00
qbehaviour.php MDL-72720 qbehaviour: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
qformat.php
qtype.php MDL-72720 qtype: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
report.php
repository.php MDL-73910 repository: Override get_enabled_plugin() method 2022-02-21 09:24:51 +01:00
search.php MDL-31989 search: Search API and search engine API 2016-02-23 10:47:58 +00:00
theme.php MDL-64506 phpunit: Update unit tests to use classic 2019-04-03 19:34:20 +08:00
tool.php MDL-53777 tool_mobile: Move mobile settings to the admin tool 2016-10-03 10:02:32 +01:00
webservice.php MDL-76052 webservice_xmlrpc: Remove it completely from core 2022-11-04 16:49:52 +01:00