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