moodle/admin
Mihail Geshoski 4a55d6eb02 MDL-74584 admin: Add callback executed prior to enabling a module
Adds a callback xxx_pre_enable_plugin_actions in admin/modules.php
which plugins can use to force additional actions before enabling the
plugin. The return value (bool) from the plugin callback method
specifies whether the process of enabling the plugin should continue
after the added actions or not.
2022-05-06 13:36:53 +08:00
..
classes MDL-74421 core_admin: Task log classname filter should be clearer 2022-04-04 14:18:51 +01:00
cli MDL-72984 cli: add support email option to cli install 2021-12-20 13:24:38 +08:00
mnet MDL-73270 admin: Warn about xmlrpc webservice protocol enabled 2022-01-28 09:32:08 +07:00
presets Merge branch 'MDL-73953-master' of https://github.com/aanabit/moodle 2022-03-02 12:54:12 +01:00
registration MDL-73582 registration: Add endpoint to provide version to linkchecker 2022-02-16 20:40:23 +00:00
roles MDL-73848 administration: Add tests for breadcrumbs and nav highlights 2022-03-25 17:44:58 +08:00
settings MDL-74489 admin: consider salt configuration as sensitive to site. 2022-04-12 16:19:40 +01:00
templates MDL-74026 admin: consistently show search element on admin pages. 2022-04-01 18:41:16 +01:00
tests/behat MDL-74421 core_admin: Task log classname filter should be clearer 2022-04-04 14:18:51 +01:00
tool Merge branch 'MDL-74537-master-enfix' of https://github.com/vmdef/moodle 2022-04-27 15:56:00 +06:00
user MDL-73848 administration: Fix the breadcrumbs and nav highlights 2022-03-25 17:44:47 +08:00
webservice MDL-73848 administration: Fix the breadcrumbs and nav highlights 2022-03-25 17:44:47 +08:00
antiviruses.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
auth_config.php MDL-28452 core_user: migrate social profile fields 2021-04-21 11:22:25 +02:00
blocks.php MDL-73891 admin: Display a notification in manage blocks 2022-03-03 16:35:54 +01:00
category.php MDL-74026 admin: consistently show search element on admin pages. 2022-04-01 18:41:16 +01:00
contentbank.php MDL-72720 contenttype: Implement enable_plugin() method 2021-10-14 16:54:13 +02:00
courseformats.php MDL-72720 format: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
cron.php
customfields.php MDL-72720 customfield: Implement enable_plugin() method 2021-10-14 16:54:13 +02:00
dataformats.php MDL-72720 dataformat: Implement enable_plugin() method 2021-10-14 16:54:13 +02:00
editors.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
environment.php
environment.xml MDL-73270 admin: Warn about xmlrpc webservice protocol enabled 2022-01-28 09:32:08 +07:00
filters.php MDL-74390 filter admin: modernise coding style in admin/filters.php 2022-03-31 15:48:54 +01:00
index.php MDL-74493 admin: add check for mbstring extension to prevent errors 2022-04-14 10:13:06 +08:00
lib.php
localplugins.php
lock.php MDL-53566 core: Add UI for context locking 2018-11-13 21:17:40 +08:00
mailout-debugger.php
media.php MDL-72720 media: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
message.php MDL-67853 message: Remove on/offline settings on message preferences 2022-01-27 15:22:15 +01:00
modules.php MDL-74584 admin: Add callback executed prior to enabling a module 2022-05-06 13:36:53 +08:00
oauth2callback.php MDL-71254 oauth2: Redirect to the login page in case of error 2021-04-01 13:35:51 +11:00
phpinfo.php
plagiarism.php
plugins.php MDL-73848 administration: Fix the breadcrumbs and nav highlights 2022-03-25 17:44:47 +08:00
portfolio.php MDL-72720 portfolio: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
process_email.php
purgecaches.php MDL-72908 admin: correctly distinguish purging all/selected caches. 2021-11-15 12:20:11 +00:00
qbankplugins.php MDL-71636 qbank_columnsortorder: Add a columnsortorder settings page 2022-03-02 09:08:50 +00:00
qbehaviours.php MDL-72720 qbehaviour: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
qtypes.php MDL-71696 core_question: Fix Oracle GROUP BY error 2022-02-04 18:10:35 +02:00
renderer.php MDL-74235 core: Update core uses of activity icons to monologo 2022-04-07 12:56:14 +08:00
reports.php
repository.php MDL-72907 core_repository: Fix enable_plugin function 2021-11-16 09:20:56 +01:00
repositoryinstance.php MDL-29895 core: removed require_login() when not needed 2018-09-10 11:22:50 +02:00
resetemoticons.php
search.php Merge branch 'MDL-74026' of https://github.com/paulholden/moodle 2022-04-04 10:47:10 +06:00
searchareas.php Merge branch 'MDL-73848-master' of https://github.com/junpataleta/moodle 2022-03-25 17:58:18 +08:00
searchreindex.php MDL-73848 administration: Fix the breadcrumbs and nav highlights 2022-03-25 17:44:47 +08:00
settings.php MDL-74026 admin: consistently show search element on admin pages. 2022-04-01 18:41:16 +01:00
tasklogs.php MDL-71153 task: convert task logs table to a system report. 2021-08-02 15:46:17 +08:00
testoutgoingmailconf.php MDL-71515 admin: Improve Test outgoing mail config 2021-07-28 09:19:54 +10:00
thirdpartylibs.php
timezone.php MDL-58439 admin: Ignore guest logins for all admin pages 2019-06-11 13:44:58 +10:00
tools.php
updatesetting.php MDL-72720 fileconverter+paygw: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
upgrade.txt MDL-74584 admin: Add callback executed prior to enabling a module 2022-05-06 13:36:53 +08:00
upgradesettings.php
user.php MDL-73848 administration: Fix the breadcrumbs and nav highlights 2022-03-25 17:44:47 +08:00