History log of /dokuwiki/ (Results 551 – 575 of 10561)
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

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

do not run phpcs and phpcbf on any vendor dirs

This is mostly relevant to plugin workflows.

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

cf94d96c12-Sep-2023 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

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

�� Rector and PHPCS fixes

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

dokuwiki template: fix alignment issue in user tools

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

rector env var might be empty -> ignore

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

allow overriding the minimum PHP release for rector

By setting the environment variable RECTOR_MIN_PHP the supported minimum
PHP release can be set. This is needed to make plugin changes compatible

allow overriding the minimum PHP release for rector

By setting the environment variable RECTOR_MIN_PHP the supported minimum
PHP release can be set. This is needed to make plugin changes compatible
with DokuWiki stable.

show more ...

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

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

autofix: create PR even if phpcbf can't fix everything

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

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

adjusted docblocks for renamed class aliases

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

1...<<21222324252627282930>>...423