cf94d96c | 12-Sep-2023 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
efc3ac2f | 07-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
14b7162d | 07-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
dokuwiki template: fix alignment issue in user tools |
bac51761 | 04-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
rector env var might be empty -> ignore |
26586410 | 03-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 ...
|
e6a82646 | 03-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 ...
|
aae5a43e | 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
autofix: create PR even if phpcbf can't fix everything |
c347b097 | 02-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
91560755 | 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
siplify isset check |
749bc7f1 | 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
minor cleanup in the renderers |
95078f23 | 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
apply code sniffer rules to inc/parser as well |
5c483796 | 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
adjusted docblocks for renamed class aliases |
5c46ca3d | 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
simplify URL linking in handler |
ab240622 | 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
indentation fix in media.php |
c826df86 | 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
adjust typhints in io_(read|write)WikiPage
current revision is often passed as empty string |
6bdc2fb9 | 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
simplify is_ssl() |
3bfb10ae | 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
some simplification in getBaseURL after cleanup |
0f8604a9 | 02-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 |
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 |
f5be2fc0 | 31-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
https, phpdocs, |
679f3774 | 31-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
return bool for io_mkdir_p() |
aa659bba | 31-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
brackets after if, phpdocs, reformatting |
4e2eb11e | 31-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix comment |