[dokuwiki] git changes 2011-02-11

  • From: xref@xxxxxxxxxxxx (DokuWiki Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 11 Feb 2011 03:00:02 +0100 (CET)

Good Morning!

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

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/52784dd85122f75ca221c53d4fd9dcc98bfd2450
Author: Andreas Gohr <gohr[at]cosmocode.de>
Date:   Thu Feb 10 18:51:40 2011 +0100

    do not (re)render metadata in backlinks
    
    A page could have possibly hundreds of backlinks, when the cache is
    outdated they should not be rererendered at once


http://github.com/splitbrain/dokuwiki/commit/7e8e923f9382c30776c2983fc4ae90eeadf0eb64
Author: Andreas Gohr <gohr[at]cosmocode.de>
Date:   Thu Feb 10 14:16:44 2011 +0100

    Use Base64 encoding for long subjects FS#2169
    
    Quoted-Printable specifies a maximum line length and some mail tools
    (Apple mail and Thunderbird) take this quite serious and will fail to
    decode subjects encoded with quoted-printable when the subject exceeds
    the length limit.
    
    The correct fix would be to wrap the header into multiple lines. But
    this seems not to be possible with mails() $subject variable.
    
    This patch switches to Base64 encoding for long subjects.
    
    A general decision if switching completely to Base64 is the best way
    to go is still open. (see bugreport)

---------------------------------------------------------------------

You can download individual diffs or patches by appending .diff or
.patch to the given commit URLs above.

Bye,
your git changelog mailer


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] git changes 2011-02-11 - DokuWiki Devel Tools