History log of /dokuwiki/inc/ (Results 251 – 275 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e421ad3914-Sep-2023 fiwswe <53953985+fiwswe@users.noreply.github.com>

Conform to new coding style

4e51f51414-Sep-2023 fiwswe <53953985+fiwswe@users.noreply.github.com>

Fix long line

c8d9df7f14-Sep-2023 fiwswe <53953985+fiwswe@users.noreply.github.com>

Logic fix

102528bd14-Sep-2023 fiwswe <53953985+fiwswe@users.noreply.github.com>

Fix style error

6c16a3a914-Sep-2023 fiwswe <fiwswe@fwml.de>

Use str_starts_with/str_ends_with

34c27e0913-Sep-2023 Andreas Gohr <andi@splitbrain.org>

replace deprecated ptln call with echo closure

TPL_CONTENT_DISPLAY used ptln() as default action. Since this is
deprecated it needs to be replaced, but since echo is a langage construct not
a real f

replace deprecated ptln call with echo closure

TPL_CONTENT_DISPLAY used ptln() as default action. Since this is
deprecated it needs to be replaced, but since echo is a langage construct not
a real function we need to wrap it into a closure.

show more ...

efc3ac2f07-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

e6a8264603-Sep-2023 Andreas Gohr <andi@splitbrain.org>

fix syntax plugin loading

It turns out our Syntax plugins never implemented the PluginInterface
(though they did use the PluginTrait). With our stricter type checking
in the plugin loader, these plu

fix syntax plugin loading

It turns out our Syntax plugins never implemented the PluginInterface
(though they did use the PluginTrait). With our stricter type checking
in the plugin loader, these plugins did not longer load.

show more ...

c347b09702-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes

9156075502-Sep-2023 Andreas Gohr <andi@splitbrain.org>

siplify isset check

749bc7f102-Sep-2023 Andreas Gohr <andi@splitbrain.org>

minor cleanup in the renderers

95078f2302-Sep-2023 Andreas Gohr <andi@splitbrain.org>

apply code sniffer rules to inc/parser as well

5c46ca3d02-Sep-2023 Andreas Gohr <andi@splitbrain.org>

simplify URL linking in handler

ab24062202-Sep-2023 Andreas Gohr <andi@splitbrain.org>

indentation fix in media.php

c826df8602-Sep-2023 Andreas Gohr <andi@splitbrain.org>

adjust typhints in io_(read|write)WikiPage

current revision is often passed as empty string

6bdc2fb902-Sep-2023 Andreas Gohr <andi@splitbrain.org>

simplify is_ssl()

3bfb10ae02-Sep-2023 Andreas Gohr <andi@splitbrain.org>

some simplification in getBaseURL after cleanup

0f8604a902-Sep-2023 Andreas Gohr <andi@splitbrain.org>

don't strict compare

I'm not 100% sure but revs might be strings sometimes, so better not
chage current behavior

71c734a931-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

remove debug, fix codesniffer

6547cfc731-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

use $auth instanceof AuthPlugin instead of not null check

4dc42f7f31-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

unused items, phpdocs

f5be2fc031-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

https, phpdocs,

679f377431-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

return bool for io_mkdir_p()

aa659bba31-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

brackets after if, phpdocs, reformatting

4e2eb11e31-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

fix comment

1...<<11121314151617181920>>...258