[dokuwiki] git changes 2010-03-24

  • From: dev@xxxxxxxxxxxxxx (Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 24 Mar 2010 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/b0ffdb5e96bb2bdbf27087b2f1335f7949ab8598
Author: Adrian Lang <lang[at]cosmocode.de>
Date:   Tue Mar 23 15:22:21 2010 +0100

    Make tests PHP 5.3 compatible


http://github.com/splitbrain/dokuwiki/commit/689cba4d4ba37bdcb57ea6c6bbf55e7546d428c3
Author: Adrian Lang <lang[at]cosmocode.de>
Date:   Tue Mar 23 15:23:35 2010 +0100

    No warning for an undefined variable


http://github.com/splitbrain/dokuwiki/commit/ebf65d37ec50cce097ad8cddfb43acc5ea5aea21
Author: Adrian Lang <lang[at]cosmocode.de>
Date:   Wed Mar 17 16:40:36 2010 +0100

    Rewrite p_get_metadata to not issue a E_Notice


http://github.com/splitbrain/dokuwiki/commit/12c96ace70f7a177cc40000f905fa3cab633c04a
Author: Adrian Lang <lang[at]cosmocode.de>
Date:   Tue Mar 23 12:06:41 2010 +0100

    Send edit target in HTML_EDITFORM_SELECTION


http://github.com/splitbrain/dokuwiki/commit/80fcb26867ee7f89b0c1e7db9c9e59dc4c9aeb58
Author: Adrian Lang <lang[at]cosmocode.de>
Date:   Tue Mar 23 11:00:20 2010 +0100

    Rewrite wikitext slicing for section edits
    
    This commit adresses two issues:
      * rawWikiSlices used to drop the first byte of the suffix (usually a 
newline,
        but custom section edits may not be bound to newlines)
      * con used to insert way too much newlines: the newline that got
        dropped by the bug in rawWikiSlices and one additional newline in prefix
        and text each if they are not terminated by a newline. Now con only 
inserts
        newlines if there are absolutely no newlines between prefix and text and
        text and suffix.

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

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 2010-03-24 - Devel Tools