Skip to content
Snippets Groups Projects
  1. Nov 03, 2018
  2. Aug 10, 2018
  3. Jun 07, 2018
    • Andreas Gohr's avatar
      removed safemode hack · fe227084
      Andreas Gohr authored
      Safemode has been removed in PHP 5.4.0. We finally no longer need to
      deal with this insanity.
      fe227084
  4. May 13, 2018
  5. Feb 06, 2017
  6. Jul 16, 2016
  7. Jun 14, 2016
  8. Apr 18, 2016
  9. Aug 15, 2015
  10. Jul 29, 2015
  11. Aug 02, 2013
  12. Aug 01, 2013
    • Michael Hamann's avatar
      Remove search_references() and the refshow configuration option · 3e7e0277
      Michael Hamann authored
      The refshow configuration option wasn't used as described anymore
      already in the latest release and after the introduction of the media
      usage index the parameter is also no longer relevant for internal
      optimization. The only place where it was still used is the no longer
      used search_references()-function which is removed here, too.
      3e7e0277
  13. Jul 31, 2013
    • Michael Hamann's avatar
      Remove search_references() and the refshow configuration option · 0320882f
      Michael Hamann authored
      The refshow configuration option wasn't used as described anymore
      already in the latest release and after the introduction of the media
      usage index the parameter is also no longer relevant for internal
      optimization. The only place where it was still used is the no longer
      used search_references()-function which is removed here, too.
      0320882f
  14. May 05, 2013
  15. Apr 27, 2012
  16. Mar 23, 2012
  17. Jan 08, 2012
  18. Dec 22, 2011
  19. Apr 28, 2011
  20. Apr 17, 2011
  21. Oct 11, 2010
  22. Jan 27, 2010
  23. Dec 11, 2009
  24. Dec 01, 2009
    • Ikuo Obataya's avatar
      Japanese language update · c6641c81
      Ikuo Obataya authored
      Ignore-this: 39c40bc52ac24aad6b4959d226d701fb
      
      darcs-hash:20091201182304-ee440-dfabc3af4cc7bf162c1640ea53014432296f759f.gz
      c6641c81
  25. Apr 17, 2009
    • Daniel Dupriest's avatar
      Japanese language update · dfa98bf7
      Daniel Dupriest authored
      Ignore-this: 74693d6d42b7f0ce1c4cebcc36bf978d
      
      darcs-hash:20090417194638-a99e8-8aa162cf1cf447fe2a1c2548fc062597166a2def.gz
      dfa98bf7
  26. Jan 28, 2009
    • Yuji TAKENAKA's avatar
      Japanese language update · dd6ccdb0
      Yuji TAKENAKA authored
      Ignore-this: d42e85efd7bb4563eaeb8fd51823732f
      
      darcs-hash:20090128151543-91f80-6a20305ab3db6fe4aff7c3b1d91ffda84afa31a1.gz
      dd6ccdb0
  27. Jul 16, 2008
  28. Mar 16, 2008
  29. Mar 15, 2008
  30. Feb 23, 2008
    • 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
  31. Nov 23, 2007
    • Andreas Gohr's avatar
      Spellchecker removed · ae112d8c
      Andreas Gohr authored
      With spell checkers available in all modern browsers, having a spell checker in
      DokuWiki's core code is no longer necessary. This patch removes the spell
      checking feature. It will be made available as optional plugin.
      
      darcs-hash:20071123125840-7ad00-faf7aa4673421dbb3fad904ba5b46b4927a5176d.gz
      ae112d8c
  32. Jul 15, 2007
  33. Jun 28, 2007
  34. Jun 04, 2007
  35. Sep 24, 2006
    • chris's avatar
      cache, metadata & purgefile updates · ce6b63d9
      chris authored
      Cache
      - add dependency for metadata renderer file
      - check metadata for end of page life, "date valid end".
      
      Metadata Renderer
      - RSS syntax mode now sets rendered page expiry, "date valid end"
        and includes the feed URL in "relation haspart".
      
      Purgefile
      For all wiki installations the purgefile records the earliest
      time before which no cache purge (based on data consistency)
      is required. Cache files older than this time MAY need to be
      purged.
      - remove purgeonadd configuration setting
      
      darcs-hash:20060924202157-9b6ab-4531e91411c41914eeab2b6a8160c3d46b001cee.gz
      ce6b63d9
  36. Sep 25, 2006
  37. Sep 16, 2006
  38. Aug 07, 2006
Loading