fiwswe
fiwswe
Fixes #242 Works under Hogfather and Igor.
…/data/log/deprecated/*.log shows entries such as this: `2022-09-06 15:32:38 Doku_Handler::_addCall() is deprecated. It was called from syntax_plugin_wrap_span::handle() in /dokuwiki-test/lib/plugins/wrap/syntax/span.php:47 addCall should be used instead!` DW 2022-07-31 "Igor", PHP 8.0.23, Wrap Plugin...
My setup: OpenBSD 7.1 release, all patches applied, amd64, [`httpd(8)`](https://man.openbsd.org/OpenBSD-7.1/amd64/httpd.8), PHP-FPM 8.0.22, HTTP Basic authentication configured, DokuWiki 2022-07-31 "Igor". The Wiki is a copy of an existing Wiki based on...
I have seen seemingly random failures of the automated tests running for Pull Requests. https://github.com/splitbrain/dokuwiki/blob/master/_test/tests/inc/common_saveWikiText.test.php#L46 Looking at the test log the `'date'` entry of the arrays differ by one second...
Here is a small example: ``` ^ A ^ | //www.example.com// | | Line 2 | This is never rendered! ``` This renders only the table header and one empty...
If a `` block is used in a list and if line numbers are enabled and if the line numbers have more than 2 digits the first digits are truncated....
Fix #4235 Note: This class of problem, i.e. mismatch between documented return values vs. use of them in consumers, is somewhat prevalent and very hard to find unless they happen...
Note: I only touched this because of the obvious care taken to get the fastest implementation at the time this code was originally written. In the grand scheme of things...
My recommendation in #123 seems to improve the button layout. So here is a PR.
### Issue Description DokuWiki 2025-05-14 "Librarian" sprintdoc Template 2025-05-14 PHP 8.4.7 Safari on macOS The buttons for uninstalling, en-/disabling, re-installing and updating the plugins/templates are currently arranged directly next to...