https://bugzilla.wikimedia.org/show_bug.cgi?id=36317
--- Comment #3 from Bartosz DziewoĆski <[email protected]> --- If the forms are rewritten to use HTMLForm, you could: * Convert the entire namespace selector functionality into a HTMLFormField subclass (dropdown + 2 checkboxes), a bit like HTMLSelectOrOtherField. * Then add the code from mediawiki.special.recentchanges.js to mediawiki.htmlform.js, which already has some form logic (e.g. for <select> fields enhanced with jquery.chosen). All this, of course, would be very boring, like most refactorings. :) -- 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
