moodle/admin
David Mudrák 3bca7dbfa6 MDL-49329 admin: Get rid of mdeploy and \core\update\deployer class
The mdeploy.php standalone script (used to download and unzip plugins
into the dirroot) and the \core\update\deployer class (as a
communication bridge between the core and the mdeploy.php) was
originally designed and implemented with the assumption that it would be
eventually used for updating the Moodle core itself, too. Therefore it
was written as standalone utility without dependency on the Moodle core
libraries.

However, it never happened and there is no real demand for that. So now
there is no need to have and maintain a completely parallel solution for
common things like fetching and unzipping plugin ZIPs.

Additional reasoning for mdeploy.php was that the core is not very
reliable during the core upgrade and we could run into various troubles.
This does not seem to be that bad. We rely on a lot of core
functionality (such as output rendering, DB access etc) and plugins
deployment seems to work well (and better) with common core libraries.

So long mdeploy, and thanks for all the hard work you did for us.
2015-10-08 23:32:04 +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-49329 admin: Get rid of mdeploy and \core\update\deployer class 2015-10-08 23:32:04 +02: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: Improve the UI for installing dependencies 2015-10-08 23:32:03 +02:00
lib.php MDL-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
licenses.php
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
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: Get rid of mdeploy and \core\update\deployer class 2015-10-08 23:32:04 +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