moodle/lib/classes/plugininfo
David Mudrák c44bbe35bf MDL-49329 admin: Improve loading of available updates info
The actual loading of available updates info objects is moved back to
the plugin manager class. As we can now mockup the manager in unit
tests, this allows us to bypass the real \core\update\checker and have
unit tests for \core\plugininfo\base::available_updates().
2015-10-08 23:32:02 +02:00
..
auth.php
availability.php MDL-45501 availability: Add uninstall support for conditional plugins 2014-05-15 14:04:52 +08:00
base.php MDL-49329 admin: Improve loading of available updates info 2015-10-08 23:32:02 +02:00
block.php
cachelock.php
cachestore.php
calendartype.php MDL-43008 calendar: Allow calendar plugins to display setting pages. 2013-11-26 15:44:57 +08:00
coursereport.php
editor.php MDL-43842: Import atto back into core 2014-03-26 09:59:34 +08:00
enrol.php
filter.php MDL-37813 remove missing filters when configuring string filters and fix filter uninstall 2013-10-18 15:57:27 +02:00
format.php MDL-49329 admin: Keep reference to plugin manager in plugininfo objects 2015-10-08 23:32:02 +02:00
general.php
gradeexport.php
gradeimport.php
gradereport.php
gradingform.php
local.php
message.php
mnetservice.php
mod.php
orphaned.php MDL-49329 admin: Keep reference to plugin manager in plugininfo objects 2015-10-08 23:32:02 +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-45621 Portfolio: Allow portfolios to be uninstalled 2015-03-02 20:20:10 -05:00
profilefield.php
qbehaviour.php MDL-45312 qtype_missingtype or qbehaviour_missing cannot be uninstalled. 2014-04-28 21:45:46 +01:00
qformat.php
qtype.php MDL-45312 qtype_missingtype or qbehaviour_missing cannot be uninstalled. 2014-04-28 21:45:46 +01:00
report.php
repository.php MDL-45619 repository: Don't allow repository_recent to be uninstalled 2015-03-25 09:39:12 +08:00
theme.php MDL-46472 theme: Removing standard as an uninstallable theme 2014-12-12 13:32:55 +08:00
tool.php MDL-47206 core: Allow tool plugins to run tasks 2014-09-12 11:47:56 +08:00
webservice.php