Add a new User::getDisplayName() to return the name that should be displayed in the...
authorDaniel Friesen <dantman@users.mediawiki.org>
Thu, 10 Nov 2011 06:55:21 +0000 (06:55 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Thu, 10 Nov 2011 06:55:21 +0000 (06:55 +0000)
commit44ab4a944863100681d8ec58d69b66429e74437a
treeaed5899f0b7dce38337628c4ce7ed8c2ade9fb26
parent32b4dd8a770d79a2c115378c00f72ac66b12db89
Add a new User::getDisplayName() to return the name that should be displayed in the interface.
Add a UserDisplayName hook to allow extensions to give custom display names for users.
Add a $wgRealNameInInterface to use the real name of a user as the display name.
To start of the first use of the display name functionality tweak SkinTemplate to declare the userdisplayname and use it inside of personal_urls.
RELEASE-NOTES-1.19
docs/hooks.txt
includes/DefaultSettings.php
includes/SkinTemplate.php
includes/User.php