Searched hist:f51673e59055f994e6cc4a258e64f01e7dbdbfa2 (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/bin/ |
H A D | plugin.php | f51673e59055f994e6cc4a258e64f01e7dbdbfa2 Wed Mar 27 13:08:16 UTC 2024 Andreas Gohr <andi@splitbrain.org> fix listing of plugin components
Plugins may have one main component of a type or they might have multiple of the same type in a subdirectory.
Sometimes they may have both. This is often the case for organically grown plugin, commonly with helper classes where a helper.php exists first only to be extended by helper/*.php files later.
This patch fixes the listing of plugin(components) by type in the plugin controller.
It also adjusts bin/plugin.php to handle plugin CLI components.
|
/dokuwiki/inc/Extension/ |
H A D | PluginController.php | f51673e59055f994e6cc4a258e64f01e7dbdbfa2 Wed Mar 27 13:08:16 UTC 2024 Andreas Gohr <andi@splitbrain.org> fix listing of plugin components
Plugins may have one main component of a type or they might have multiple of the same type in a subdirectory.
Sometimes they may have both. This is often the case for organically grown plugin, commonly with helper classes where a helper.php exists first only to be extended by helper/*.php files later.
This patch fixes the listing of plugin(components) by type in the plugin controller.
It also adjusts bin/plugin.php to handle plugin CLI components.
|