History log of /dokuwiki/inc/File/PageResolver.php (Results 1 – 8 of 8)
Revision Date Author Comments
# 42411fe9 30-Sep-2023 Andreas Gohr <andi@splitbrain.org>

strip any trailing dots when resolving IDs

fixes #4072


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

code style: line breaks


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

codestyle adjustments: class declaration braces


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

Apply rector fixes to inc/File


# 6d4b5a0a 10-Mar-2023 asivery <asivery@protonmail.com>

Replace check for null with cast to string


# d769956e 25-Feb-2023 asivery <asivery@protonmail.com>

Fix: 'E_WARNING: Uninitialized string offset -1' on some templates


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


# 2cd6cc0a 02-Jan-2022 Andreas Gohr <andi@splitbrain.org>

move resolvers into File namespace