Skip to content
Snippets Groups Projects
  1. Mar 14, 2008
  2. Mar 13, 2008
  3. Mar 09, 2008
  4. Feb 27, 2008
  5. 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
  6. Feb 17, 2008
  7. Feb 13, 2008
    • Andreas Gohr's avatar
      Hungarian update · f6850c97
      Andreas Gohr authored
      darcs-hash:20080213204325-7ad00-392f8f23f8035f0a74ac11601e64c27859a3b026.gz
      f6850c97
  8. Feb 09, 2008
  9. 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
  10. Jan 24, 2008
    • Andreas Gohr's avatar
      Italian update · aa7c8979
      Andreas Gohr authored
      darcs-hash:20080124211845-7ad00-2e3a7ec8cdf4d682bc3ea4c625eed3aa2e929c09.gz
      aa7c8979
  11. Jan 22, 2008
  12. Jan 14, 2008
    • Andreas Gohr's avatar
      Arabic update · 1919454b
      Andreas Gohr authored
      darcs-hash:20080114173625-7ad00-e53b8ee34aff334ef95c8e1276a93893efbedc7f.gz
      1919454b
  13. Jan 07, 2008
    • Andreas Gohr's avatar
      Hungarian update · 9a3b7d9f
      Andreas Gohr authored
      darcs-hash:20080107204755-7ad00-9213dd89e13a706b7e764aad2065278f12552356.gz
      9a3b7d9f
    • Andreas Gohr's avatar
      Dutch update · d582d5d9
      Andreas Gohr authored
      darcs-hash:20080107201607-7ad00-07d76b482d6c759ba2e5e5ad0ce2d2c9becf85ba.gz
      d582d5d9
  14. Jan 04, 2008
    • Andreas Gohr's avatar
      French update · 64daa86a
      Andreas Gohr authored
      darcs-hash:20080104143832-7ad00-705fa397a4fedaf21cbff8b7fedabcadaec02ea1.gz
      64daa86a
    • Andreas Gohr's avatar
      Dutch update · 76dfe0e1
      Andreas Gohr authored
      darcs-hash:20080104141457-7ad00-f2ffae5e2d53b6d3018e9a5ad85264b557626b53.gz
      76dfe0e1
    • Andreas Gohr's avatar
      Polish update · 2be4553e
      Andreas Gohr authored
      darcs-hash:20080104140951-7ad00-8c563cb30ca014d5ce5f373f660d88204ed70632.gz
      2be4553e
    • Andreas Gohr's avatar
      Brazilian Portuguese update · 6a18a7ed
      Andreas Gohr authored
      darcs-hash:20080104140733-7ad00-e60bf288ff2d3c22b010e3e509c009c3af339b65.gz
      6a18a7ed
  15. Dec 14, 2007
  16. Dec 10, 2007
  17. Dec 03, 2007
  18. Nov 30, 2007
  19. 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
  20. Nov 21, 2007
  21. Nov 18, 2007
  22. Nov 02, 2007
  23. Oct 26, 2007
  24. Oct 08, 2007
    • Andreas Gohr's avatar
      X-Sendfile support for fetch.php · 9a87c72a
      Andreas Gohr authored
      This patch enables the use of the X-Sendfile extension offered by certain
      webservers to deliver static files after running a dynamic script. This
      combines the flexibility of a PHP file to check for authorization, caching
      and resizing with the low memory footprint and high performance of static
      file delivery of the webserver.
      
      See http://blog.lighttpd.net/articles/2006/07/02/x-sendfile for details
      
      darcs-hash:20071008185019-7ad00-1e6d4768fb60d58955e4253c7786eaf8cf13d0bb.gz
      9a87c72a
  25. Oct 07, 2007
    • Andreas Gohr's avatar
      esperanto update · 1462e3ae
      Andreas Gohr authored
      darcs-hash:20071007191109-7ad00-80a395519238428c32d20b5d8b9738908c25da05.gz
      1462e3ae
  26. Sep 08, 2007
  27. Aug 29, 2007
    • Andreas Gohr's avatar
      CSRF prevention for admin plugins · 634d7150
      Andreas Gohr authored
      This patch adds a session based token to all form in the default action plugins.
      The validity of the token is checked before any administrative function is
      executed aiming to protect DokuWiki's admin functions from Cross-site request
      forgery (CSRF) attacks.
      
      Another patch will follow to add the same functionality on other, less critical
      functions.
      
      More details on CSRF attacks can be found at
      http://en.wikipedia.org/wiki/Cross-site_request_forgery
      
      darcs-hash:20070829201538-7ad00-d0770224a3351fd8e38968e3a9d8e73520482445.gz
      634d7150
Loading