History log of /dokuwiki/lib/plugins/extension/Repository.php (Results 1 – 7 of 7)
Revision Date Author Comments
# 01b2a282 17-Dec-2024 Andreas Gohr <andi@splitbrain.org>

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.


# bc72c22f 04-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: style fixes


# 3e63733d 04-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: correctly handle component types

There were a few missing and they were also missing from the detail
list. Searching for components using the type: prefix now works.


# b3a16c4a 22-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: fix incorrect import


# 79ff0cd0 21-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: check repo access in handle()

Still need to check if the behaviour on missing internet works okay.


# 981e70ca 08-Aug-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: overhauled list display style

The GUI is still not fully functional again.


# cf2dcf1b 20-Feb-2024 Andreas Gohr <andi@splitbrain.org>

First start at refactoring the extension manager

The aim is to readd the existing functionality into proper classes, then
extend from there.