https://bugzilla.wikimedia.org/show_bug.cgi?id=45221
PiRSquared17 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from PiRSquared17 <[email protected]> --- (In reply to Bartosz DziewoĆski from comment #3) > I would say this affects Special:Diff too. > > Fixing this would basically require doing two things for each of the > affected special pages: > > * Adding `public function isListed() { return true; }` (see > e.g. SpecialCreateAccount for an example). > * Making them generate a form with brief instructions instead of an exception > when no parameters are provided (see e.g. SpecialComparePages for an > example, I think). It would be easy to accomplish, but generating a form would mean they would no longer extend RedirectSpecialPage. It's definitely feasible (e.g., mock-up <http://pirsquared-dev.wmflabs.org/wiki/Special:PermanentLink>), but is there any problem with changing the inheritance? -- 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
