Extension:ShowRealUsernames/History
Version 1.3.0
editConfiguration changes
edit- The messages are now stored in the new JSON format.
Version 1.2.2
editBug fixes
edit- $wgExtensionFunctions is used so that Manual:Config script now works.
Version 1.2.1
editBugfixes
edit- The message
sru-realname-desc
in the languages en,de,fr,it has been enhanced with the hint that other data besides the user's real name can be added. - The message
sru-realname-desc
in the language nb now uses html entities for non-ASCII characters.
Other changes
editRV1971 has taken over the maintainer role from Paul Lustgarten. Thanks to Paul for creating and maintaining the extension so far.
Version 1.2
editConfiguration changes
editEven though the Configuration offers more options than it did in version 1.1.1, your existing configuration works as before.
New features
edit- The list of fields to retrieve from the database is now configurable. For instance, it can be used to retrieve the email as well.
- Only users having the showrealname right do see the real names. Thanks to User:Phantomsteve for suggesting the feature and the implementation.
- The languages French and Italian have been added to the messages file.
Other changes
edit- The code has been reviewed in order to comply more closely with the guidelines on mediawiki.org. In particular, it has been wrapped into a class.