[dokuwiki] darcs changes 2009-10-08

  • From: andi@xxxxxxxxxxxxxx (Andreas Gohr)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 8 Oct 2009 04:00:03 +0200 (CEST)

Good Morning!

This are the darcs changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------
Wed Oct  7 15:36:14 CEST 2009  Andreas Gohr <gohr[at]cosmocode.de>
  * New dformat() function for fuzzy date support
  Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17
  
  It is now possible to use the %f placeholder in $conf['dformat']
  to add a fuzzy age string.
  
  Template developers and plugin authors should replace their strftime +
  $conf['dformat'] calls with calls to the new dformat() function.
  
  Example:
  
     %Y/%m/%d %H:%M (%f) produces dates like this:
  
     2009/09/16 10:36 (3 weeks ago)
  

Wed Oct  7 14:22:32 CEST 2009  Andreas Gohr <gohr[at]cosmocode.de>
  * Added datetime to fuzzy age function
  Ignore-this: 6d0e4f4fce5911667467f92cefaabaef
  
  This still needs to be made accessible within the dtformat config option.
---------------------------------------------------------------------

Single patches can be downloaded from
http://dev.splitbrain.org/darcs/index.cgi/dokuwiki/?c=patches

Bye,
your darcs changelog mailer


-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts:

  • » [dokuwiki] darcs changes 2009-10-08 - Andreas Gohr