DokuWiki Devel Tools | 12 May 2012 03:00

git changes 2012-05-12


Good Morning!

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

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

http://github.com/splitbrain/dokuwiki/commit/8414853140930bdf4f14cfee2f8a532d47c07129
Author: Michael Hamann <michael[at]content-space.de>
Date:   Fri May 11 17:34:26 2012 +0200

    tpl_get_action: Return empty params array instead of params string

    This prevents an "Illegal string offset" error in PHP 5.4 in the test
    cases (the integration tests failed here with PHP 5.4).

http://github.com/splitbrain/dokuwiki/commit/df08777d58fac730aae02fc6448b4085ae0d4b7c
Author: Michael Hamann <michael[at]content-space.de>
Date:   Fri May 11 17:31:14 2012 +0200

    Adapt tests for PHP 5.4

    Call-time pass-by-reference is a fatal syntax error in PHP 5.4 and
    stdClass objects can't be instantiated automatically anymore.

http://github.com/splitbrain/dokuwiki/commit/8cb3706df5ad54c654bffb76a69ac0ca1006521e
Author: Michael Hamann <michael[at]content-space.de>
Date:   Fri May 11 10:33:15 2012 +0200

    Fix nested triggering of the same event

    Previously when in an event handler the same event was triggered again,
    only the handlers for the second event invocation were all executed, the
    handling of the "outer" event stopped after the handling of the inner
    event as they both used the same iterator of the hooks array. This
    caused caching bugs e.g. when both the include and the indexmenu plugin
    were enabled as both of them load metadata in the cache handler which
    triggers another renderer cache event.

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

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


Gmane