EditPage: Remove isOouiEnabled(), deprecated since MW 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 * …
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
67 === Other changes in 1.32 ===
68 * …
69
70 == Compatibility ==
71 MediaWiki 1.32 requires PHP 5.5.9 or later. Although HHVM 3.18.5 or later is supported,
72 it is generally advised to use PHP 5.5.9 or later for long term support.
73
74 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
75 but support for them is somewhat less mature. There is experimental support for
76 Oracle and Microsoft SQL Server.
77
78 The supported versions are:
79
80 * MySQL 5.5.8 or later
81 * PostgreSQL 9.2 or later
82 * SQLite 3.3.7 or later
83 * Oracle 9.0.1 or later
84 * Microsoft SQL Server 2005 (9.00.1399)
85
86 == Upgrading ==
87 1.32 has several database changes since 1.31, and will not work without schema
88 updates. Note that due to changes to some very large tables like the revision
89 table, the schema update may take quite long (minutes on a medium sized site,
90 many hours on a large site).
91
92 Don't forget to always back up your database before upgrading!
93
94 See the file UPGRADE for more detailed upgrade instructions, including
95 important information when upgrading from versions prior to 1.11.
96
97 For notes on 1.31.x and older releases, see HISTORY.
98
99 == Online documentation ==
100 Documentation for both end-users and site administrators is available on
101 MediaWiki.org, and is covered under the GNU Free Documentation License (except
102 for pages that explicitly state that their contents are in the public domain):
103
104 https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
105
106 == Mailing list ==
107 A mailing list is available for MediaWiki user support and discussion:
108
109 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
110
111 A low-traffic announcements-only list is also available:
112
113 https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
114
115 It's highly recommended that you sign up for one of these lists if you're
116 going to run a public MediaWiki, so you can be notified of security fixes.
117
118 == IRC help ==
119 There's usually someone online in #mediawiki on irc.freenode.net.