Merge "rdbms: correct atomic section examples in comments"
[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 * …
18
19 === External library changes in 1.32 ===
20 * …
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.32 ===
32 * …
33
34 === Action API changes in 1.32 ===
35 * …
36
37 === Action API internal changes in 1.32 ===
38 * …
39
40 === Languages updated in 1.32 ===
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 === Breaking changes in 1.32 ===
48 * $wgRequestTime was removed (deprecated in 1.25).
49 Use $_SERVER['REQUEST_TIME_FLOAT'] or WebRequest::getElapsedTime() instead.
50 * The MediaWikiI18N class was removed (deprecated in 1.31).
51 * QuickTemplate::setTranslator() was removed (deprecated in 1.31).
52 Use Skin::msg() instead.
53 * wfInitShellLocale() was removed (deprecated in 1.30).
54 * wfShellExecDisabled() was removed (deprecated in 1.30).
55 * The type string for the parameter $lang of DateFormatter::getInstance is
56 removed (deprecated in 1.31).
57
58 === Deprecations in 1.32 ===
59 * Use of a StartProfiler.php file is deprecated in favour of placing
60 configuration in LocalSettings.php.
61
62 === Other changes in 1.32 ===
63 * …
64
65 == Compatibility ==
66 MediaWiki 1.32 requires PHP 5.5.9 or later. Although HHVM 3.18.5 or later is supported,
67 it is generally advised to use PHP 5.5.9 or later for long term support.
68
69 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
70 but support for them is somewhat less mature. There is experimental support for
71 Oracle and Microsoft SQL Server.
72
73 The supported versions are:
74
75 * MySQL 5.5.8 or later
76 * PostgreSQL 9.2 or later
77 * SQLite 3.3.7 or later
78 * Oracle 9.0.1 or later
79 * Microsoft SQL Server 2005 (9.00.1399)
80
81 == Upgrading ==
82 1.32 has several database changes since 1.31, and will not work without schema
83 updates. Note that due to changes to some very large tables like the revision
84 table, the schema update may take quite long (minutes on a medium sized site,
85 many hours on a large site).
86
87 Don't forget to always back up your database before upgrading!
88
89 See the file UPGRADE for more detailed upgrade instructions, including
90 important information when upgrading from versions prior to 1.11.
91
92 For notes on 1.31.x and older releases, see HISTORY.
93
94 == Online documentation ==
95 Documentation for both end-users and site administrators is available on
96 MediaWiki.org, and is covered under the GNU Free Documentation License (except
97 for pages that explicitly state that their contents are in the public domain):
98
99 https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
100
101 == Mailing list ==
102 A mailing list is available for MediaWiki user support and discussion:
103
104 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
105
106 A low-traffic announcements-only list is also available:
107
108 https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
109
110 It's highly recommended that you sign up for one of these lists if you're
111 going to run a public MediaWiki, so you can be notified of security fixes.
112
113 == IRC help ==
114 There's usually someone online in #mediawiki on irc.freenode.net.