History log of /dokuwiki/inc/confutils.php (Results 1 – 25 of 79)
Revision Date Author Comments
# 6c16a3a9 14-Sep-2023 fiwswe <fiwswe@fwml.de>

Use str_starts_with/str_ends_with


# 71c734a9 31-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

remove debug, fix codesniffer


# 6547cfc7 31-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

use $auth instanceof AuthPlugin instead of not null check


# 4dc42f7f 31-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

unused items, phpdocs


# 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


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

code style: control structure fixes


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

code style: indent fixes


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

coding style: control flow line breaks


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

coding style: control flow whitespaces


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

coding style: function call spacing


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

codestyle adjustments: function declaration braces/spaces


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

codestyle adjustments: function argument spacing


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

Apply rector fixes to the rest of inc


# ec34bb30 19-Oct-2022 Andreas Gohr <andi@splitbrain.org>

Update core code to make use of sexplode()

This makes use of our own explode mechanism everywhere were we expect a
fixed number of results.


# dce21824 02-May-2020 Andreas Gohr <andi@splitbrain.org>

remove jQuery Migrate as outlined in #1546


# e1d9dcc8 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

First go at moving the plugin classes into their own namespace


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


# dceb2cc1 07-Mar-2018 Michael Große <grosse@cosmocode.de>

fix: drop JSON error handling

This isn't really the best place for that error handling.


# c9071834 05-Feb-2018 Michael Große <grosse@cosmocode.de>

refactor: move manifest functions to more intuitive places


# 59ed97f2 27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

replace conditional with array_pad

This should reduce the complexity of the function


# 5b60095a 27-Aug-2017 Michael Große <mic.grosse@googlemail.com>

fix: set default value for empty var

If an config value is not set in the input lines, initialize it as empty
string to prevent PHP Notices complaining about $line[1] being not set.


# 074b2b3f 31-Mar-2017 Takamura <plehanov.v@gmail.com>

I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.


# 5a9597bb 31-Mar-2017 Takamura <plehanov.v@gmail.com>

I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.


# f50a239b 31-Mar-2017 Takamura <plehanov.v@gmail.com>

I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.


1234