History log of /dokuwiki/lib/plugins/extension/action.php (Results 1 – 21 of 21)
Revision Date Author Comments
# b69d74f1 04-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: check dependencies on uninstall/disable

Extensions that others depend on should not be uninstalled.


# 5732c960 21-Nov-2024 Andreas Gohr <andi@splitbrain.org>

Extension Manager: adjust javascript and images

This simpliefies the view options into a single filter, which toggles
between all and updatable extensions. This should be less confusing and
is what

Extension Manager: adjust javascript and images

This simpliefies the view options into a single filter, which toggles
between all and updatable extensions. This should be less confusing and
is what most people use anyway.

Image use has been reduced and SVGs are used for icons now. Placeholders
are still PNG.

show more ...


# 5c483796 02-Sep-2023 Andreas Gohr <andi@splitbrain.org>

adjusted docblocks for renamed class aliases


# 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


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

coding style: control flow whitespaces


# 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


# 96f679fa 08-Dec-2021 Andreas Gohr <andi@splitbrain.org>

check CSRF token enabling/disabling extensions. fixes #3559


# cd80a505 14-Feb-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

bugfix: not work enable/disable plugin buttons


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

PSR-12 coding style


# 923e149a 15-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Merge branch 'master' into psr2


# dda9db03 30-Oct-2018 Andreas Gohr <gohr@cosmocode.de>

adjust bundled plugins that check for admin permissions

This adjusts the bundled plugins to do their admin permission checks
based on their admin component's isAccessibleByCurrentUser() method
inste

adjust bundled plugins that check for admin permissions

This adjusts the bundled plugins to do their admin permission checks
based on their admin component's isAccessibleByCurrentUser() method
instead of doing their own isAdmin checks.

show more ...


# d443762b 27-Jul-2018 Andreas Gohr <andi@splitbrain.org>

deprecated JSON class

JSON is natively supported since years. This makes
2145bd4c56435f829a19aad843172f8ddffbc69b obsolete again.


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

PSR-2 for extension plugin


# 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


# fd51614b 15-Feb-2014 Andreas Gohr <andi@splitbrain.org>

enable/disable extensions via AJAX FS#2927


# b15cd32d 28-Jan-2014 jgpcx <jerry@gpcx.de>

Update action.php

fix bug that only allows admins any AJAX calls


# da5f0eee 06-Jan-2014 Andreas Gohr <andi@splitbrain.org>

check for admin in AJAX backend


# 4c005e3f 05-Jan-2014 Andreas Gohr <andi@splitbrain.org>

fixed strict standard error and added some docblock


# 72dda0b4 09-Aug-2013 Andreas Gohr <andi@splitbrain.org>

added AJAX detail infos