Search

Release

About

This is a version not yet released.

List

New

Bug

  • Bug reported by jkiser99dev: base rewrite was messing up with the CDN url.
  • Bug - the dismiss on popover was preventing any link to work. We took over and have implemented our own dismiss with a mousedown event. The impacted elements were:
  • ComboStrap - Request Router: Infinite Redirect because the ID was not cleaned when retrieving it.
  • Nice URL: When Nice URL is on, the configuration useSlash should also be enabled otherwise the static resource returns an internal error. Dokuwiki breaks if the file path returned a file that does not exist
  • Database Sync: the database sync uses a lock that is deleted at the end by a shutdown function. In php 8.3, this function should not print any debug statement otherwise the TaskRunner returns no response (ie gif) even if successfull.
  • Ban was not working. We checked at the very first event but as in the last DokuWiki, the Authorization is handled by a class, the new checks were not working and gave no permissions to see the home page. We make now the ban check at the dokuwiki_init_done event.
  • The hambuerger template was missing the title

Improvement

  • Deleted warnings caused by php8.3 about array and other php7 construct.
  • InterWiki: We put the interwiki name in lowercase (mandatory)
Task Runner