[dokuwiki] git changes 2012-03-14

  • From: xref@xxxxxxxxxxxx (DokuWiki Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 14 Mar 2012 03:00:03 +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/7651b376ab78457d123e1c3513a6a4b8b0d5a7e7
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Tue Mar 13 19:21:17 2012 +0100

    pass the correct clean parameter when reading wiki pages
    
    DokuWiki's page loading is intended to be filesystem agnostic. DOS line
    endings in pages are supposed to be self healing. This behaviour was
    broken in a change in 2006. As long as you edited pages through DokuWiki
    only you never noticed the bug though.


http://github.com/splitbrain/dokuwiki/commit/6212730ca98f1a8c054d742fa68f988e77be4caf
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Tue Mar 13 19:08:15 2012 +0100

    the previous test case had an error
    
    There were whitespaces on the empty DOS line. This fixes the test but
    does not explain the broken behaviour in the wiki itself.


http://github.com/splitbrain/dokuwiki/commit/9e760ee516dd6e50390490f6d5585b854b895808
Author: Andreas Gohr <gohr[at]cosmocode.de>
Date:   Tue Mar 13 17:32:53 2012 +0100

    added (failing) test for cleanText()
    
    The cleanText function is supposed to convert DOS to Unix lineendings
    but it seems that it doesn't always do that correctly as this thread
    suggests: http://forum.dokuwiki.org/thread/8141
    
    I added a unit test that currently fails but haven't found the real
    cause yet. Further testing (and a fix) is needed.

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

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 2012-03-14 - DokuWiki Devel Tools