History log of /dokuwiki/lib/plugins/styling/action.php (Results 1 – 11 of 11)
Revision Date Author Comments
# 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


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

coding style: control flow line breaks


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

Apply rector renames


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


# 71a75f04 11-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR2 for styling plugin

There's currently one warning left. Supressing it doesn't work which
might be a bug in phpcs.


# 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


# bcea9d64 26-Jun-2015 Andreas Gohr <andi@splitbrain.org>

removed no longer needed ajax action components


# 123bc813 23-May-2015 Andreas Gohr <andi@splitbrain.org>

renamed plugin from styler to styling

styler was already taken