Page MenuHomePhabricator

Alias `Special:Mylogs` to `Special:Mylog`
Open, Needs TriagePublicFeature

Description

Feature summary:

Alias Special:Mylogs to Special:Mylog

Use case(s):

Special:Logs (plural) is aliased to Special:Log (singular), so it makes sense for similar aliasing to Special:Mylog.

And Special:MyLogs does list all the user's log entries in the various logs.

Then, a user might type or link to the plural name.

Good first task

There's only a minor change required here to languages / messages / MessagesEn.php to add these aliases. It's literally a change to one line of code to add it to the array:

	'Mylog'                      => [ 'MyLog' ],

Currently at line 484 to:

	'Mylog'                      => [ 'MyLog', 'MyLogs' ],

Details

Related Changes in Gerrit:

Event Timeline

Thank you for tagging this task with good first task for Wikimedia newcomers!

Newcomers often may not be aware of things that may seem obvious to seasoned contributors, so please take a moment to reflect on how this task might look to somebody who has never contributed to Wikimedia projects.

A good first task is a self-contained, non-controversial task with a clear approach. It should be well-described with pointers to help a completely new contributor, for example it should clearly point to the codebase URL and provide clear steps to help a contributor get set up for success. We've included some guidelines at https://phabricator.wikimedia.org/tag/good_first_task/ !

Thank you for helping us drive new contributions to our projects <3

Assuming this task is about the MediaWiki-General code project, hence adding that project tag so other people can also find this task when searching via projects or looking at workboards. Please set appropriate project tags when possible. Thanks.

Change #1289364 had a related patch set uploaded (by Chad_dewey; author: Chad_dewey):

[mediawiki/core@master] Add alias 'MyLogs' to Special:MyLog

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