Page MenuHomePhabricator

Special:Listusers lacks capitalisation for status of users
Closed, ResolvedPublic

Description

Author: sunstar.nwxp

Description:
Slight fix to MessagesEn.php

I downloaded the latest version from SVN, and installed it on my server. The install went perfectly well.
I notice that at Special:Listusers, that the usernames are displayed with a lowercase letter at the beginning:

User1 (sysop, bureaucrat)

when it should be
User1 (Sysop, Bureaucrat)

per MessagesEn.php

The current version:

Groups

'group' => 'Group:',
'group-user' => 'Users',
'group-autoconfirmed' => 'Autoconfirmed users',
'group-bot' => 'Bots',
'group-sysop' => 'Sysops',
'group-bureaucrat' => 'Bureaucrats',
'group-suppress' => 'Oversights',
'group-all' => '(all)',

'group-user-member' => 'user',
'group-autoconfirmed-member' => 'autoconfirmed user',
'group-bot-member' => 'bot',
'group-sysop-member' => 'sysop',
'group-bureaucrat-member' => 'bureaucrat',
'group-suppress-member' => 'oversight',

I have reverted this to the old version which had "group-GROUPNAME-member" with capital letters at the beginning, purely for simplicity's sake.


Version: 1.14.x
Severity: enhancement

Attached:

Details

Reference
bz15230

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:17 PM
bzimport set Reference to bz15230.
bzimport added a subscriber: Unknown Object (MLST).

Reverted r38207 in r39672. This change seemed pretty arbitrary and made lists inconsistent between the list of group names and list of group memberships without a clear reason.