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