History log of /dokuwiki/lib/plugins/extension/admin.php (Results 1 – 25 of 41)
Revision Date Author Comments
# 9b006b5f 22-Jul-2025 Andreas Gohr <gohr@cosmocode.de>

Extension manager: when no url or upload given, do nothing


# 7f647da1 22-Jul-2025 Andreas Gohr <gohr@cosmocode.de>

Extension manager: when url given, don't try to use upload, too


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


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


# 20db0ca9 08-Aug-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: some first attempts at styling

I'm not really happy yet, but it will be improved in coming commits


# 4fd6a1d7 25-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: First go at reimplementing the GUI

still a long road ahead


# 0a034b36 08-Jan-2024 Andreas Gohr <andi@splitbrain.org>

do not pass referrer on api retry. fixes #3824

Our cache system ignores purge requests that have a referrer. The idea
is to avoid permanent recaching because a purge link was posted
somewhere.
Howev

do not pass referrer on api retry. fixes #3824

Our cache system ignores purge requests that have a referrer. The idea
is to avoid permanent recaching because a purge link was posted
somewhere.
However for the retry link in the extension manager we actually want the
link to work. So this patch supresses the referrer for that link.

show more ...


# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 90fb952c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: operator spacing


# dccd6b2b 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: function call spacing


# 8553d24d 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector renames


# fe2dcfd5 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to extension plugin


# 9ea219ce 09-Mar-2020 Phy <git@phy25.com>

fix PHP styling on extension/admin


# bc20e40a 09-Mar-2020 Phy <git@phy25.com>

add overwrite option on extension upload form

By default, on frontend $overwrite is false. Backend function installFromUpload
/ installFromURL will have a default of true to preserve existing behavi

add overwrite option on extension upload form

By default, on frontend $overwrite is false. Backend function installFromUpload
/ installFromURL will have a default of true to preserve existing behavior for
other API users.

installArchive now will insert a frontend msg() about not installing because of
overwrite restriction. It's not being exposed by exception, but it should be
reflected on its return array list of installed plugin.

This fixes #715.

show more ...


# a72f333f 19-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix url parameter separator in gui::tabURL()


# cf833595 11-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

PSR-12 coding style


# 2b9c4a05 14-Jul-2019 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into psr2

* master: (34 commits)
fix color for noninstalled extensions
show disabled extensions in gray
warn about inaccessible repo api
bugfix: access check was never

Merge branch 'master' into psr2

* master: (34 commits)
fix color for noninstalled extensions
show disabled extensions in gray
warn about inaccessible repo api
bugfix: access check was never cached
First go on a CLI component for the extension manager
use strict type comparison
translation update
translation update
fix #dokuwiki__sitetools current item not in highlight due to Greebo change
authplain: Add tests for group retrieval
authplain: Add a simple method for retrieving user groups
translation update
Negative string offsets are allowed in PHP 7.1+ only
improve memory check output
fix and test php_to_byte() related to #2756 #2556
translation update
translation update
translation update
translation update
translation update
...

show more ...


# 98d21c04 29-Mar-2019 Andreas Gohr <andi@splitbrain.org>

bugfix: access check was never cached

Now the API ping result is cached for 10 minutes and can be refreshed
using the purge parameter as intended.


# 18b1e90a 08-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR-2 for extension plugin


# 64159a61 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

line lengths shortened

This makes sure all files use line lenghts shorter than 120 characters.

This is a quick fix. It might not always be the nicest change.


# b4f2363a 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

remove DOKU_INC checks

There is no need for this check, since these files should not have any
main code that is executed on direct call.

Fixes PSR1.Files.SideEffects.FoundWithSymbols


# 1ec86040 11-Dec-2014 Andreas Gohr <andi@splitbrain.org>

check for SSL support in the extension manager


12