Home
last modified time | relevance | path

Searched hist:"1 b008e8700714b7de7e620d57eccc70c8b206512" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Parsing/
H A DParser.php1b008e8700714b7de7e620d57eccc70c8b206512 Tue Jan 14 23:29:23 UTC 2020 Michael Große <mic.grosse@googlemail.com> Restore some backwards compatibility for injected handlers

Some plugins, for example the move plugin, use their own handler class.
We need to give these plugins time to adjust their code.

This should restore the functionality of the move plugin. We still need
to extract the handler class itself.

It also adds another debug method for triggering the deprecation event,
since none of the two existing methods are suitable here. This
dbgCustomDeprecationEvent method should be used sparingly and only where
the other two don't work.

Co-authored-by: Phy <git@phy25.com>

/dokuwiki/inc/Debug/
H A DDebugHelper.php1b008e8700714b7de7e620d57eccc70c8b206512 Tue Jan 14 23:29:23 UTC 2020 Michael Große <mic.grosse@googlemail.com> Restore some backwards compatibility for injected handlers

Some plugins, for example the move plugin, use their own handler class.
We need to give these plugins time to adjust their code.

This should restore the functionality of the move plugin. We still need
to extract the handler class itself.

It also adds another debug method for triggering the deprecation event,
since none of the two existing methods are suitable here. This
dbgCustomDeprecationEvent method should be used sparingly and only where
the other two don't work.

Co-authored-by: Phy <git@phy25.com>