Merge "Change @throw to @throws"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.32
1 == MediaWiki 1.32 ==
2
3 THIS IS NOT A RELEASE YET
4
5 MediaWiki 1.32 is an alpha-quality branch and is not recommended for use in
6 production.
7
8 === Configuration changes in 1.32 ===
9 * (T115414) The $wgEnableAPI and $wgEnableWriteAPI settings, deprecated in 1.31, have been removed.
10 * The $wgUseAjax setting, deprecated in 1.31, is now ignored.
11 * The $wgSiteSupportPage setting, unused since 1.5, was removed.
12 * $wgJpegQuality was added to allow configuring the quality of JPEG thumbnails (default 80).
13 * The default quality of JPEG thumbnails generated by GD was reduced from 95 to 80.
14 * …
15
16 === New features in 1.32 ===
17 * (T112474) Generalized the ResourceLoader mechanism for overriding modules
18 using a particular page during edit previews.
19 * Added 'ApiParseMakeOutputPage' hook.
20
21 === External library changes in 1.32 ===
22 * …
23
24 ==== Upgraded external libraries ====
25 * …
26
27 ==== New external libraries ====
28 * …
29
30 ==== Removed and replaced external libraries ====
31 * …
32
33 === Bug fixes in 1.32 ===
34 * …
35
36 === Action API changes in 1.32 ===
37 * …
38
39 === Action API internal changes in 1.32 ===
40 * Added 'ApiParseMakeOutputPage' hook.
41
42 === Languages updated in 1.32 ===
43 MediaWiki supports over 350 languages. Many localisations are updated
44 regularly. Below only new and removed languages are listed, as well as
45 changes to languages because of Phabricator reports.
46
47 * …
48
49 === Breaking changes in 1.32 ===
50 * $wgRequestTime was removed (deprecated in 1.25).
51 Use $_SERVER['REQUEST_TIME_FLOAT'] or WebRequest::getElapsedTime() instead.
52 * The MediaWikiI18N class was removed (deprecated in 1.31).
53 * QuickTemplate::setTranslator() was removed (deprecated in 1.31).
54 Use Skin::msg() instead.
55 * wfInitShellLocale() was removed (deprecated in 1.30).
56 * wfShellExecDisabled() was removed (deprecated in 1.30).
57 * The type string for the parameter $lang of DateFormatter::getInstance is
58 removed (deprecated in 1.31).
59 * The EDIT_TOKEN_SUFFIX constant was removed (deprecated in 1.27).
60 Use MediaWiki\Session\Token::SUFFIX instead.
61 * EditPage::isOouiEnabled(), deprecated in 1.30, was removed.
62
63 === Deprecations in 1.32 ===
64 * Use of a StartProfiler.php file is deprecated in favour of placing
65 configuration in LocalSettings.php.
66 * HTMLForm::setSubmitProgressive() is deprecated. No need to call it. Submit
67 button is already marked as progressive.
68
69 === Other changes in 1.32 ===
70 * …
71
72 == Compatibility ==
73 MediaWiki 1.32 requires PHP 5.5.9 or later. Although HHVM 3.18.5 or later is supported,
74 it is generally advised to use PHP 5.5.9 or later for long term support.
75
76 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
77 but support for them is somewhat less mature. There is experimental support for
78 Oracle and Microsoft SQL Server.
79
80 The supported versions are:
81
82 * MySQL 5.5.8 or later
83 * PostgreSQL 9.2 or later
84 * SQLite 3.3.7 or later
85 * Oracle 9.0.1 or later
86 * Microsoft SQL Server 2005 (9.00.1399)
87
88 == Upgrading ==
89 1.32 has several database changes since 1.31, and will not work without schema
90 updates. Note that due to changes to some very large tables like the revision
91 table, the schema update may take quite long (minutes on a medium sized site,
92 many hours on a large site).
93
94 Don't forget to always back up your database before upgrading!
95
96 See the file UPGRADE for more detailed upgrade instructions, including
97 important information when upgrading from versions prior to 1.11.
98
99 For notes on 1.31.x and older releases, see HISTORY.
100
101 == Online documentation ==
102 Documentation for both end-users and site administrators is available on
103 MediaWiki.org, and is covered under the GNU Free Documentation License (except
104 for pages that explicitly state that their contents are in the public domain):
105
106 https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
107
108 == Mailing list ==
109 A mailing list is available for MediaWiki user support and discussion:
110
111 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
112
113 A low-traffic announcements-only list is also available:
114
115 https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
116
117 It's highly recommended that you sign up for one of these lists if you're
118 going to run a public MediaWiki, so you can be notified of security fixes.
119
120 == IRC help ==
121 There's usually someone online in #mediawiki on irc.freenode.net.