Page MenuHomePhabricator

Alias `Special:Prefs` to `Special:Preferences`
Open, Needs TriagePublicFeature

Description

Feature summary:

Alias Special:Prefs to Special:Preferences

Use case(s):

Prefs is a common clipping used in computing for preferences. See https://en.wiktionary.org/wiki/prefs

This is like aliasing stats to statistics, which we have done.

Good first task

If you are a seasoned contributor, please leave this one for the newbies.

There's only a minor change required here to languages / messages / MessagesEn.php to add this alias. It's literally a change to one line of code (currently line 517) to add it to the array:

	'Preferences'                => [ 'Preferences' ],

to:

	'Preferences'                => [ 'Preferences', 'Prefs' ],

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

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

[mediawiki/core@master] Add 'Prefs' to special page aliases for 'Preferences'

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

Brand-new contributor here, please let me know if I did anything wrong :)

Pppery subscribed.

Patch is fine technically. I, however, question the value of adding more and more special page aliases ...