-
Notifications
You must be signed in to change notification settings - Fork 58
/
RELEASE-NOTES-1.44
112 lines (65 loc) · 2.46 KB
/
RELEASE-NOTES-1.44
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
= Wikibase 1.44 =
This is not a release yet!
== Upgrading notes for 1.44 ==
Don't forget to always back up your database before upgrading!
Some specific notes for Wikibase 1.44 upgrades are below:
* (T291617) Wikis that do not have either of the following (equivalent) lines in their config:
require_once "$IP/extensions/Wikibase/repo/config/Wikibase.example.php";
require_once "$IP/extensions/Wikibase/repo/ExampleSettings.php";
probably need to change their config, see defaultEntityNamespaces below.
...
For a general manual to upgrade MediaWiki see:
https://www.mediawiki.org/wiki/Manual:Upgrading
=== Configuration changes for system administrators in 1.44 ===
==== New configuration ====
* (T12345) ...
==== Changed configuration ====
* (T291617) The defaultEntityNamespaces repo setting now defaults to true.
It was previously set to true in the example settings,
so for wikis that use the example settings, nothing changes.
Wikis that do not use the example settings probably want to set
$wgWBRepoSettings['defaultEntityNamespaces'] = false;
in their LocalSettings.
* (T12345) ...
==== Removed configuration ====
* (T12345) ...
=== New user-facing features in 1.44 ===
* (T12345) ...
=== External library changes in 1.44 ===
==== New external libraries ====
* (T12345) ...
==== Changed external libraries ====
* (T12345) ...
==== Removed external libraries ====
* (T12345) ...
=== Bug fixes in 1.44 ===
* (T12345) ...
=== Action API changes in 1.44 ===
* (T12345) ...
=== REST API changes in 1.44 ===
* (T12345) ...
=== Languages updated in 1.44 ===
Wikibase supports over 300 languages. Many localisations are updated regularly.
Below only new and removed languages are listed, as well as changes to languages
because of Phabricator reports.
New monolingual support:
* (T12345) ...
Monolingual entries removed as they are now natively supported by MediaWiki:
* (T12345) ...
=== Breaking changes in 1.44 ===
* (T12345) ...
=== Deprecations in 1.44 ===
* (T12345) ...
=== Other changes in 1.44 ===
* (T12345) ...
== Online documentation ==
Installation instructions and FAQ
https://www.mediawiki.org/wiki/Wikibase
Developer documentation of Wikibase 1.44
https://doc.wikimedia.org/Wikibase/REL1_44/
== Mailing list ==
Discussion regarding the development of Wikidata
https://lists.wikimedia.org/mailman/listinfo/wikidata-tech
== IRC help ==
Questions related to wikibase and wikidata can be asked in #wikibase or
#wikidata on irc.libera.chat.