https://bugzilla.wikimedia.org/show_bug.cgi?id=30963
MrBlueSky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9590|0 |1 is obsolete| | --- Comment #7 from MrBlueSky <[email protected]> 2011-12-17 23:38:02 UTC --- Created attachment 9733 --> https://bugzilla.wikimedia.org/attachment.cgi?id=9733 Patch against trunk Option added to both Prefixindex and Allpages. BWT, I noticed that when you submit an empty form on Allpages it takes you to a list of pages instead of showing the overview again (like it does in 1.18). This change seem to be caused by r102406 and might be fixed by: 86c86 < } elseif( $from !== null && $to == null ) { --- > } elseif( $from !== null && $to === null ) { But i'm not sure whether the change was intended and whether this is the best way to fix it. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
