No longer special case 'patrol' in $wgFilterLogTypes
[lhc/web/wiklou.git] / RELEASE-NOTES-1.31
1 == MediaWiki 1.31 ==
2
3 THIS IS NOT A RELEASE YET
4
5 MediaWiki 1.31 is an alpha-quality branch and is not recommended for use in
6 production.
7
8 === Configuration changes in 1.31 ===
9 * $wgEnableAPI and $wgEnableWriteAPI are now deprecated and will be removed in
10 a future version. The API is now considered to be stable, secure and
11 essential.
12 * $wgUsejQueryThree was removed, as it is now the default. This was documented as a
13 temporary variable during the migration period, deprecated since 1.29.
14 * $wgLogoHD has been updated to support svg images and uses $wgLogo where
15 possible for fallback images such as png.
16 * (T44246) $wgFilterLogTypes will no longer ignore 'patrol' when user does
17 not have the right to mark things patrolled.
18 * …
19
20 === New features in 1.31 ===
21 * Wikimedia\Rdbms\IDatabase->select() and similar methods now support
22 joins with parentheses for grouping.
23
24 === External library changes in 1.31 ===
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.31 ===
36 * …
37
38 === Action API changes in 1.31 ===
39 * …
40
41 === Action API internal changes in 1.31 ===
42 * …
43
44 === Languages updated in 1.31 ===
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 === Other changes in 1.31 ===
52 * MessageBlobStore::insertMessageBlob() (deprecated in 1.27) was removed.
53 * The global function wfBCP47 was renamed to LanguageCode::bcp47.
54 * The global function wfBCP47 is now deprecated.
55 * The global function wfCountDown() is now deprecated in favor of
56 Maintenance::countDown()
57 * The OutputPage class constructor now requires a context parameter,
58 (instantiating without context was deprecated in 1.18)
59 * mw.page (deprecated in 1.30) was removed.
60 * Article::getLastPurgeTimestamp(), WikiPage::getLastPurgeTimestamp(), and the
61 related WikiPage::PURGE_* constants, deprecated in 1.29, were removed.
62 * The Article::selectFields(), Article::onArticleCreate(),
63 Article::onArticleDelete(), and Article::onArticleEdit() methods, deprecated
64 in 1.24, were removed.
65 * Installer::locateExecutable() and Installer::locateExecutableInDefaultPaths()
66 were removed, use ExecutableFinder::findInDefaultPaths() instead.
67
68 == Compatibility ==
69 MediaWiki 1.31 requires PHP 5.5.9 or later. There is experimental support for
70 HHVM 3.6.5 or later.
71
72 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
73 but support for them is somewhat less mature. There is experimental support for
74 Oracle and Microsoft SQL Server.
75
76 The supported versions are:
77
78 * MySQL 5.0.3 or later
79 * PostgreSQL 8.3 or later
80 * SQLite 3.3.7 or later
81 * Oracle 9.0.1 or later
82 * Microsoft SQL Server 2005 (9.00.1399)
83
84 == Upgrading ==
85 1.31 has several database changes since 1.30, and will not work without schema
86 updates. Note that due to changes to some very large tables like the revision
87 table, the schema update may take quite long (minutes on a medium sized site,
88 many hours on a large site).
89
90 Don't forget to always back up your database before upgrading!
91
92 See the file UPGRADE for more detailed upgrade instructions, including
93 important information when upgrading from versions prior to 1.11.
94
95 For notes on 1.30.x and older releases, see HISTORY.
96
97 == Online documentation ==
98 Documentation for both end-users and site administrators is available on
99 MediaWiki.org, and is covered under the GNU Free Documentation License (except
100 for pages that explicitly state that their contents are in the public domain):
101
102 https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
103
104 == Mailing list ==
105 A mailing list is available for MediaWiki user support and discussion:
106
107 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
108
109 A low-traffic announcements-only list is also available:
110
111 https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
112
113 It's highly recommended that you sign up for one of these lists if you're
114 going to run a public MediaWiki, so you can be notified of security fixes.
115
116 == IRC help ==
117 There's usually someone online in #mediawiki on irc.freenode.net.