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