Page MenuHomePhabricator

Convert SecurePoll TallyPage to use OOUI
Closed, ResolvedPublic

Description

The TallyPage has two forms, built in TallyPage::showLocalForm and TallyPage::showUploadForm. Use OOUI for both of these.

Event Timeline

Change 657871 had a related patch set uploaded (by Tchanders; owner: Tchanders):
[mediawiki/extensions/SecurePoll@master] Use OOUI for TallyPage forms

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

For reviewing/testing: both modes of the tally form can be seen by tallying an encrypted election.

Unencrypted electionEncrypted election
image.png (109×560 px, 4 KB)
image.png (342×559 px, 23 KB)

The dump file can be created by clicking "Dump" on Special:SecurePoll.

Change 657871 merged by jenkins-bot:
[mediawiki/extensions/SecurePoll@master] Use OOUI for TallyPage forms

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

@dom_walden There may not be any need to test this after testing T271830

@dom_walden There may not be any need to test this after testing T271830

I think you are right. All the testing for this has been done as part of that bug. Thanks.