-
Improvement
-
Resolution: Fixed
-
Minor
-
3.8.4, 3.9.1
-
MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_310_STABLE
-
MDL-69260_master -
Easy
-
This will add a new option to the uninstall_plugins.php script located in admin/cli.
- --show-contrib will display all installed third party plugins
Based on the idea of my contributed plugin https://moodle.org/plugins/local_pluginsfetcher, this would help users to get only the contributed plugins. This data can then be used for example to parse the list to the .git/info/exclude file or somewhere else.
- will be (partly) resolved by
-
MDL-69359 Add option to show only contributed plugins in uninstall script (backport of MDL-69260)
- Closed