[dokuwiki] New PR: Restore Doku_Parser backward compatibility

  • From: "micgro42" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 15 Jan 2020 00:38:21 +0100 (CET)

Hi,

micgro42 opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/2959:

#2358 brought many improvements to the DokuWiki code base, but unfortunately, 
we also broke backward compatibility in some places where we didn't intend it.

This PR should restore that backward compatibility for `Doku_Parser` and a bit 
for `Doku_Handler`. In particular, I hope that this PR makes the move plugin 
work again, see michitux/dokuwiki-plugin-move#176

Future remark: we are going to want to extract the `Doku_Handler` class into a 
new one that follows PSR-12. That was overlooked in the original PR.

Please help us to review this pull request, so new contributors get feedback in 
a timely manner.

f233fe00-3726-11ea-99e2-bb995647c6fa


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] New PR: Restore Doku_Parser backward compatibility - micgro42