Skip to content
Snippets Groups Projects
  1. Mar 24, 2013
  2. Mar 19, 2013
  3. Mar 18, 2013
  4. Mar 13, 2013
  5. Mar 11, 2013
  6. Mar 08, 2013
    • Michael Hamann's avatar
      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
  7. Mar 06, 2013
  8. Mar 01, 2013
  9. Feb 24, 2013
  10. Feb 23, 2013
  11. Feb 20, 2013
    • Michael Hamann's avatar
      Fix remaining missing $INPUT uses FS#2577 · 00d58927
      Michael Hamann authored
      This adds $INPUT in all places where it was still missing and available.
      $INPUT is now also used in places where using $_REQUEST/... was okay in
      order to make the code consistent.
      00d58927
    • Michael Hamann's avatar
      Revert the search depth behavior changes from #154 · 5737a81e
      Michael Hamann authored
      This reverts parts of the changes from #154: Before merging the pull
      request, a depth of 1 returned just the pages in the root namespace.
      With the changes in the pull request, a depth of 1 also returned pages
      in subnamespaces of the root namespace (as it was also tested in the test case).
      This reverts this part of the changes and a depth of 1 returns just the
      pages in the root namespace again.
      5737a81e
    • Michael Hamann's avatar
      Fix handling of failed authentication loading · 6416b708
      Michael Hamann authored
      In the case of a failed authentication initialization, the
      authentication setup was simply continued with an unset $auth object.
      This restores the previous behavior (before merging #141) of simply
      returning after unsetting $auth. Furthermore this re-introduces the
      check if $auth is set before checking $auth and removes a useless
      check if $auth is true (could never be false).
      6416b708
    • arbrk1's avatar
      Update inc/template.php · 64276bbc
      arbrk1 authored
      changed nonexistant actionOk to actionOK
      64276bbc
    • Dominik Eckelmann's avatar
      fixed auth_browseruid on IE9 · a4ce95c8
      Dominik Eckelmann authored
      IE9 send different HTTP_ACCEPT_LANGUAGE header on ajax request. This causes different results from auth_browseruid. This patch removes the HTTP_ACCEPT_LANGUAGE from the browser id calculation.
      a4ce95c8
  12. Feb 18, 2013
  13. Feb 17, 2013
  14. Feb 16, 2013
Loading