Page MenuHomePhabricator

Alias `Special:UndeletePage` to `Special:Undelete`
Closed, ResolvedPublicFeature

Description

Feature summary:

Alias Special:UndeletePage to Special:Undelete

Use case(s):

DeletePage is aliased to Delete, so it makes sense for similar aliasing to Special:Undelete.

A user might type the wrong 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:

	'Undelete'                   => [ 'Undelete' ],

Currently at line 548 to:

	'Undelete'                   => [ 'Undelete', 'UndeletePage' ],

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.

VadymTS1 changed the task status from Open to In Progress.Wed, May 20, 9:44 AM
VadymTS1 claimed this task.

Change #1289901 had a related patch set uploaded (by VadymTS1; author: VadymTS1):

[mediawiki/core@master] Add aliases for `Special:Undelete`

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

Change #1289901 merged by jenkins-bot:

[mediawiki/core@master] Add aliases for `Special:Undelete`

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