#
f51673e5 |
| 27-Mar-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 f
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.
show more ...
|
#
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks
|
#
177d6836 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces
|
#
dccd6b2b |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: function call spacing
|
#
d868eb89 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function declaration braces/spaces
|
#
8c7c53b0 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: class declaration braces
|
#
b1f206e1 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to bin and toplevel
|
#
7bbc0dca |
| 24-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
do no load disabled plugins in /bin/plugin.php
|
#
cbfa4829 |
| 13-Jun-2020 |
Phy <git@phy25.com> |
use envvars in shebang
|
#
3a7140a1 |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved plugin controller to Extension namespace
|
#
e1d9dcc8 |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
First go at moving the plugin classes into their own namespace
|
#
2b2d0ba9 |
| 01-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
PSR2 adjustments for bin scripts
|
#
7ba28776 |
| 05-Apr-2018 |
Andreas Gohr <gohr@cosmocode.de> |
typo. capital P for class name
|
#
eb8d789e |
| 10-Nov-2017 |
Andreas Gohr <andi@splitbrain.org> |
Introducing a new Plugin type: CLI
Now plugins can create their own command line interfaces. They are executed through a single entry point in bin/plugin.php
|