Gerrit Uitslag
Gerrit Uitslag
Matching multiple repeating spaces/tabs is done to determine the alignment. See the Doku_Handler, were these matches are converted in calls https://github.com/dokuwiki/dokuwiki/blob/bac51761dc7fec256b7e3dbfe1205fbf1aad9a16/inc/parser/handler.php#L1045-L1048
If you place a `//` before `This is never rendered! ` then after that it works as expected again. See also the example page.
I see that the Collator has no reverse sort options or reverse functions. That means array_reverse() remains as only option? e.g. https://www.php.net/manual/en/collator.asort.php
[NB: @fiwswe please do **not** recommend enabling phpok. phpok should not be used on normal circumstances, I think it is not worth to enable it for such a test, and...
I think you search the superuser config setting https://www.dokuwiki.org/config https://www.dokuwiki.org/config:superuser To see the groups of your current logged in user, you could add `?do=check` (or `&do=check`) to the url.
master is the development version, which is Igor plus all the additions/changes since August. The master has no VERSION file. First warning can be solved by using global $INPUT class,...
If you know php you could open a pull request with the fixes, otherwise others can do that.
These are a couple of feature requests 1. > I'm typically wanting to look page changes as `git log -p`, so each changeset difference. > > To do that there's...
2. With diff view I mean the page you see with ?do=diff
Is this an issue with the DokuWiki implementation? Or should the system (apache etc) below DokuWiki not accept anything larger than the limits that are set in its configuration? Old...