Why
- SecurePoll can be configured to have lots of public logging, but it is currently located in an obscure location and requires an expert/insider to find it
- as an election administrator, it is sometimes useful to check the public securepoll logs
- as a regular user, it is especially useful to check the public securepoll logs, since regular users may not have permission to view pages such as /edit and /votereligibility
What
- if $wgSecurePollUseNamespace = true, add a link to Special:SecurePoll Links column called "| Public Logs", and have it hyperlink to an "intitle:859 namespace:SecurePoll" style search that shows all public logs for that poll. Example search: https://vote.wikimedia.org/w/index.php?search=intitle%3A1864&title=Special%3ASearch&profile=advanced&fulltext=1&ns830=1
- if $wgSecurePollUseMediaWikiNamespace = true, add a link to Special:SecurePoll Links column called "| Public Logs", and have it hyperlink to an "intitle:SecurePoll/859 namespace:MediaWiki" style search that shows all public logs for that poll. Example search: https://en.wikipedia.org/w/index.php?search=intitle%3ASecurePoll%2F859&title=Special%3ASearch&profile=advanced&fulltext=1&ns8=1
- rename the existing "| Logs" to "| Private Logs"
