Skip to content
Snippets Groups Projects
  1. Apr 26, 2011
  2. Mar 04, 2011
  3. Feb 22, 2011
  4. Feb 20, 2011
  5. Feb 06, 2011
  6. Jan 31, 2011
  7. Jan 22, 2011
  8. Jan 15, 2011
  9. Jan 10, 2011
    • Michael Hamann's avatar
      Call the indexer for hidden pages · 517a47ec
      Michael Hamann authored
      This makes sure that the indexer is also called for hidden pages so they
      aren't missing in the title index and digest subscriptions work for
      them, too. Hidden pages are already filtered from the search results.
      517a47ec
  10. Jan 02, 2011
  11. Nov 30, 2010
  12. Nov 29, 2010
  13. Nov 26, 2010
    • Michael Hamann's avatar
      Fix for $conf['breadcrumbs'] < 0, FS#2107 · 48714142
      Michael Hamann authored
      This fixes an infinite loop in breadcrumbs() and makes the behaviors in
      all places where breadcrumbs are used consistent so that non-numeric
      values, values < 0 and 0 are treated the same way.
      48714142
  14. Nov 13, 2010
  15. Nov 12, 2010
  16. Oct 31, 2010
  17. Oct 07, 2010
  18. Oct 02, 2010
  19. Sep 28, 2010
  20. Sep 22, 2010
  21. Sep 17, 2010
  22. Sep 16, 2010
  23. Aug 27, 2010
  24. Jul 13, 2010
  25. Jun 26, 2010
  26. Jun 22, 2010
    • Andreas Gohr's avatar
      new auth capability 'logout' · 880f62fa
      Andreas Gohr authored
      This patch implements what Adrian's patch "Hide logout button if auth
      backend cannot logout" intended to do.
      
      The 'logoff' capability was used to decide if a special method called
      $auth->logOff() should be called when the user logs out, not if the
      backend supports logouts at all. This was a superflous capability since
      an empty logOff() method is implemented in the base class anyway - it
      doesn't hurt to always call the method.
      
      The 'logoff' capability is now deprecated. Backends who want to do
      actions on logout simply need to overwrite logOff().
      
      A new capability 'logout' was added which defaults to true. Backends
      that can't logoff the user (eg. because they use some automatic
      login/logoff mechanism) can set this to false.
      
      Probably makes sense to add a 'login' capability as well...
      880f62fa
    • Adrian Lang's avatar
      2380e8a8
  27. Jun 18, 2010
    • Adrian Lang's avatar
      Refactor action links and buttons · a453d131
      Adrian Lang authored
      Behavioural changes:
        * buttons
          * no 'do=show' but clean URLs (show and back buttons)
          * the alias 'subscription' for subscribe buttons is now available
        * links
          * draft link has class 'draft', not 'edit'
          * revisions link has class 'revs', not 'revisions'
        * both
          * 'revision' is added as an alias for 'history'
      
      These changes were mainly introduced to reduce the differences between
      links and buttons.
      a453d131
  28. Jun 16, 2010
  29. Jun 15, 2010
  30. Jun 12, 2010
  31. May 04, 2010
  32. Apr 02, 2010
  33. Mar 12, 2010
  34. Mar 09, 2010
  35. Feb 22, 2010
    • Stephen Warren's avatar
      Omit do=show from URLs · 4fc51abc
      Stephen Warren authored
      It looks like when there is no "do=" parameter to doku.php, "show" is
      assumed. When clean URLs are used (via mod_rewrite), regular
      page-to-page links hence just link to "pagename". However, if you "Show
      pagesource", then "Show page", the browser is sent back to
      "pagename?do=show" instead of just "pagename". This seems like a "less
      clean" URL to me.
      
      So, the attached patch removes "do=show" from URLs in this case, so
      cleaner URLs are used.
      4fc51abc
  36. Feb 09, 2010
Loading