History log of /dokuwiki/lib/plugins/acl/action.php (Results 1 – 15 of 15)
Revision Date Author Comments
# 5c483796 02-Sep-2023 Andreas Gohr <[email protected]>

adjusted docblocks for renamed class aliases


# d4f83172 31-Aug-2023 Andreas Gohr <[email protected]>

code style: line breaks


# 8553d24d 30-Aug-2023 Andreas Gohr <[email protected]>

Apply rector renames


# bff2c9d2 29-Aug-2023 Andreas Gohr <[email protected]>

Apply rector fixes to lib/plugin/acl


# 923e149a 15-Feb-2019 Michael Große <[email protected]>

Merge branch 'master' into psr2


# dda9db03 30-Oct-2018 Andreas Gohr <[email protected]>

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


# a4e3d556 11-May-2018 Andreas Gohr <[email protected]>

PSR-2 for ACL plugin


# b4f2363a 27-Apr-2018 Andreas Gohr <[email protected]>

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


# e82704a0 28-Oct-2013 Andreas Gohr <[email protected]>

fixed strict violation in ACL plugin


# 4d13d89c 20-Oct-2013 Andreas Gohr <[email protected]>

remove obsolete opera handling and session closing


# 00dd0e7e 14-Oct-2013 Gerrit Uitslag <[email protected]>

acl ajax: add messages to returns


# 07be12a5 14-Oct-2013 Gerrit Uitslag <[email protected]>

acl ajax: replace die() by return


# 219fe1dc 14-Oct-2013 Gerrit Uitslag <[email protected]>

Code reformatting and remove unused global conf


# d4e22266 14-Oct-2013 Gerrit Uitslag <[email protected]>

remove unused variable


# 8265594d 14-Oct-2013 Gerrit Uitslag <[email protected]>

move ajax.php to action.php. Fixes FS#2233