Author: michael.axelrod
Description:
Using mediawiki 1.7.1, DynamicPagelist2 0.64 and inputbox 0.1.1
The following example causes the inputbox extension to fail:
<inputbox>
type=search
bgcolor=#eeeeff
</inputbox>
<DPL>
category=News
ordermethod=category,firstedit
headingmode=definition
</DPL>
The output looks something like this:
UNIQ2a130ffb230fab9b-inputbox-27c225a86337436400000001-QINU
News
There are 3 articles in this category. * One * Two * Albany
This only happens using headingmode and when the inputbox extension is called
first on the page. For example the following reversal fo the wiki text actually
works fine:
<inputbox>
type=search
bgcolor=#eeeeff
</inputbox>
<DPL>
category=News
ordermethod=category,firstedit
headingmode=definition
</DPL>
So order matters! Also without the "headingmode" parameter inputbox works fine....
Version: unspecified
Severity: normal