https://bugzilla.wikimedia.org/show_bug.cgi?id=29443
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |bugsmash, easy --- Comment #3 from Brion Vibber <[email protected]> 2011-06-17 20:37:40 UTC --- This should indeed be pretty straightforward to add: * add resources/mediawiki.special/mediawiki.special.undelete.js with a little JS bits (take over the button's click handler and iterate over the checkboxes, swapping their state) * add an entry in Resources.php for it * load it with $wgOut->addModules('mediawiki.special.undelete') in SpecialUndelete::showHistory() -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
