Complete coverage of Parser::getTemplateDom()
[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
13 as a 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 not
17 have the right to mark things patrolled.
18 * Wikis that contain imported revisions or CentralAuth global blocks should run
19 maintenance/cleanupUsersWithNoId.php.
20 * The configuration settings $wgResourceLoaderMinifierStatementsOnOwnLine and
21 $wgResourceLoaderMinifierMaxLineLength, deprecated since 1.27, were removed.
22 * (T180921) $wgReferrerPolicy now supports having fallbacks for browsers that
23 are not using the latest version of the Referrer Policy specification.
24 * $wgFragmentMode is now set to [ 'legacy', 'html5' ] by default. This is a
25 first step of migration to human-readable section IDs that will later result
26 in 'html5' being the default mode.
27 * CACHE_ACCEL now only supports APC(u) or WinCache. XCache support was removed
28 as upstream is inactive and has no plans to move to PHP 7.
29 * The old CategorizedRecentChanges feature, including its related configuration
30 option $wgAllowCategorizedRecentChanges, has been removed.
31 * (T188472) The 'comma' value for $wgArticleCountMethod is no longer supported
32 for performance reasons, and installations with this setting will now work as
33 if it was configured with 'any'.
34 * (T185753) MediaWiki now defaults to using RemexHtml to tidy up user input,
35 rather than being off by default. If you wish to disable HTML tidying
36 entirely, set $wgTidyConfig to null; if you wish to use the old, deprecated
37 Tidy external binary, both set $wgTidyConfig to null and $wgUseTidy to true.
38 * $wgLogAutopatrol now defaults to false instead of true.
39 * $wgValidateAllHtml was removed and will be ignored.
40 * $wgScriptExtension, deprecated and ignored since 1.25, was removed. See the
41 1.25 release notes for more information.
42 * $wgUseAjax is now marked as deprecated, just like the deprecated AJAX
43 framework that it enables. Some extensions mistakenly used this to check
44 whether any AJAX functionality at all should be enabled, further making this
45 problematic to retain.
46
47 === New features in 1.31 ===
48 * (T76554) User sub-pages named ….json are now protected in the same way that
49 ….js and ….css pages are, so that configuration options can safely be placed
50 there.
51 * Wikimedia\Rdbms\IDatabase->select() and similar methods now support joins
52 with parentheses for grouping.
53 * As a first pass in standardizing dialog boxes across the MediaWiki product,
54 Html class now provides helper methods for messageBox, successBox, errorBox
55 and warningBox generation.
56 * (T9240) Imports will now record unknown (and, optionally, known) usernames in
57 a format like "iw>Example".
58 * (T20209) Linker (used on history pages, log pages, and so on) will display
59 usernames formed like "iw>Example" as interwiki links, as if by wikitext like
60 [[iw:User:Example|iw>Example]].
61 * (T111605) The 'ImportHandleUnknownUser' hook allows extensions to auto-create
62 users during an import.
63 * Added a hook, ParserOutputPostCacheTransform, to allow extensions to affect
64 the ParserOutput::getText() post-cache transformations.
65 * Added a hook, UploadForm:getInitialPageText, to allow extensions to alter the
66 initial page text for file uploads.
67 * (T181651) The info page for File pages now displays the file's base-16 SHA1
68 hash value in the table of basic information.
69 * Style tags with a 'data-mw-deduplicate' attribute will be deduplicated as a
70 ParserOutput::getText() post-cache transformation. This may be disabled by
71 passing 'deduplicateStyles' => false to that method.
72 * The identity of the logged-in or IP "actor" for logged actions is being moved
73 into a new actor table, with the rows in tables such as revision and logging
74 referring to the actor ID instead of storing the user ID and name/IP in
75 every row.
76 * This is currently gated by $wgActorTableSchemaMigrationStage. Most wikis
77 can set this to MIGRATION_NEW and run maintenance/migrateActors.php as
78 soon as any necessary extensions are updated.
79 * Most code accessing rows for logged actions from the database should use
80 the relevant getQueryInfo() methods to get the information needed to build
81 the SQL query. The ActorMigration class may also be used to get feature
82 -flagged information needed to access actor-related fields during the
83 migration period.
84 * Added Wikimedia\Rdbms\IDatabase::cancelAtomic(), to roll back an atomic
85 section without having to roll back the whole transaction.
86 * Wikimedia\Rdbms\IDatabase::doAtomicSection(), non-native ::insertSelect(),
87 and non-MySQL ::replace() and ::upsert() no longer roll back the whole
88 transaction on failure.
89 * (T189785) Added a monthly heartbeat ping to the pingback feature.
90 * The CLI installer (maintenance/install.php) learned to detect and include
91 extensions. Pass --with-extensions to enable that feature.
92 * (T184791) rc_patrolled now has three states: "0" for unpatrolled,
93 "1" for manually patrolled and "2" for autopatrolled actions.
94 * Extensions can now set their type to "editor" if they provide an editor or
95 enhance the editing experience.
96 * Extensions can use a PSR-4 autoloader by setting an "AutoloadNamespaces"
97 property in extension.json. See the documentation at
98 <https://mediawiki.org/wiki/Manual:Extension.json/Schema#AutoloadNamespaces>
99 for more details and an example.
100 * (T19099) Tabs which link to pages that don't exist (like those to uncreated
101 discussion pages) now have a tooltip to indicate state, not just colour.
102
103 === External library changes in 1.31 ===
104 * pear/mail, pear/mail_mime and pear/mail_mime-decode have been moved from
105 suggested to required. These packages now must be installed via composer
106 and not via PEAR itself.
107
108 ==== Upgraded external libraries ====
109 * Updated jquery.chosen from v0.9.14 to v1.8.2.
110 * Updated composer/spdx-licenses from 1.1.4 to 1.3.0 (development dependency).
111 * Updated nikic/php-parser from 2.1.0 to 3.1.3 (development dependency).
112 * Updated wikimedia/ip-set from 1.1.0 to 1.2.0.
113 * Updated wikimedia/relpath from 2.0.0 to 2.1.1.
114 * Updated wikimedia/running-stat from 1.1.0 to 1.2.0.
115 * Updated wikimedia/wrappedstring from 2.2.0 to 2.3.0.
116 * Updated mediawiki/at-ease from 1.1.0 to 1.2.0.
117 * Updated wikimedia/php-session-serializer from 1.0.4 to 1.0.6.
118 * Updated wikimedia/remex-html from 1.0.2 to 1.0.3.
119 * Updated wikimedia/html-formatter from 1.0.1 to 1.0.2.
120
121 ==== New external libraries ====
122 * Added wikimedia/object-factory 1.0.0
123
124 ==== Removed and replaced external libraries ====
125 * (T17845) The deprecated 'jquery.badge' module was removed.
126 * The deprecated 'jquery.autoEllipsis' module was removed. Use the CSS
127 text-overflow property instead.
128 * The deprecated 'jquery.placeholder' module was removed.
129 * The deprecated 'jquery.appear' module was removed. Use the
130 'mediawiki.viewport' module instead.
131 * mediawiki/at-ease was replaced with wikimedia/at-ease.
132
133 === Bug fixes in 1.31 ===
134 * (T90902) Non-breaking space in header ID breaks anchor.
135 * (T189375) CSSMin now allows quoted urls in `url()` syntax to start with a
136 space.
137 * (T2087, T10897, T87753, T174639) Whitespace created by category and language
138 links is now stripped rather than leaving blank lines in odd places.
139 * (T3780) Uploads with UTF-8 names now work on PHP7.1+ on Windows servers.
140
141 === Action API changes in 1.31 ===
142 * (T185058) The 'name' value to tgprop for action=query&list=tags has been
143 removed. It has never made a difference in the output, the name was always
144 returned regardless.
145 * The 'watch' and 'unwatch' parameters for action=move have been removed. They
146 were deprecated and also accidentally nonfunctional since 1.17 in 2010. Use
147 'watchlist' instead.
148
149 === Action API internal changes in 1.31 ===
150 * ApiBase::getProfileDBTime, deprecated since 1.25, was removed.
151 * ApiBase::getModuleProfileName, deprecated since 1.25, was removed.
152 * ApiBase::getProfileTime, deprecated since 1.25, was removed.
153
154 === Languages updated in 1.31 ===
155 MediaWiki supports over 350 languages. Many localisations are updated
156 regularly. Below only new and removed languages are listed, as well as
157 changes to languages because of Phabricator reports.
158
159 * (T180052) Mirandese (mwl) now supports gendered NS_USER/NS_USER_TALK.
160 * (T182305) New language support: Nyungar (nys).
161 * (T186359) New language support: Siberian Tatar [cебертатар] (sty).
162 * (T186635) New language support: Guianan Creole (gcr).
163 * (T186647) New language support: Kumyk [къумукъ] (kum).
164 * (T187750) New language support: Spanish formal address (es-formal).
165 * (T187824) New language support: Hungarian formal address (hu-formal).
166 * (T189127) New language support: Gorontalo (gor).
167
168 === Breaking changes in 1.31 ===
169 * MessageBlobStore::insertMessageBlob(), deprecated in 1.27, was removed.
170 * The OutputPage class constructor now requires a context parameter.
171 Instantiating without context was deprecated in 1.18.
172 * The mw.page JavaScript singleton, deprecated in 1.30, was removed.
173 * Article::getLastPurgeTimestamp(), WikiPage::getLastPurgeTimestamp(), and the
174 related WikiPage::PURGE_* constants, deprecated in 1.29, were removed.
175 * The Article::selectFields(), ::onArticleCreate(), ::onArticleDelete(), and
176 ::onArticleEdit() methods, deprecated in 1.24, were removed.
177 * Installer::locateExecutable() and ::locateExecutableInDefaultPaths() were
178 removed. Use ExecutableFinder::findInDefaultPaths() instead.
179 * The deprecated MW_DIFF_VERSION constant was removed.
180 DifferenceEngine::MW_DIFF_VERSION should be used instead.
181 * Due to significant refactoring, method ContribsPager::getUserCond() that had
182 no access restriction has been removed.
183 * The Block class will no longer accept usable-but-missing usernames for
184 'byText' or ->setBlocker(). Callers should either ensure the blocker exists
185 locally or use a new interwiki-format username like "iw>Example".
186 * The following methods and constants from the WatchedItem class, which were
187 deprecated in 1.27, have been removed:
188 * WatchedItem::getTitle()
189 * WatchedItem::fromUserTitle()
190 * WatchedItem::addWatch()
191 * WatchedItem::removeWatch()
192 * WatchedItem::isWatched()
193 * WatchedItem::duplicateEntries()
194 * WatchedItem::IGNORE_USER_RIGHTS
195 * WatchedItem::CHECK_USER_RIGHTS
196 * WatchedItem::DEPRECATED_USAGE_TIMESTAMP
197 * The $statementsOnOwnLine parameter of JavaScriptMinifier::minify was removed.
198 $wgResourceLoaderMinifierStatementsOnOwnLine, the corresponding configuration
199 variable, has been deprecated since 1.27 and was removed as well.
200 * The $maxLineLength parameter of JavaScriptMinifier::minify was removed.
201 $wgResourceLoaderMinifierMaxLineLength, the corresponding configuration
202 variable, has been deprecated since 1.27 and was removed as well.
203 * The HtmlFormatter class, deprecated in 1.27, was removed. The namespaced
204 HtmlFormatter\HtmlFormatter class should be used instead.
205 * The driver 'mysql' for MySQL, deprecated in MediaWiki 1.30, has been removed.
206 The driver has been deprecated since PHP 5.5 and was removed in PHP 7.0. The
207 default driver for MySQL has been 'mysqli' since MediaWiki 1.22.
208 * The following properties of PreparedEdit were deprecated in 1.21 and have
209 been removed:
210 * PreparedEdit->newText
211 * PreparedEdit->oldText
212 * PreparedEdit->pst
213 * ParserOutput objects which are generated using a non-default value for
214 ParserOptions::setWrapOutputClass() can no longer be added to the parser
215 cache.
216 * The following deprecated methods from the OutputPage class have been removed:
217 * OutputPage::addExtensionStyle(); deprecated in 1.27
218 * OutputPage::getExtStyle(); deprecated in 1.27
219 * OutputPage::setETag(); deprecated in 1.28 (obsolete no-op)
220 * OutputPage::setSquidMaxage(); deprecated in 1.27
221 * OutputPage::readOnlyPage(); deprecated in 1.25
222 * OutputPage::rateLimited(); deprecated in 1.25
223 * Additionally, the protected OutputPage::$mExtStyles array, only accessed
224 through the above and with no known uses, was removed.
225 * The no-op method Skin::showIPinHeader(), deprecated in 1.27, was removed.
226 * The following variables and methods in EditPage, deprecated in MediaWiki 1.30,
227 were removed:
228 * $isCssJsSubpage — use ::isUserConfigPage()
229 * $isCssSubpage — use ::isUserCssConfigPage()
230 * $isJsSubpage — use ::isUserJsConfigPage()
231 * $isWrongCaseCssJsPage – use ::isWrongCaseUserConfigPage()
232 * ::getSummaryInput() – use ::getSummaryInputWidget()
233 * ::getSummaryInputOOUI() – use ::getSummaryInputWidget()
234 * ::getCheckboxes() – use ::getCheckboxesWidget() or
235 ::getCheckboxesDefinition()
236 * ::getCheckboxesOOUI() – use ::getCheckboxesWidget() or
237 ::getCheckboxesDefinition()
238 * ResourceLoaderModule::getPosition(), deprecated in 1.29, has been removed.
239 * In User, the cookie-related methods which were wrappers for the functions on
240 the response object, and were deprecated in 1.27, have been removed:
241 * ::setCookie()
242 * ::clearCookie()
243 * ::setExtendedLoginCookie()
244 Note that User::setCookies() remains, and is not deprecated.
245 * Also in User, some auth-related methods which were deprecated in 1.27 have
246 been removed:
247 * ::getEditTokenTimestamp() – use MediaWiki\Session\Token::getTimestamp()
248 * ::getPasswordFactory() – create a PasswordFactory directly
249 * ::passwordChangeInputAttribs()
250 * The global functions wfProfileIn and wfProfileOut, deprecated in 1.25, have
251 been removed.
252 * SpecialPageFactory::getList(), deprecated in 1.24, has been removed. You can
253 use ::getNames() instead.
254 * OpenSearch::getOpenSearchTemplate(), deprecated in 1.25, has been removed. You
255 can use ApiOpenSearch::getOpenSearchTemplate() instead.
256 * The global function wfBaseConvert, deprecated in 1.27, has been removed. Use
257 Wikimedia\base_convert() directly.
258 * Calling Database::begin() explicitly during an implicit transaction or when
259 DBO_TRX is set results in an exception. Calling Database::commit() explicitly
260 for an implicit transaction also results in an exception. Previously these
261 were logged as errors. The startAtomic() and endAtomic() methods, or
262 AtomicSectionUpdate should be used instead.
263 * The global function wfOutputHandler() was removed, use the its replacement
264 MediaWiki\OutputHandler::handle() instead. The global function was only
265 sometimes defined. Its replacement is always available via the autoloader.
266 * ChangeTags::listExtensionActivatedTags and ::listExtensionDefinedTags,
267 deprecated in 1.28, have been removed. Use ::listSoftwareActivatedTags() and
268 ::listSoftwareDefinedTags() instead.
269 * Title::getTitleInvalidRegex(), deprecated in 1.25, has been removed. You can
270 use MediaWikiTitleCodec::getTitleInvalidRegex() instead.
271 * HTMLForm & VFormHTMLForm::isVForm(), deprecated in 1.25, have been removed.
272 * The ProfileSection class, deprecated in 1.25 and unused, has been removed.
273 * The ResourceLoaderGetLessVars hook, deprecated in 1.30, has been removed. Use
274 ResourceLoaderModule::getLessVars() to expose local variables instead of
275 global ones.
276 * As part of work to modernise user-generated content clean-up, a config option
277 and some methods related to HTML validity were removed without deprecation.
278 The public methods MWTidy::checkErrors() and the path through which it was
279 called, TidyDriverBase::validate(), are removed, as are the testing methods
280 MediaWikiTestCase::assertValidHtmlSnippet() and ::assertValidHtmlDocument().
281 The $wgValidateAllHtml configuration option is removed and will be ignored.
282 * Execution of external programs using MediaWiki\Shell\Command now applies
283 the RESTRICT_DEFAULT Firejail restriction by default.
284 * The ResourceLoaderModule::getHashMtime() and ::getDefinitionMtime() methods,
285 deprecated in 1.26, were removed.
286 * The deprecated 'mediawiki.widgets.CategorySelector' module alias was removed.
287 Use the 'mediawiki.widgets.CategoryMultiselectWidget' module directly.
288
289 === Deprecations in 1.31 ===
290 * The Revision class was deprecated in favor of RevisionStore, BlobStore, and
291 RevisionRecord and its subclasses.
292 * The global function wfBCP47 is deprecated in favour of LanguageCode::bcp47.
293 * The global function wfCountDown is now deprecated in favor of
294 Maintenance::countDown.
295 * Several methods for returning lists of fields to select from the database
296 have been deprecated in favor of similar methods that also return the tables
297 to select from and the join conditions for those tables.
298 * Block::selectFields() → Block::getQueryInfo()
299 * RecentChange::selectFields() → RecentChange::getQueryInfo()
300 * ArchivedFile::selectFields() → ArchivedFile::getQueryInfo()
301 * LocalFile::selectFields() → LocalFile::getQueryInfo()
302 * LocalFile::getCacheFields() with a prefix no longer works
303 * LocalFile::getLazyCacheFields() with a prefix no longer works
304 * OldLocalFile::selectFields() → OldLocalFile::getQueryInfo()
305 * RecentChange::selectFields() → RecentChange::getQueryInfo()
306 * Revision::userJoinCond() → Revision::getQueryInfo( [ 'user' ] )
307 * Revision::selectUserFields() → Revision::getQueryInfo( [ 'user' ] )
308 * Revision::pageJoinCond() → Revision::getQueryInfo( [ 'page' ] )
309 * Revision::selectPageFields() → Revision::getQueryInfo( [ 'page' ] )
310 * Revision::selectTextFields() → Revision::getQueryInfo( [ 'text' ] )
311 * Revision::selectFields() → Revision::getQueryInfo()
312 * Revision::selectArchiveFields() → Revision::getArchiveQueryInfo()
313 * User::selectFields() → User::getQueryInfo()
314 * WikiPage::selectFields() → WikiPage::getQueryInfo()
315 * Revision::setUserIdAndName() was deprecated.
316 * Access to TitleValue class properties was deprecated, the relevant getters
317 should be used instead.
318 * DifferenceEngine::getDiffBodyCacheKey() is deprecated. Subclasses should
319 override DifferenceEngine::getDiffBodyCacheKeyParams() instead.
320 * Use of Maintenance::error( $err, $die ) to exit script was deprecated. Use
321 Maintenance::fatalError() instead.
322 * Passing a ParserOptions object to OutputPage::parserOptions() is deprecated.
323 * The RevisionInsertComplete hook is now deprecated; use instead the hook
324 RevisionRecordInserted. RevisionInsertComplete is still called, but the second
325 and third parameter will always be null. Hard deprecation is scheduled for 1.32.
326 * The following methods that get and set ParserOutput state are deprecated.
327 Callers should use the new stateless $options parameter to
328 ParserOutput::getText() instead.
329 * ParserOptions::getEditSection()
330 * ParserOptions::setEditSection()
331 * ParserOutput::getEditSectionTokens()
332 * ParserOutput::setEditSectionTokens()
333 * ParserOutput::getTOCEnabled()
334 * ParserOutput::setTOCEnabled()
335 * OutputPage::enableSectionEditLinks()
336 * OutputPage::sectionEditLinksEnabled()
337 * The public ParserOutput state fields $mTOCEnabled and $mEditSectionTokens
338 are also deprecated.
339 * License::getLicenses has been deprecated; use License::getLines instead.
340 * QuickTemplate::setRef() was deprecated in favour of QuickTemplate::set().
341 Setting template variables by reference allowed violating the principle of
342 data being immutable once added to the skin template. In practice, this method
343 was not being used for that. Rather, setRef() existed as memory optimisation
344 for PHP 4.
345 * QuickTemplate::setTranslator() and MediaWikiI18N::set() were deprecated in
346 favour of Skin::msg() parameters.
347 * MediaWikiI18N::translate() was deprecated in favour of Skin::msg() or
348 wfMessage().
349 * Passing false to ParserOptions::setWrapOutputClass() is deprecated. Use the
350 'unwrap' transform to ParserOutput::getText() instead.
351 * \ObjectFactory (no namespace) is deprecated, the namespaced class
352 \Wikimedia\ObjectFactory from the wikimedia/object-factory library should be
353 used instead.
354 * CommentStore::newKey is deprecated. Instead, get an instance from
355 MediaWikiServices.
356 * The following CommentStore methods have had their signatures changed to
357 introduce a $key parameter, usage of the methods on instances retrieved from
358 CommentStore::newKey will remain unchanged but deprecated:
359 * CommentStore::getFields
360 * CommentStore::getJoin
361 * CommentStore::getComment
362 * CommentStore::getCommentLegacy
363 * CommentStore::insert
364 * CommentStore::insertWithTemplate
365 * The following methods in Title have been renamed, and the old ones are
366 deprecated:
367 * Title::getSkinFromCssJsSubpage – use ::getSkinFromConfigSubpage
368 * Title::isCssOrJsPage – use ::isSiteConfigPage
369 * Title::isCssJsSubpage – use ::isUserConfigPage
370 * Title::isCssSubpage – use ::isUserCssConfigPage
371 * Title::isJsSubpage – use ::isUserJsConfigPage
372 * The following methods related to caching of half-parsed HTML were deprecated:
373 * Parser::serializeHalfParsedText()
374 * Parser::unserializeHalfParsedText()
375 * Parser::isValidHalfParsedText()
376 * StripState::getSubState()
377 * StripState::merge()
378 * The DeferredStringifier class is deprecated, use Message::listParam() instead.
379 * The type string for the parameter $lang of DateFormatter::getInstance is
380 deprecated.
381 * Wikimedia\Rdbms\SavepointPostgres is deprecated.
382 * The DO_MAINTENANCE constant is deprecated. RUN_MAINTENANCE_IF_MAIN should be
383 used instead.
384 * The function wfShellWikiCmd() has been deprecated, use
385 MediaWiki\Shell::makeScriptCommand().
386 * In the future, the hooks 'PreferencesFormPreSave' and 'PreferencesGetLegend'
387 will be allowed to provide any HTMLForm object rather than PreferencesForm.
388
389 === Other changes in 1.31 ===
390 * Browser support for Internet Explorer 10 was lowered from Grade A to Grade C.
391 * Browser support for Opera 12 and older was dropped entirely. Opera 15+
392 continues at Grade A.
393 * Multi-content-revision capability was introduced into the storage layer. See
394 <https://mediawiki.org/wiki/Requests_for_comment/Multi-Content_Revisions>.
395 * The "free" CSS class is now only applied to unbracketed URLs in wikitext.
396 Links written using square brackets will get the class "text" not "free".
397 * RFC 157418: Whitespace is trimmed from wikitext headings, wikitext list items,
398 wikitext table captions, wikitext table headings, wikitext table cells. HTML
399 headings, HTML list items, HTML table captions, HTML table headings, HTML
400 table cells will not have this trimming behavior.
401
402 == Compatibility ==
403 MediaWiki 1.31 requires PHP 7.0.0 or later. Although HHVM 3.18.5 or later is
404 supported, it is generally advised to use PHP 7.0.0 or later for long term
405 support.
406
407 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
408 but support for them is somewhat less mature. There is experimental support for
409 Oracle and Microsoft SQL Server.
410
411 The supported versions are:
412
413 * MySQL 5.5.8 or later
414 * PostgreSQL 9.2 or later
415 * SQLite 3.3.7 or later
416 * Oracle 9.0.1 or later
417 * Microsoft SQL Server 2005 (9.00.1399)
418
419 == Upgrading ==
420 1.31 has several database changes since 1.30, and will not work without schema
421 updates. Note that due to changes to some very large tables like the revision
422 table, the schema update may take quite long (minutes on a medium sized site,
423 many hours on a large site).
424
425 Don't forget to always back up your database before upgrading!
426
427 See the file UPGRADE for more detailed upgrade instructions, including
428 important information when upgrading from versions prior to 1.11.
429
430 For notes on 1.30.x and older releases, see HISTORY.
431
432 == Online documentation ==
433 Documentation for both end-users and site administrators is available on
434 MediaWiki.org, and is covered under the GNU Free Documentation License (except
435 for pages that explicitly state that their contents are in the public domain):
436
437 https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
438
439 == Mailing list ==
440 A mailing list is available for MediaWiki user support and discussion:
441
442 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
443
444 A low-traffic announcements-only list is also available:
445
446 https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
447
448 It's highly recommended that you sign up for one of these lists if you're
449 going to run a public MediaWiki, so you can be notified of security fixes.
450
451 == IRC help ==
452 There's usually someone online in #mediawiki on irc.freenode.net.