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