"Bawolff" posted a comment on MediaWiki.r111186. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111186#c31052
Commit summary for MediaWiki.r111186: Fixes Bug 18704 - Add an unique CSS class or ID to the tagfilter table row at RecentChanges Patch from Jarry1250 Bawolff's comment: A whole bunch - http://pastebin.com/6s217ZPC . None of them should affect RC as far as i can tell. (Sorry, that's probably not very useful for debugging). var_dumping $extraOpts right before the foreach on SpecialRecentChanges.php <pre> array(2) { ["namespace"]=> array(2) { [0]=> string(41) "<label for="namespace">Namespace:</label>" [1]=> string(1685) "<select id="namespace" name="namespace"> <option value="" selected="">all</option> <option value="0">(Main)</option> <option value="1">Talk</option> <option value="2">User</option> <option value="3">User talk</option> <option value="4">Test</option> <option value="5">Test talk</option> <option value="6">File</option> <option value="7">File talk</option> <option value="8">MediaWiki</option> <option value="9">MediaWiki talk</option> <option value="10">Template</option> <option value="11">Template talk</option> <option value="12">Help</option> <option value="13">Help talk</option> <option value="14">Category</option> <option value="15">Category talk</option> <option value="20">Module</option> <option value="21">Module talk</option> <option value="90">Thread</option> <option value="91">Thread talk</option> <option value="92">Summary</option> <option value="93">Summary talk</option> <option value="100">Comments</option> <option value="101">Comments talk</option> </select> <input name="invert" type="checkbox" value="1" id="nsinvert" title="Check this box to hide changes to pages within the selected namespace (and the associated namespace if checked)" /> <label for="nsinvert" title="Check this box to hide changes to pages within the selected namespace (and the associated namespace if checked)">Invert selection</label> <input name="associated" type="checkbox" value="1" id="nsassociated" title="Check this box to also include the talk or subject namespace associated with the selected namespace" /> <label for="nsassociated" title="Check this box to also include the talk or subject namespace associated with the selected namespace">Associated namespace</label>" } ["tagfilter"]=> array(1) { [0]=> string(110) "<label for="tagfilter"><a href="/w/phase3/index.php/Special:Tags" title="Special:Tags">Tag</a> filter:</label>" } } </pre> (which is more than a little odd. I'm not sure why that's happening). _______________________________________________ MediaWiki-CodeReview mailing list mediawiki-coderev...@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview