Merge "resources: Remove the deprecated 'jquery.badge' module"
[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 * (T17845) The deprecated 'jquery.badge' module was removed.
34 * …
35
36 === Bug fixes in 1.31 ===
37 * …
38
39 === Action API changes in 1.31 ===
40 * …
41
42 === Action API internal changes in 1.31 ===
43 * …
44
45 === Languages updated in 1.31 ===
46 MediaWiki supports over 350 languages. Many localisations are updated
47 regularly. Below only new and removed languages are listed, as well as
48 changes to languages because of Phabricator reports.
49
50 * …
51
52 === Other changes in 1.31 ===
53 * MessageBlobStore::insertMessageBlob() (deprecated in 1.27) was removed.
54 * The global function wfBCP47 was renamed to LanguageCode::bcp47.
55 * The global function wfBCP47 is now deprecated.
56 * The global function wfCountDown() is now deprecated in favor of
57 Maintenance::countDown()
58 * The OutputPage class constructor now requires a context parameter,
59 (instantiating without context was deprecated in 1.18)
60 * mw.page (deprecated in 1.30) was removed.
61 * Article::getLastPurgeTimestamp(), WikiPage::getLastPurgeTimestamp(), and the
62 related WikiPage::PURGE_* constants, deprecated in 1.29, were removed.
63 * The Article::selectFields(), Article::onArticleCreate(),
64 Article::onArticleDelete(), and Article::onArticleEdit() methods, deprecated
65 in 1.24, were removed.
66 * Installer::locateExecutable() and Installer::locateExecutableInDefaultPaths()
67 were removed, use ExecutableFinder::findInDefaultPaths() instead.
68 * Several methods for returning lists of fields to select from the database
69 have been deprecated in favor of similar methods that also return the tables
70 to select from and the join conditions for those tables.
71 * Block::selectFields() → Block::getQueryInfo()
72 * RecentChange::selectFields() → RecentChange::getQueryInfo()
73 * ArchivedFile::selectFields() → ArchivedFile::getQueryInfo()
74 * LocalFile::selectFields() → LocalFile::getQueryInfo()
75 * LocalFile::getCacheFields() with a prefix no longer works
76 * LocalFile::getLazyCacheFields() with a prefix no longer works
77 * OldLocalFile::selectFields() → OldLocalFile::getQueryInfo()
78 * RecentChange::selectFields() → RecentChange::getQueryInfo()
79 * Revision::userJoinCond() → Revision::getQueryInfo( [ 'user' ] )
80 * Revision::selectUserFields() → Revision::getQueryInfo( [ 'user' ] )
81 * Revision::pageJoinCond() → Revision::getQueryInfo( [ 'page' ] )
82 * Revision::selectPageFields() → Revision::getQueryInfo( [ 'page' ] )
83 * Revision::selectTextFields() → Revision::getQueryInfo( [ 'text' ] )
84 * Revision::selectFields() → Revision::getQueryInfo()
85 * Revision::selectArchiveFields() → Revision::getArchiveQueryInfo()
86 * User::selectFields() → User::getQueryInfo()
87 * WikiPage::selectFields() → WikiPage::getQueryInfo()
88 * Due to significant refactoring, method ContribsPager::getUserCond() that had
89 no access restriction has been removed.
90
91 == Compatibility ==
92 MediaWiki 1.31 requires PHP 5.5.9 or later. There is experimental support for
93 HHVM 3.6.5 or later.
94
95 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
96 but support for them is somewhat less mature. There is experimental support for
97 Oracle and Microsoft SQL Server.
98
99 The supported versions are:
100
101 * MySQL 5.0.3 or later
102 * PostgreSQL 8.3 or later
103 * SQLite 3.3.7 or later
104 * Oracle 9.0.1 or later
105 * Microsoft SQL Server 2005 (9.00.1399)
106
107 == Upgrading ==
108 1.31 has several database changes since 1.30, and will not work without schema
109 updates. Note that due to changes to some very large tables like the revision
110 table, the schema update may take quite long (minutes on a medium sized site,
111 many hours on a large site).
112
113 Don't forget to always back up your database before upgrading!
114
115 See the file UPGRADE for more detailed upgrade instructions, including
116 important information when upgrading from versions prior to 1.11.
117
118 For notes on 1.30.x and older releases, see HISTORY.
119
120 == Online documentation ==
121 Documentation for both end-users and site administrators is available on
122 MediaWiki.org, and is covered under the GNU Free Documentation License (except
123 for pages that explicitly state that their contents are in the public domain):
124
125 https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
126
127 == Mailing list ==
128 A mailing list is available for MediaWiki user support and discussion:
129
130 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
131
132 A low-traffic announcements-only list is also available:
133
134 https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
135
136 It's highly recommended that you sign up for one of these lists if you're
137 going to run a public MediaWiki, so you can be notified of security fixes.
138
139 == IRC help ==
140 There's usually someone online in #mediawiki on irc.freenode.net.