102528bd | 14-Sep-2023 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Fix style error |
6c16a3a9 | 14-Sep-2023 |
fiwswe <fiwswe@fwml.de> |
Use str_starts_with/str_ends_with |
34c27e09 | 13-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 ...
|
efc3ac2f | 07-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Rector and PHPCS fixes |
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 ...
|
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 |
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 |
d4f83172 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks |
fe15e2c0 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: static visibility |
90fb952c | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: operator spacing |