Skip to content
Snippets Groups Projects
  • Michael Hamann's avatar
    4e90caaa
    Redirect only in the show action to namespace start pages FS#2743 · 4e90caaa
    Michael Hamann authored
    When the current page id ends with ":" (or "/" with useslash enabled)
    DokuWiki tries to find the start page of namespaces automatically and
    then redirects to this page. The target of the redirect is always the
    show action regardless if the current request contains another action or
    is an ajax request. In practice you can get this problem when your
    search query ends with ":" (e.g. because you want to match a namespace),
    then you are redirected to the show action.
    
    This change completely disables the redirect when $ACT is undefined or
    the current action is not "show".
    4e90caaa
    History
    Redirect only in the show action to namespace start pages FS#2743
    Michael Hamann authored
    When the current page id ends with ":" (or "/" with useslash enabled)
    DokuWiki tries to find the start page of namespaces automatically and
    then redirects to this page. The target of the redirect is always the
    show action regardless if the current request contains another action or
    is an ajax request. In practice you can get this problem when your
    search query ends with ":" (e.g. because you want to match a namespace),
    then you are redirected to the show action.
    
    This change completely disables the redirect when $ACT is undefined or
    the current action is not "show".
Code owners
Assign users and groups as approvers for specific file changes. Learn more.