Merge "jQuery: Remove jQuery 1 legacy option"
[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 * $wgUsejQueryThree was removed, as it is now the default. This was documented as a
13 temporary variable during the migration period, deprecated since 1.29.
14 * …
15
16 === New features in 1.31 ===
17 * Wikimedia\Rdbms\IDatabase->select() and similar methods now support
18 joins with parentheses for grouping.
19
20 === External library changes in 1.31 ===
21
22 ==== Upgraded external libraries ====
23 * …
24
25 ==== New external libraries ====
26 * …
27
28 ==== Removed and replaced external libraries ====
29 * …
30
31 === Bug fixes in 1.31 ===
32 * …
33
34 === Action API changes in 1.31 ===
35 * …
36
37 === Action API internal changes in 1.31 ===
38 * …
39
40 === Languages updated in 1.31 ===
41 MediaWiki supports over 350 languages. Many localisations are updated
42 regularly. Below only new and removed languages are listed, as well as
43 changes to languages because of Phabricator reports.
44
45 * …
46
47 === Other changes in 1.31 ===
48 * MessageBlobStore::insertMessageBlob() (deprecated in 1.27) was removed.
49 * The global function wfBCP47 was renamed to LanguageCode::bcp47.
50 * The global function wfBCP47 is now deprecated.
51 * The global function wfCountDown() is now deprecated in favor of
52 Maintenance::countDown()
53 * The OutputPage class constructor now requires a context parameter,
54 (instantiating without context was deprecated in 1.18)
55 * mw.page (deprecated in 1.30) was removed.
56
57 == Compatibility ==
58 MediaWiki 1.31 requires PHP 5.5.9 or later. There is experimental support for
59 HHVM 3.6.5 or later.
60
61 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
62 but support for them is somewhat less mature. There is experimental support for
63 Oracle and Microsoft SQL Server.
64
65 The supported versions are:
66
67 * MySQL 5.0.3 or later
68 * PostgreSQL 8.3 or later
69 * SQLite 3.3.7 or later
70 * Oracle 9.0.1 or later
71 * Microsoft SQL Server 2005 (9.00.1399)
72
73 == Upgrading ==
74 1.31 has several database changes since 1.30, and will not work without schema
75 updates. Note that due to changes to some very large tables like the revision
76 table, the schema update may take quite long (minutes on a medium sized site,
77 many hours on a large site).
78
79 Don't forget to always back up your database before upgrading!
80
81 See the file UPGRADE for more detailed upgrade instructions, including
82 important information when upgrading from versions prior to 1.11.
83
84 For notes on 1.30.x and older releases, see HISTORY.
85
86 == Online documentation ==
87 Documentation for both end-users and site administrators is available on
88 MediaWiki.org, and is covered under the GNU Free Documentation License (except
89 for pages that explicitly state that their contents are in the public domain):
90
91 https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
92
93 == Mailing list ==
94 A mailing list is available for MediaWiki user support and discussion:
95
96 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
97
98 A low-traffic announcements-only list is also available:
99
100 https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
101
102 It's highly recommended that you sign up for one of these lists if you're
103 going to run a public MediaWiki, so you can be notified of security fixes.
104
105 == IRC help ==
106 There's usually someone online in #mediawiki on irc.freenode.net.