Last modified: 2014-09-23 19:55:53 UTC
Created attachment 3980 [details] Explodes the ordermethod argument prior to parsing See http://semeb.com/dpldemo/index.php?title=DPL:Bug_Reports_Archive#ordermethod_ignored_form2_demo e.g. ordermethod=titlewithoutnamespace,firstedit won't work. The arg is tested as if( in_array($sArg, $wgDPL2Options['ordermethod']) ) { which will not work because $sArg hasn't been exploded yet. Patch included.
Adding "need-review" keyword to indicate patch awaits review.