Skip to content
Snippets Groups Projects
  1. Mar 05, 2008
    • Michael Klier's avatar
      XMLRPC: new function pageVersions() · 73056168
      Michael Klier authored
          This function can be used to retrieve a list of revisions
          for a given wiki page.
      
      darcs-hash:20080305195532-23886-dee2ffff8dcdc21532fb62674edce8a74d6c5525.gz
      73056168
  2. Mar 04, 2008
  3. Mar 02, 2008
  4. Feb 27, 2008
  5. Feb 25, 2008
    • Tom N Harris's avatar
      INDEXER_TASKS_RUN event for index-time hooks · 33a148e0
      Tom N Harris authored
      The event INDEXER_TASKS_RUN is fired by lib/exe/indexer.php when a page is viewed. Plugins should only hook BEFORE the event if it is important for the task to be run as often as possible. Otherwise, hook AFTER the even to be run only when other tasks have completed.
      
      Plugin authors must call stopPropagation() and preventDefault() if any work is done. If your plugin does nothing, then you must allow the event to continue. Not following these rules may cause DokuWiki to exceed the PHP execution time limit.
      
      darcs-hash:20080226011940-6942e-09291b73bab84a2c4445b1d1c4de8b3bba743243.gz
      33a148e0
  6. Feb 23, 2008
    • Andreas Gohr's avatar
      use fulltext index to search for used media files FS#1336 FS#1275 · a05e297a
      Andreas Gohr authored
      This changes how DokuWiki looks for reference toa media file which is
      about to deleted. Instead of doing a full grep through all pages it now
      uses the fulltext index first, then does an exact match on the found
      pages.
      
      This speeds up the search significantly on larger wikis. However the
      fulltext search limits now apply: images with names shorter than 3 charcters
      may not be found.
      
      This needs extensive testing!
      
      darcs-hash:20080223205254-7ad00-486de0a4125d51b4e7999827f710d1d9de8bc60d.gz
      a05e297a
    • Andreas Gohr's avatar
      Check memory settings on ?do · 73038c47
      Andreas Gohr authored
      This should help with diagnosing memory related problems
      
      darcs-hash:20080223180701-7ad00-1308829c3d7432b1d0c23c3f1acc8228c0a41e1e.gz
      73038c47
    • Andreas Gohr's avatar
      alway initialize an empty toolbar first FS#1337 · 1ed56560
      Andreas Gohr authored
      darcs-hash:20080223125855-7ad00-c8e1a3d81bc1cd71d7bdb4b70ffe588aa11fec04.gz
      1ed56560
    • Andreas Gohr's avatar
      use strftime() instead of date() FS#1335 :!: · e656dcd4
      Andreas Gohr authored
      This patch replaces the use of the date() function with the strftime()
      function. The latter will respect a set locale and will use localized
      strings for things like month names.
      
      Because the format options for strftime differ from the ones used in date,
      DokuWiki will rest the value of $conf['dformat'] if it contains an old
      date format string (detected by missing % characters).
      
      Plugins or templates using the $conf['dformat'] need to be updated.
      
      darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz
      e656dcd4
  7. Feb 20, 2008
  8. Feb 19, 2008
  9. Feb 17, 2008
  10. Feb 15, 2008
  11. Feb 13, 2008
  12. Feb 09, 2008
  13. Jan 30, 2008
    • Andreas Gohr's avatar
      Norwegian update · b5c14b35
      Andreas Gohr authored
      darcs-hash:20080130222205-7ad00-76b123c78c1e3d758b1627ec09fafb25b96b4ada.gz
      b5c14b35
    • Andreas Gohr's avatar
      Hungarian update · d44d2665
      Andreas Gohr authored
      darcs-hash:20080130220034-7ad00-aa23168b9d0bbfc384f4944633d5adbce15c296b.gz
      d44d2665
  14. Jan 28, 2008
    • Andreas Gohr's avatar
      Hungarian update · a249961d
      Andreas Gohr authored
      darcs-hash:20080128211824-7ad00-eaca4449ce11346175b9b8a82e354b3f6a267d3e.gz
      a249961d
  15. Jan 25, 2008
  16. Jan 24, 2008
    • Andreas Gohr's avatar
      Italian update · aa7c8979
      Andreas Gohr authored
      darcs-hash:20080124211845-7ad00-2e3a7ec8cdf4d682bc3ea4c625eed3aa2e929c09.gz
      aa7c8979
  17. Jan 22, 2008
  18. Jan 18, 2008
  19. Jan 16, 2008
  20. Jan 14, 2008
    • Andreas Gohr's avatar
      Arabic update · 1919454b
      Andreas Gohr authored
      darcs-hash:20080114173625-7ad00-e53b8ee34aff334ef95c8e1276a93893efbedc7f.gz
      1919454b
  21. Jan 07, 2008
    • Andreas Gohr's avatar
      Hungarian update · 9a3b7d9f
      Andreas Gohr authored
      darcs-hash:20080107204755-7ad00-9213dd89e13a706b7e764aad2065278f12552356.gz
      9a3b7d9f
Loading