[dokuwiki] git changes 2012-01-16

  • From: xref@xxxxxxxxxxxx (DokuWiki Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 16 Jan 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/4fcd684a8a5eb25a7c51dfcb55838fbfc523858f
Author: Michael Hamann <michael[at]content-space.de>
Date:   Sun Jan 15 11:30:38 2012 +0100

    Disable E_STRICT error reporting
    
    This change disables the reporting of strict standard errors in PHP 5.4,
    in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for
    these versions this doesn't cause any change (however E_STRICT is
    available in all versions of PHP 5 so this doesn't cause any problems).
    See also FS#2427.


http://github.com/splitbrain/dokuwiki/commit/4725165754f92ab9a0e81ee7c69109b0a2f9f35d
Author: Michael Hamann <michael[at]content-space.de>
Date:   Sun Jan 15 10:55:02 2012 +0100

    Make Sitemapper functions static as they were used as static functions
    
    All calls to the Sitemapper were static function calls, this caused
    notices because they weren't static, with this commit they are marked as
    static. Furthermore two FIXME comments were removed as dbglog now checks
    if debugging is enabled.


http://github.com/splitbrain/dokuwiki/commit/fbb51550eae6c61489f98af3390725e3f690c9c1
Author: Guy Brand <gb[at]unistra.fr>
Date:   Sun Jan 15 10:43:04 2012 +0100

    Make this dummy file empty like all others


http://github.com/splitbrain/dokuwiki/commit/60ed996d2540bffbb8dd890c0a25f36a8dcfe5f8
Author: Guy Brand <gb[at]unistra.fr>
Date:   Sun Jan 15 10:33:05 2012 +0100

    Update copyright year


http://github.com/splitbrain/dokuwiki/commit/32674f35158de48a04df59e42fdbf57cce2cc321
Author: Guy Brand <gb[at]unistra.fr>
Date:   Sun Jan 15 10:29:12 2012 +0100

    Remove testing md5 hash from installer

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

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-01-16 - DokuWiki Devel Tools