https://bugzilla.wikimedia.org/show_bug.cgi?id=23819
Amalthea <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | Reedy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #8 from Amalthea <[email protected]> 2011-02-26 21:01:11 UTC --- Eh, I see now, having a checkbox default to 'true' isn't as straightforward. r82804 consequently changes the default value of 'movepages' to 'false'. Replacing $move_checked = $wgRequest->getCheck( 'movepages' ); by $move_checked = $wgRequest->getBool( 'movepages', !$wgRequest->wasPosted()); should be a good solution: defaults to true, and still allows to set either state via url parameter. --- Comment #9 from Reedy <[email protected]> 2011-03-01 19:03:47 UTC --- r83034 -- 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
