History log of /dokuwiki/lib/plugins/extension/GuiAdmin.php (Results 1 – 8 of 8)
Revision Date Author Comments
# dbc152da 08-Jan-2025 Andreas Gohr <andi@splitbrain.org>

Extension Manager: add missing security token


# 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.


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

Extension Manager: (automatic) code style fixes


# 652715cc 21-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: added the last missing GUI tabs


# 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.


# 176901c2 20-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: Template GUI

template tab works now, fixed installed status


# 80bc92fb 20-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: add installer to GUI

Now the GUI uses the new Installer class. More work has been done on
the GUI itself


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

Extension Manager: overhauled list display style

The GUI is still not fully functional again.