Skip to content
Snippets Groups Projects
  1. Mar 14, 2008
  2. Mar 13, 2008
  3. Mar 12, 2008
  4. Mar 13, 2008
  5. Mar 10, 2008
    • Michael Klier's avatar
      XMLRPC: pageVersions() should return the current version too · 45c63471
      Michael Klier authored
      darcs-hash:20080310233733-23886-79cb51e12374a51ac2595298bf331e1525962a2f.gz
      45c63471
    • Andreas Gohr's avatar
      allow dynamic passing of template to use for css.php · 124af657
      Andreas Gohr authored
      This patch makes it possible to pass the template name to use to the
      lib/exe/css.php dispatcher. When passed the $conf['template'] option is
      ignored by the disaptcher and the given template is used instead.
      
      This makes it possible to switch templates dynamically without loosing the
      CSS dispatcher functionality. This might be useful for things like the
      multitemplate template or for loading a template based on the user agent.
      
      darcs-hash:20080310201630-7ad00-2062fa939b1f868540031ea42a42e948dd82bbb4.gz
      124af657
  6. Mar 09, 2008
  7. 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
  8. Mar 04, 2008
  9. Mar 02, 2008
  10. Feb 27, 2008
  11. 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
  12. 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
  13. Feb 20, 2008
  14. Feb 19, 2008
  15. Feb 17, 2008
  16. Feb 15, 2008
  17. Feb 13, 2008
  18. Feb 09, 2008
  19. 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
  20. Jan 28, 2008
    • Andreas Gohr's avatar
      Hungarian update · a249961d
      Andreas Gohr authored
      darcs-hash:20080128211824-7ad00-eaca4449ce11346175b9b8a82e354b3f6a267d3e.gz
      a249961d
  21. Jan 25, 2008
Loading