Last modified: 2008-08-19 23:28:41 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T17230, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 15230 - Special:Listusers lacks capitalisation for status of users
Special:Listusers lacks capitalisation for status of users
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.14.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: easy, patch
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-18 18:04 UTC by AC
Modified: 2008-08-19 23:28 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Slight fix to MessagesEn.php (210.09 KB, patch)
2008-08-18 18:04 UTC, AC
Details

Description AC 2008-08-18 18:04:33 UTC
Created attachment 5190 [details]
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.
Comment 1 Brion Vibber 2008-08-19 23:28:41 UTC
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.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links