Skip to content
Snippets Groups Projects
  1. Mar 18, 2008
    • Andreas Gohr's avatar
      Galician language update · b5279fd6
      Andreas Gohr authored
      darcs-hash:20080318214014-7ad00-6699be7fd768f18ac727f4e7329bdae80be37d09.gz
      b5279fd6
    • Andreas Gohr's avatar
      Dutch language update · 17784d21
      Andreas Gohr authored
      darcs-hash:20080318213723-7ad00-39a2120d5265f622c2ca4ac10aaa421ac00480e6.gz
      17784d21
    • Andreas Gohr's avatar
      Typo fix · 03305f56
      Andreas Gohr authored
      darcs-hash:20080318200005-7ad00-aacfd0598c21b7e6d21564d40ccd09872a817b22.gz
      03305f56
    • Andreas Gohr's avatar
      Norwegian language update · 19f21ff3
      Andreas Gohr authored
      darcs-hash:20080318195612-7ad00-f5ece6aaaf833f33cba453898683a394baa9f05d.gz
      19f21ff3
    • Andreas Gohr's avatar
      Dutch language update · acd5a1d6
      Andreas Gohr authored
      darcs-hash:20080318195257-7ad00-43348635149f5cecc26ee46bcaaa00e6a0e25a9e.gz
      acd5a1d6
    • Andreas Gohr's avatar
      Donation link changed · 09a1a876
      Andreas Gohr authored
      Linking to wiki:donate instead of a direct Paypal call to avoid future
      trouble with Paypal.
      
      darcs-hash:20080318194751-7ad00-0dc5106d3e35051482417a3147cc647c7ec23545.gz
      09a1a876
  2. Mar 17, 2008
  3. Mar 16, 2008
  4. Mar 15, 2008
  5. Mar 14, 2008
  6. Mar 13, 2008
  7. Mar 12, 2008
  8. Mar 13, 2008
  9. 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
  10. Mar 09, 2008
  11. 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
  12. Mar 04, 2008
  13. Mar 02, 2008
  14. Feb 27, 2008
  15. 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
  16. 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
Loading