Merge "Update PsySh from 0.8.5 to 0.8.11"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.31
1 == MediaWiki 1.31 ==
2
3 THIS IS NOT A RELEASE YET
4
5 MediaWiki 1.31 is an alpha-quality branch and is not recommended for use in
6 production.
7
8 === Configuration changes in 1.31 ===
9 * $wgEnableAPI and $wgEnableWriteAPI are now deprecated and will be removed in
10 a future version. The API is now considered to be stable, secure and
11 essential.
12
13 === New features in 1.31 ===
14 * …
15
16 === External library changes in 1.31 ===
17
18 ==== Upgraded external libraries ====
19 * …
20
21 ==== New external libraries ====
22 * …
23
24 ==== Removed and replaced external libraries ====
25 * …
26
27 === Bug fixes in 1.31 ===
28 * …
29
30 === Action API changes in 1.31 ===
31 * …
32
33 === Action API internal changes in 1.31 ===
34 * …
35
36 === Languages updated in 1.31 ===
37 MediaWiki supports over 350 languages. Many localisations are updated
38 regularly. Below only new and removed languages are listed, as well as
39 changes to languages because of Phabricator reports.
40
41 * …
42
43 === Other changes in 1.31 ===
44 * MessageBlobStore::insertMessageBlob() (deprecated in 1.27) was removed.
45 * The global function wfBCP47 was renamed to LanguageCode::bcp47.
46 * The global function wfBCP47 is now deprecated.
47 * The global function wfCountDown() is now deprecated in favor of
48 Maintenance::countDown().
49
50 == Compatibility ==
51 MediaWiki 1.31 requires PHP 5.5.9 or later. There is experimental support for
52 HHVM 3.6.5 or later.
53
54 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
55 but support for them is somewhat less mature. There is experimental support for
56 Oracle and Microsoft SQL Server.
57
58 The supported versions are:
59
60 * MySQL 5.0.3 or later
61 * PostgreSQL 8.3 or later
62 * SQLite 3.3.7 or later
63 * Oracle 9.0.1 or later
64 * Microsoft SQL Server 2005 (9.00.1399)
65
66 == Upgrading ==
67 1.31 has several database changes since 1.30, and will not work without schema
68 updates. Note that due to changes to some very large tables like the revision
69 table, the schema update may take quite long (minutes on a medium sized site,
70 many hours on a large site).
71
72 Don't forget to always back up your database before upgrading!
73
74 See the file UPGRADE for more detailed upgrade instructions, including
75 important information when upgrading from versions prior to 1.11.
76
77 For notes on 1.30.x and older releases, see HISTORY.
78
79 == Online documentation ==
80 Documentation for both end-users and site administrators is available on
81 MediaWiki.org, and is covered under the GNU Free Documentation License (except
82 for pages that explicitly state that their contents are in the public domain):
83
84 https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
85
86 == Mailing list ==
87 A mailing list is available for MediaWiki user support and discussion:
88
89 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
90
91 A low-traffic announcements-only list is also available:
92
93 https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
94
95 It's highly recommended that you sign up for one of these lists if you're
96 going to run a public MediaWiki, so you can be notified of security fixes.
97
98 == IRC help ==
99 There's usually someone online in #mediawiki on irc.freenode.net.