| #
01b2a282 |
| 17-Dec-2024 |
Andreas Gohr <[email protected]> |
initialize remote data in one go
Previously each extension was fetched separately from the API, this fetches all installed ones in one go, speeding up the first open on cold cache significantly.
|
| #
d2d4b908 |
| 10-Dec-2024 |
Andreas Gohr <[email protected]> |
Extension Manager: use characters for messages
As pointed out in https://github.com/dokuwiki/dokuwiki/pull/4358#issuecomment-2528848505 using Unicode Symbols for message status might not be ideal. T
Extension Manager: use characters for messages
As pointed out in https://github.com/dokuwiki/dokuwiki/pull/4358#issuecomment-2528848505 using Unicode Symbols for message status might not be ideal. This patch uses upper case letters instead and SVGs in the GUI manager.
show more ...
|
| #
7c184cfc |
| 22-Nov-2024 |
Andreas Gohr <[email protected]> |
Extension Manager: (automatic) code style fixes
|
| #
79ff0cd0 |
| 21-Nov-2024 |
Andreas Gohr <[email protected]> |
Extension Manager: check repo access in handle()
Still need to check if the behaviour on missing internet works okay.
|
| #
71eea990 |
| 14-Aug-2024 |
Andreas Gohr <[email protected]> |
Extension Manager: by default skip all git controlled extensions
|
| #
4fd6a1d7 |
| 25-Apr-2024 |
Andreas Gohr <[email protected]> |
Extension Manager: First go at reimplementing the GUI
still a long road ahead
|
| #
160d3688 |
| 17-Apr-2024 |
Andreas Gohr <[email protected]> |
Extension Manager: CLI now should completely use new classes
|
| #
25d28a01 |
| 17-Apr-2024 |
Andreas Gohr <[email protected]> |
Extension Manager: make installation work again
The Installer class now also handles dependencies
|
| #
99fd248d |
| 17-Apr-2024 |
Andreas Gohr <[email protected]> |
Extension Manager: list warnings on CLI
|
| #
7c9966a5 |
| 05-Mar-2024 |
Andreas Gohr <[email protected]> |
Extension Manager: more refactoring
started to migrate the CLI over to the new classes
|
| #
9b36c1fc |
| 13-Nov-2023 |
splitbrain <[email protected]> |
Rector and PHPCS fixes
|
| #
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <[email protected]> |
code style: line breaks
|
| #
dccd6b2b |
| 30-Aug-2023 |
Andreas Gohr <[email protected]> |
coding style: function call spacing
|
| #
8553d24d |
| 30-Aug-2023 |
Andreas Gohr <[email protected]> |
Apply rector renames
|
| #
54cc7aa4 |
| 30-Aug-2023 |
Andreas Gohr <[email protected]> |
Apply rector fixes to the rest of lib/plugin
|
| #
fe2dcfd5 |
| 29-Aug-2023 |
Andreas Gohr <[email protected]> |
Apply rector fixes to extension plugin
|
| #
e2170488 |
| 16-Sep-2021 |
Andreas Gohr <[email protected]> |
adjust help text of extension cli
to reflect that extensions can be installed from URLs as well
|
| #
5aaea2b0 |
| 12-Aug-2021 |
Locness <[email protected]> |
Do not duplicate the foreach ($installed...
|
| #
cc16762d |
| 03-Aug-2021 |
Locness <[email protected]> |
Allow installing extenions from URL via the CLI
fixes #3258
|
| #
be15e516 |
| 12-Aug-2020 |
Andreas Gohr <[email protected]> |
extension cli: do not try to upgrade bundled plugins
fixes #3227
|
| #
837f79eb |
| 27-Jun-2019 |
Andreas Gohr <[email protected]> |
fixed bug in extension cli when installing multiple plugins
|
| #
b9daa2f5 |
| 27-May-2019 |
Andreas Gohr <[email protected]> |
added filter to extension listing in CLI component
|
| #
d915fa09 |
| 29-Mar-2019 |
Andreas Gohr <[email protected]> |
fix color for noninstalled extensions
|
| #
e5688dc7 |
| 29-Mar-2019 |
Andreas Gohr <[email protected]> |
show disabled extensions in gray
|
| #
ed3520ee |
| 29-Mar-2019 |
Andreas Gohr <[email protected]> |
warn about inaccessible repo api
|