moodle/admin
David Mudrák 30d8bc5f66 MDL-49329 admin: Do not always load info about available updates
Before this patch, whenever core_plugin_manager::get_plugins() was
called, it always attached info about available updates. But this is
needed only in quite rare cases, such as when the admin is looking at
the Plugins overview and Plugins check screens. There is no need to load
this on other places and for non-admin users.

The patch removes the loading from the method
core_plugin_manager::get_plugins_of_type() and implements lazy loading
directly in the plugininfo classes so that it is loaded only when
\core\plugininfo\base::available_updates() is actually called.
2015-10-08 23:32:02 +02:00
..
cli MDL-51261 admin: Add option to define upgradekey via cli installer 2015-09-24 21:02:33 +02:00
mnet MDL-18183 mnet: Option to verify peer and host of MNet peer using HTTPS 2014-11-21 11:33:16 +08:00
registration MDL-49956 admin: removed unused get_string() params 2015-04-24 08:33:38 +08:00
roles MDL-51357 roles: fix table layout after MDL-38763 2015-09-09 13:07:11 +08:00
settings Merge branch 'MDL-51478-master' of git://github.com/jleyva/moodle 2015-10-05 13:38:43 +08:00
tests/behat MDL-49799 behat: replaced asd.com with example.com 2015-04-20 11:21:20 +08:00
tool MDL-51632 tool_generator: Print URL of the generated course 2015-10-01 11:03:12 -07:00
user MDL-49309 user: sort cohorts by name in bulk user actions 2015-03-13 12:29:39 +02:00
webservice MDL-49379 core_webservice: fixed ability to edit services 2015-03-04 01:36:45 -08:00
auth.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
auth_config.php MDL-42231 auth: custom profile fields to support numbers at the end. 2014-08-19 02:41:41 +02:00
blocks.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
category.php MDL-48823 admin: Just one admin tree reload after settings changes 2015-01-21 10:41:23 +08:00
courseformats.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
cron.php MDL-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
editors.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
enrol.php MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere 2013-11-06 16:40:01 +00:00
environment.php MDL-46811 update download.moodle.org url to https 2014-09-09 16:17:32 +01:00
environment.xml Merge branch 'MDL-50416-master' of git://github.com/lameze/moodle 2015-08-04 20:04:27 +02:00
filters.php MDL-42512 finally fix the indentation of filter management page 2013-11-04 08:28:51 +01:00
index.php MDL-49329 admin: Do not always load info about available updates 2015-10-08 23:32:02 +02:00
lib.php MDL-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
licenses.php Merge branch 'MDL-34455-master-integration' of git://github.com/FMCorz/moodle 2012-07-24 16:01:00 +08:00
localplugins.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
mailout-debugger.php
message.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
modules.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
oauth2callback.php MDL-33507 - oauth2lib: switch 'code' to oauth2code 2012-06-04 11:25:19 +08:00
phpinfo.php MDL-50415 Admin: added the PHP Variables section in the PHPinfo page. 2015-05-30 07:04:46 +02:00
plagiarism.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
plugins.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
portfolio.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
process_email.php
purgecaches.php MDL-27655 improve purge all caches. 2013-08-08 09:59:55 +01:00
qbehaviours.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
qtypes.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
renderer.php MDL-49329 admin: Do not always load info about available updates 2015-10-08 23:32:02 +02:00
reports.php MDL-44596 logging: Improve management interfaces for reports and stores 2014-03-26 09:12:42 +08:00
repository.php MDL-45619 repository: corrections to uninstall, display link 2015-03-04 18:42:16 -05:00
repositoryinstance.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
resetemoticons.php
search.php MDL-45772 admin: Stop browsers from autofilling passwords incorrectly 2015-08-04 09:54:34 +08:00
settings.php MDL-45772 admin: Stop browsers from autofilling passwords incorrectly 2015-08-04 09:54:34 +08:00
thirdpartylibs.php MDL-42148 new overview of 3rd party libraries 2013-10-16 14:48:29 +08:00
timezone.php MDL-49684 timezones: rewrite timezone support 2015-04-06 13:53:51 +12:00
tools.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
upgradesettings.php MDL-45772 admin: Stop browsers from autofilling passwords incorrectly 2015-08-04 09:54:34 +08:00
user.php MDL-49973 changed continue to delete on delete confirmations 2015-09-14 17:40:34 +08:00