Page MenuHomePhabricator

Special:RandomInCategory should use FormSpecialPage instead of SpecialPage
Closed, ResolvedPublic

Description

Currently, [[Special:RandomInCategory]] extends SpecialPage, but is a form. For consistency, we should extend FormSpecialPage instead.

At the moment, [[Special:RandomInCategory]] has a unique layout implemented by replacing $2 in a i18n string with the form: this can look strange, and I'm not sure we want it changing layout based solely on the interface language: we should change this to the standard <fieldset> with the blue box and so forth.

Fixing this bug would invalidate bug 67253.


Version: 1.24rc
Severity: minor

Details

Reference
bz67581

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:38 AM
bzimport set Reference to bz67581.

Change 154374 had a related patch set uploaded by Microchip08:
Use FormSpecialPage for Special:RandomInCategory

https://gerrit.wikimedia.org/r/154374

Change 154374 merged by jenkins-bot:
Use FormSpecialPage for Special:RandomInCategory

https://gerrit.wikimedia.org/r/154374