Skip to content
Snippets Groups Projects
  1. Jul 31, 2013
  2. Jul 30, 2013
  3. Jun 09, 2013
  4. May 30, 2013
  5. May 21, 2013
  6. May 09, 2013
  7. May 06, 2013
  8. May 05, 2013
  9. Mar 24, 2013
  10. Mar 22, 2013
  11. Mar 01, 2013
  12. Feb 25, 2013
  13. Feb 21, 2013
  14. Feb 20, 2013
    • 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
    • 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
  15. Feb 18, 2013
  16. Feb 16, 2013
  17. Feb 03, 2013
  18. Jan 26, 2013
  19. Jan 25, 2013
  20. Jan 23, 2013
  21. Jan 21, 2013
  22. Jan 18, 2013
  23. Dec 04, 2012
  24. Nov 29, 2012
  25. Nov 25, 2012
    • Kazutaka Miyasaka's avatar
      Fix case-insensitive match in ACL checking · eb3ce0d5
      Kazutaka Miyasaka authored
      ACL checking of DokuWiki is currently always case-sensitive
      regardless of auth backend setting ($auth->isCaseSensitive).
      This commit enables case-insensitive match in the same way
      of auth_isMember().
      eb3ce0d5
Loading