Mdl 87023 main#1
Closed
crazyserver wants to merge 2 commits into
Closed
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the tool_mobile plugin to align feature identifiers and UI wording with the newer “site plugins” terminology and delegate naming used by the Moodle app, including an upgrade step to migrate existing disabledfeatures configuration.
Changes:
- Bump
tool_mobileplugin version to2026031000. - Rename the “Remote add-ons” feature group label to “Site plugins”, while keeping the old string key as deprecated.
- Add an upgrade step to migrate
tool_mobile/disabledfeaturesvalues to the new delegate/feature identifiers, and update the API feature list accordingly.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
public/admin/tool/mobile/version.php |
Increments plugin version to trigger the upgrade step. |
public/admin/tool/mobile/lang/en/tool_mobile.php |
Introduces siteplugins string and keeps remoteaddons as deprecated. |
public/admin/tool/mobile/db/upgrade.php |
Adds migration logic for existing disabledfeatures config values. |
public/admin/tool/mobile/classes/api.php |
Updates feature keys/labels and modernizes some array initializations. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3f0917c to
2e01f43
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
*** PLEASE DO NOT OPEN PULL REQUESTS VIA GITHUB ***
The moodle.git repository at Github is just a mirror of the official repository. We do not accept pull requests at Github.
See CONTRIBUTING.md guidelines for how to contribute patches for Moodle. Thank you.
--