On Tue, 20 Nov 2007 21:26:48 +0000, brion wrote:
Revision: 27696 Author: brion Date: 2007-11-20 21:26:48 +0000 (Tue, 20 Nov 2007)
Log Message:
Revert r27694 -- if you're seeing this problem, it's probably because you're pulling things out of $wgParser->mFunctionHooks and copying it to another parser without knowing the internal format has changed. That should be fixed whereever that's being done (as it was fixed on the parser tests.)
For labeled section transclusion, this was fixed by having the extension call a recursive parse, instead of passing back the wiki text to let the parser do its thing, which seems to be pretty broken now; so the old way at least gives partial functionality.
So we probably won't be able to sort out any of the regressions until we can figure out where that's being done.
wikitech-l@lists.wikimedia.org