forked from ofbeaton/mediawiki-realnames
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
45 lines (31 loc) · 1.42 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
This is the changelog for the Realnames extension.
https://www.mediawiki.org/wiki/Extension:Realnames
See [HISTORY](HISTORY) for previous releases.
== 0.6.2 (2019-03-11) ==
**FEEDBACK NEEDED TO KEEP CONFIGS, SEE NOTE FOR 0.6.0 **
bugfix:
* fixes #12: fix support for Cyrillic language links (thanks Max Volkov)
note:
* split out advanced docs from readme.
== 0.6.1 (2019-02-09) ==
**FEEDBACK NEEDED TO KEEP CONFIGS, SEE NOTE FOR 0.6.0 **
bugfix:
* incremented version display
== 0.6.0 (2019-02-09) ==
**FEEDBACK NEEDED TO KEEP CONFIGS, SEE NOTE**
features:
* to keep custom styles, new configuration settings for two error states had to be added
* When user has no realname: $wgRealnamesLinkStyleNoRealname, $wgRealnamesBareStyleNoRealname
* when username and realname are same: $wgRealnamesLinkStyleSameName, $wgRealnamesBareStyleSameName
bugfix:
* when no realname, display standard format
breaking:
* removed support for now-archived Extension:Configure
note:
* this extension may suffer from too many options, especially as a result of supporting custom styles.
If you use any option other than $wgRealnamesLinkStyle, I want to hear from you! If I don't hear from
anyone I will assume nobody cares about the options, and I can significantly simplify the testing of the
extension down to just to one configuration parameter, $wgRealnamesLinkStyle and remove the rest.
email me ofbeaton at gmail dot com
testing:
* 1.31.1 (LTS)