https://bugzilla.wikimedia.org/show_bug.cgi?id=29443
--- Comment #4 from [email protected] 2011-06-18 00:30:53 UTC --- Created attachment 8672 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8672 Proposed patch (In reply to comment #3) > 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() Thank you Brion for these valuable tips! The attached patch seems to solve the bug. -- 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
