Skip to content
Snippets Groups Projects
  1. Nov 22, 2010
    • Michael Hamann's avatar
      Render metadata when needed · 98214867
      Michael Hamann authored
      This changes fundamentally when metadata is rendered. This commit
      introduces a new cache file for every page that just contains a
      timestamp and is updated whenever the metadata of that page is rendered.
      
      Metadata is rendered when p_get_metadata is called and the last
      rendering has been before a page, metadata, configuration or renderer
      update or purge is set like in the xhtml renderer cache.
      
      Metadata is no longer automatically rendered when the xhtml renderer
      cache isn't used but will still be rendered when needed as
      p_get_metadata is called in the cache.
      
      Metadata is also no longer rendered in the indexer script when missing
      as that is already done by pageinfo() before anything else is done so
      the indexer script won't be called when there is no metadata file.
      98214867
  2. Nov 13, 2010
  3. Oct 26, 2010
  4. Oct 25, 2010
  5. Oct 22, 2010
  6. Oct 18, 2010
  7. Oct 02, 2010
  8. Sep 22, 2010
  9. Aug 11, 2010
  10. Aug 10, 2010
  11. Jun 27, 2010
  12. Jun 26, 2010
    • Andreas Gohr's avatar
      Hotkey trigger is now CTRL-ALT FS#1958 · 7e1f9fd3
      Andreas Gohr authored
      Tests and feedbacks please!
      7e1f9fd3
    • Andreas Gohr's avatar
      Changes to the ft_pageLookup and related event FS#1978 · 8d22f1e9
      Andreas Gohr authored
      This patch changes the ft_pageLookup function to always return the
      title of pages with the result. This makes it easier to work with the
      array, as it no longer changes between numeric and key indexes depending
      on useheading.
      This also means that action plugins subscribed to
      SEARCH_QUERY_PAGELOOKUP need to be adjusted. The event contains a new
      data field called 'has_titles' which plugins can use to check for
      backwards compatibility.
      8d22f1e9
  13. Jun 22, 2010
  14. Jun 16, 2010
  15. May 26, 2010
  16. May 08, 2010
  17. May 05, 2010
  18. Apr 18, 2010
  19. Mar 26, 2010
  20. Mar 16, 2010
    • Michael Hamann's avatar
      Use md5sum of id and client ip as temporary filename in XML-RPC · c77fa67b
      Michael Hamann authored
      Before this patch the temporary filename was the uncleaned id. This
      allowed everyone with upload-privileges (on the whole wiki) and XML-RPC
      privileges on a XML-RPC-enabled DokuWiki to (over)write any file PHP is
      allowed to write with any content he wants. If you have XML-RPC enabled
      and users with XML-RPC and upload privileges you don't trust in a way
      you would allow them to write any file PHP may write, consider this as
      an important security fix. By default XML-RPC is disabled, so if you
      don't know what I'm talking about you are probably not affected by the
      problem.
      c77fa67b
  21. Mar 12, 2010
  22. Mar 10, 2010
  23. Feb 28, 2010
  24. Feb 24, 2010
  25. Feb 23, 2010
Loading