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