User "Dantman" posted a comment on MediaWiki.r102624. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/102624#c25847 Commit summary:
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. Comment: Oh... things like <code>[[User:Dantman|Dantman]] [Daniel Friesen]</code> aren't going to be something simple like this rev. That's changing markup in a lot of places this is just a change to text, that's going to require a separate feature. And that's not something that'll work in a unified way. There will be places where a combined html display like that may not be simply possible. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
