Anna Dabrowska
Anna Dabrowska
`feof()` sometimes hangs if nothing has been written yet, so we skip the check initially. See https://github.com/php/php-src/pull/3729
If type aliases are used together with a multi field and `edit_content_only` is set, we trigger an exception because `\dokuwiki\Form\DropdownElement` does not support multiple values yet (see https://github.com/splitbrain/dokuwiki/pull/3721). Related to...
This was originally reported in #2355 in the context of not (yet) existing pages. The suggested page id for the page to be created has all special characters internally converted...
Fixes regression introduced in refactoring for the new SQLite class Fixes https://github.com/dokuwiki/dokuwiki/issues/4152
### Issue Description When you open a particular page revision from page history, the Table of Contents is not rendered. This is caused by a check for `$REV` in DokuWiki...
Recent refactoring of dw2pdf has introduced a new event `DW2PDF_NAMESPACEEXPORT_SORT`. This PR adds a simple sort function which sorts pages based on their indexmenu tag (`indexmenu_n`). This sorting will only...