moodle-tool_pluginskel
moodle-tool_pluginskel copied to clipboard
Generator of Moodle plugins skeletons
With [MDL-76426](https://tracker.moodle.org/browse/MDL-76426) (php83 epic) near completed, it's time to ensure that pluginskel works ok with that PHP version. This issue is a reminder about that. Note that, #109, #116 and...
When we use [the following example](https://moodledev.io/docs/apis/plugintypes/tiny#creating-a-new-plugin), the generated files in `amd/src/` directory use a placeholder for `@module` tag: ```js /** * Commands helper for the Moodle tiny_example plugin. * *...
With MDL-76405 (php82 epic) near completed, it's time to ensure that pluginskel works ok with that PHP version. This issue is a reminder about that. Note that, #109 and #116...
Hello, Is it intentional to use html entities in license template ? The [markdown file](https://www.gnu.org/licenses/gpl.md) available on [gnu.org page](https://www.gnu.org/licenses/licenses.en.html#GPL) does not use html entities. In my personal opinion, HTML entities...
With [MDL-70745](https://tracker.moodle.org/browse/MDL-70745) (php81 epic) near completed, it's time to ensure that pluginskel works ok with that PHP version. This issue is a reminder about that. Note that, #109 is still...
Would it be useful to add an option to write the generated files directly to the document root? For myself, it would save time. I want to work on a...
A couple GitHub issues were opened requesting support for Reset course functionality in both ncstate-delta/moodle-mod_zoom#287 and wooclap/moodle-mod_wooclap#10 I was able to find some documentation here: https://docs.moodle.org/dev/Implementing_Reset_course_functionality_in_a_module Is this something that...
Warning: This may or may not work Defining the plugin skeleton recipe via this interface is known to not work with recent Boost based themes. Additionally, some features - such...
Based on https://github.com/moodlehq/moodle-plugin-ci/issues/94 it's time to address it into the skeleton too 😉. Moodle 3.11 and above will support PHP 8.0 according to [MDL-70745](https://tracker.moodle.org/browse/MDL-70745). Besides, a new PHP setting requirement...
See MDL-12689 where the config_form support has been dropped.