Merge "All zh messages should be falling back to a variant (zh-hans currently)"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.19
1 = MediaWiki release notes =
2
3 Security reminder: MediaWiki does not require PHP's register_globals
4 setting since version 1.2.0. If you have it on, turn it '''off''' if you can.
5
6 == MediaWiki 1.19 ==
7
8 MediaWiki 1.19 is a large release that contains many new features and bug
9 fixes. This is a summary of the major changes of interest to users.
10 You can consult the RELEASE-NOTES-1.19 file for the full list of changes in
11 this version.
12
13 Our thanks go to everyone who helped to improve MediaWiki by testing the beta
14 release and submitting bug reports.
15
16 === Changes since 1.19 beta 2 ===
17 * Special:Watchlist no longer sets links to feed when the user is anonymous.
18 * (bug 35961) Hash comparison should always be strict.
19 * Fix broken email confirmation expiration caused by MWCryptRand changes.
20 * (bug 35671) PHP Notice: Undefined index: gettoken in includes/api/ApiMain.php
21 on line 598.
22 * (bug 36042) 'show' causes a fatal in blocks API.
23
24 === Changes since 1.19 beta 1 ===
25 * (bug 35014) Including a special page no longer sets the page's title to the
26 included page
27 * (bug 35019) Edit summaries are no longer transformed in notification e-mails
28 * (bug 35152) Help message for e-mail is shown again in user preferences
29 * (bug 34887) $3 and $4 parameters are now substituted correctly in message
30 "movepage-moved"
31 * (bug 34841) Edit links are no longer displayed when display old page versions
32 * (bug 34889) User name should be normalized on Special:Contributions
33 * (bug 35051) If heading has a trailing space after == then its name is not
34 preloaded into edit summary on section edit
35 * (bug 31417) New ID mw-content-text around the actual page text, without categories,
36 contentSub, ... The same div often also contains the class mw-content-ltr/rtl.
37 * (bug 35303) Proxy and DNS blacklist blocking works again
38 * (bug 22555) Remove or skip strip markers from tag hooks like <nowiki> in
39 core parser functions which operate on strings, such as padleft.
40 * (bug 18295) Don't expose strip markers when a tag appears inside a link
41 inside a heading.
42 * (bug 34212) ApiBlock/ApiUnblock allow action to take place without a token
43 parameter present.
44 * (bug 34907) Fixed exposure of tokens through load.php that could have facilitated
45 CSRF attacks.
46 * (bug 35317) CSRF in Special:Upload.
47
48 === Configuration changes in 1.19 ===
49 * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead.
50 * (bug 27132) movefile right granted by default to registered users.
51 * Default cookie lifetime ($wgCookieExpiration) is increased to 180 days.
52 * (bug 31204) Removed old user.user_options.
53 * $wgMaxImageArea now applies to jpeg files if they are not scaled with
54 ImageMagick.
55 * Introduced $wgQueryPageDefaultLimit (defaults to 50) for the number of
56 items to show by default on query pages (special pages such as Whatlinkshere).
57 * (bug 32470) Increase the length of ug_group.
58 * (bug 32239) Removed $wgEnableTooltipsAndAccesskeys.
59 * Removed $wgVectorShowVariantName.
60 * Removed $wgExtensionAliasesFiles. Use $wgExtensionMessagesFiles.
61 * Removed $wgResourceLoaderInlinePrivateModules , now always enabled.
62
63 === New features in 1.19 ===
64 * (bug 19838) Add ability to get all interwiki prefixes also if the interwiki
65 cache is used.
66 * $wgDnsBlacklistUrls now accepts an array with url and key as the
67 elements to work with DNSBLs that require keys, such as
68 Project Honeypot.
69 * (bug 30022) Add support for custom loadScript sources to ResourceLoader.
70 * (bug 19052) Unicode space separator characters (Zs) now terminates external
71 links and images links.
72 * (bug 30160) Add public method to mw.loader to get module names from registry.
73 * (bug 15558) Parameters to special pages included in wikitext can now be passed
74 as with templates.
75 * Installer now issues a warning if mod_security is present.
76 * (bug 29455) Add support for a filter callback function in jQuery byteLimit
77 plugin.
78 * Added two new GetLocalURL hooks to better serve extensions working on a
79 limited type of titles.
80 * Added a --no-updates flag to importDump.php that skips updating the links
81 tables.
82 * Most presentational html attributes like valign are now converted to inline
83 css style rules. These attributes were removed from html5 and so we clean
84 them up when $wgHtml5 is enabled. This can be disabled using
85 $wgCleanupPresentationalAttributes.
86 * Magic words (time and number-formatting ones, plus DIRECTIONMARK, but not
87 NAMESPACE) now depend on the page content language instead of the site
88 language. In theory this sets the right magic words in system messages,
89 although they are not used there.
90 * (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent.
91 * (bug 30450) Clear page_props table on page deletion.
92 * Hook added to check for exempt from account creation throttle.
93 * (bug 30344) Add configuration variable for setting custom priorities when
94 generating sitemaps.
95 * (bug 96170) Add array support for space-separated list attributes (like
96 'class') in the Html helper class.
97 * (bug 26470) Add checkered background image on hover on files pages.
98 * (bug 30774) mediawiki.html: Add support for numbers and booleans in the
99 attribute values and element contents.
100 * Conversion script between Tifinagh and Latin for the Tachelhit language.
101 * (bug 16755) Add options 'noreplace' and 'noerror' to {{DEFAULTSORT:...}}
102 to stop it from replace an already existing default sort, and suppress error.
103 * (bug 18578) Rewrote revision delete related messages to allow better
104 localisation.
105 * (bug 30364) LanguageConverter now depends on the page content language
106 instead of the wiki content language.
107 * Jump links will now be usable in CSS-capable browsers instead of only
108 in outdated text browsers.
109 * New common*.css files usable by skins instead of having to copy piles
110 of generic styles from MonoBook or Vector's css.
111 * Some deprecated presentational html attributes will now be automatically
112 converted to css.
113 * (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter
114 syntax.
115 * The default user signature now contains a talk link in addition to the user link.
116 * (bug 25306) Add link of old page title to MediaWiki:Delete_and_move_reason.
117 * Added hook BitmapHandlerCheckImageArea.
118 * (bug 30062) Add $wgDBprefix option to cli installer.
119 * getUserPermissionsErrors and getUserPermissionsErrorsExpensive hooks are now
120 also called when checking for 'read' permission.
121 * Introduce $wgEnableSearchContributorsByIP which controls whether searching
122 for an IP address redirects to the contributions list for that IP.
123 * (bug 8859) Database::update should take array of tables too.
124 * (bug 19698) Add "Inverse namespaces" option to Special:Contributions.
125 * (bug 24037) Add byte length of revision to Special:Contributions.
126 * (bug 1672) Added $wgDisableUploadScriptChecks to allow uploading of files
127 containing HTML or JS. DISABLING THESE CHECKS IS VERY DANGEROUS.
128 * New path mappings can be added using the WebRequestPathInfoRouter hook
129 and adding paths to the PathRouter.
130 * (bug 32666) Special:ActiveUsers now allows a subpage to be used as value for the
131 "target" query parameter (eg. Special:ActiveUsers/Username).
132 * New JavaScript variable wgPageContentLanguage.
133 * Added new debugging toolbar, enabled with $wgDebugToolbar.
134 * Differences in the history page now uses slightly better colors for people
135 perceiving colors differently.
136 * (bug 32879) Upgrade jQuery to 1.7.1.
137 * jQuery UI upgraded to 1.8.17.
138 * Extensions can use the 'Language::getMessagesFileName' hook to define new
139 languages using messages files outside of core.
140 * (bug 32512) Add 'Associated namespace' checkbox to Special:Contributions.
141 * Added $wgSend404Code, true by default, which can be set to false to send a
142 200 status code instead of 404 for nonexistent articles.
143 * (bug 33447) Link to the broken image tracking category from Special:Wantedfiles.
144 * (bug 27724) Add timestamp to job queue.
145 * (bug 30339) Implement SpecialPage for running javascript tests. Disabled by default, due to
146 tests potentially being harmful, not to be run on a production wiki.
147 Enable by setting $wgEnableJavaScriptTest to true.
148 * Extensions can use the RequestContextCreateSkin hook to override what skin is
149 loaded in some contexts.
150 * (bug 33456) Show $wgQueryCacheLimit on cached query pages.
151 * (bug 10574) Add an option to allow all pages to be exported by Special:Export.
152 * mediawiki.js Message object constructor is now publicly available as mw.Message.
153 * (bug 29309) Allow CSS class per tooltip (tipsy).
154 * (bug 33565) Add accesskey/tooltip to submit buttons on Special:EditWatchlist.
155 * (bug 17959) Inline rendering/thumbnailing for Gimp XCF images.
156 * (bug 27775) Namespace has it's own XML tag in the XML dump file.
157 * (bug 30513) Redirect tag is now resolved in XML dump file.
158 * sha1 xml tag added to XML dump file.
159 * (bug 33646) Badtitle error page now emits a 400 HTTP status.
160 * Special:MovePage now has a dropdown menu for namespaces.
161 * (bug 34420) Special:Version now shows git HEAD sha1 when available.
162 * (bug 33952) Refactor mw.toolbar to allow dynamic additions at any time.
163
164 === Bug fixes in 1.19 ===
165 * $wgUploadNavigationUrl should be used for file redlinks if.
166 $wgUploadMissingFileUrl is not set. The first was used for this
167 until the second was introduced in 1.17.
168 * BREAKING CHANGE: Style rules for wikitable are now more specific and prevent
169 inheritance to nested tables which caused various issues (bug 30485 and bug
170 33434). If your wiki has overriden rules for ".wikitable", please revise them and
171 adjust where neccecary. For comparison, use the "table.wikitable" section in
172 skins/common/shared.css as base.
173 * $wgUploadNavigationUrl is now used for file redlinks if
174 $wgUploadMissingFileUrl is not set. The former was used for this until the
175 second was introduced in 1.17.
176 * (bug 27894) Move 'editondblclick' event listener down from body to
177 div#bodyContent.
178 * (bug 30172) The check for posix_isatty() in maintenance scripts did not detect
179 when the function exists but is disabled. Introduced
180 Maintenance::posix_isatty().
181 * (bug 30264) Changed installer-generated LocalSettings.php to use
182 require_once() instead require() for included extensions.
183 * Do not convert text in the user interface language to another script.
184 * (bug 26283) Previewing user JS/CSS pages didn't load other user JS/CSS pages.
185 * (bug 26486) ResourceLoader modules with paths to nonexistent files cause PHP
186 warnings/notices to be thrown.
187 * (bug 30335) Fix for HTMLForms using GET that were breaking when non-friendly
188 URLs are used.
189 * (bug 28649) Preventing half truncated multi-byte unicode characters when
190 truncating log comments.
191 * Show --batch-size option in help of maintenance scripts that support it.
192 * (bug 4381) Magic quotes cleaning was not comprehensive, key strings were not
193 unescaped.
194 * (bug 23057) Importers no longer can 'edit' or 'create' a fully-protected page by
195 importing a new revision into it.
196 * Allow moving the associated talk pages of subpages even if the base page
197 has no subpage.
198 * Per page edit-notices now work in namespaces without subpages enabled.
199 * (bug 31081) $wgEnotifUseJobQ is no longer unconditionally enqueueing jobs.
200 * (bug 30202) File names are now restricted on upload to 240 bytes, because of
201 restrictions on some of the database fields.
202 * Timezones are now recognised in user preferences when offset is different
203 due to DST.
204 * (bug 31692) "summary" parameter now also works when undoing revisions.
205 * (bug 18823) "move succeeded" text displayed bluelinks even when redirect was
206 suppressed.
207 * (bug 19186) Special:UserLogin's title on Special:SpecialPages now says
208 "create account" when the user cannot create an account.
209 * (bug 31818) 'usercreated' message now supports GENDER.
210 * (bug 32022) Our phpunit.php script can now be executed from another directory.
211 * (bug 26020) Setting $wgEmailConfirmToEdit to true no longer removes diffs.
212 from recent changes feeds.
213 * (bug 30232) add current time to message wlnote on Special:Watchlist.
214 * (bug 29110) $wgFeedDiffCutoff did not affect new pages.
215 * (bug 32168) Add wfRemoveDotSegments for use in wfExpandUrl.
216 * (bug 32358) Do not display "No higher resolution available" for dimensionless
217 files (like audio files).
218 * (bug 32168) Add wfAssembleUrl for use in wfExpandUrl.
219 * (bug 32168) fixed - wfExpandUrl expands dot segments now.
220 * (bug 31535) Upload comments now truncated properly, and don't have brackets.
221 * (bug 32086) Special:PermanentLink now show an error message when no subpage
222 was specified.
223 * (bug 30368) Special:Newpages now shows the new page name for moved pages.
224 * (bug 1697) The way to search blocked usernames in block log should be clearer.
225 * (bug 29747) eAccelerator shared memory caching has been removed since it is
226 now disabled by default and is buggy. APC, XCache and WinCache are not affected.
227 * Installer now refuses to install if php was not compiled with Ctype support.
228 * (bug 29475) Remove "trackback" feature entirely from core.
229 * (bug 32665) Special:BlockList prefills the username in the input field if
230 using the Special:BlockList/username URL.
231 * (bug 27721) Make JavaScript variables wgSeparatorTransformTable and
232 wgDigitTransformTable depend on page content language so the sort script
233 sorts correctly more often.
234 * (bug 32230) Expose wgRedirectedFrom in JavaScript.
235 * (bug 31212) History tab not collapsed when the screen is narrow.
236 * (bug 15521) Use new section summary when the action of adding a new section
237 also happens to create the page.
238 * (bug 32960) Remove EmailAuthenticationTimestamp from database when a
239 email address is removed.
240 * (bug 32414) Empty page get a empty bytes attribute in Export/Dump.
241 * (bug 33101) Viewing a User or User talk of username resembling IP ending
242 with .xxx causes Internal error.
243 * Warning about undefined index in certain situations when $wgLogRestrictions
244 causes the first log type requested to be removed but not the others.
245 * Use separate message ('prefixindex-namespace') for title of
246 Special:PrefixIndex rather then re-using Special:AllPages's allinnamespace.
247 * (bug 33156) Special:Block now allows you to confirm you want to block yourself
248 when using non-normalized username.
249 * (bug 33246) News icon shown for news:// URLs but not for news: URLs.
250 * (bug 33305) Make mw.util.addCSS resistant to IE's @font-face bug by setting
251 cssText after DOM insertion.
252 * (bug 30711) When adding a new section to a page with section=new, the text is
253 now always added to the current version of the page.
254 * (bug 31719) Fix uploads of SVGs exported by Adobe Illustrator by expanding
255 XML entities correctly.
256 * (bug 30914) Embeddable ResourceLoader modules (user.options, user.tokens)
257 should be loaded in <head> for proper dependency resolution.
258 * (bug 32702) Removed method Skin::makeGlobalVariablesScript() has been readded
259 for backward compatibility.
260 * (bug 31469) Make sure tracking category messages expand variables like
261 {{NAMESPACE}} relative to correct title.
262 * (bug 33454) ISO-8601 week-based year number (format character 'o') is now
263 calculated correctly with respect to timezone.
264 * (bug 32219) InstantCommons now fetches content from Wikimedia Commons using
265 HTTPS when the local wiki is served over HTTPS.
266 * (bug 33525) clearTagHooks doesn't clear function hooks.
267 * (bug 33523) Function tag hooks don't appear on Special:Version.
268 * Files with IPTC blocks we can't read no longer prevent extraction of exif
269 or other metadata.
270 * (bug 33587) Remove action "historysubmit" from history pages.
271 * (bug 25800) mw.config wgAction should contain the actually performed action instead
272 of whatever the query value contains.
273 * (bug 4438) Add CSS hook for current WikiPage action.
274 * (bug 33703) Common border-bottom color for <abbr> should inherit default (text) color.
275 * (bug 33819) Display file sizes in appropriate units.
276 * (bug 32948) {{REVISIONID}} and related variables are no longer blank after doing
277 a null edit.
278 * (bug 33880) $wgUsersNotifiedOnAllChanges should not send e-mail to user who made
279 the edit.
280 * (bug 33902) Decoding %2B with mw.Uri.decode results in ' ' instead of +.
281 * (bug 33762) QueryPage-based special pages no longer misses *-summary message.
282 * Other sizes links are no longer generated for wikis without a 404 thumbnail handler.
283 * (bug 29454) Enforce byteLimit for page title input on Special:MovePage.
284 * (bug 34114) CSSMin::remap() doesn't respect its $embed parameter.
285 * Special:Contributions/newbies now shows the contributions for the user "newbies".
286 New user contributions are obtained using the form or using ?contribs=newbie in URL.
287 * It is now possible to delete images that have no corresponding description pages.
288 * (bug 33165) GlobalFunctions.php line 1312: Call to a member function
289 getText() on a non-object.
290 * (bug 31676) Group dynamically inserted CSS into a single <style> tag, to work
291 around a bug where not all styles were applied in Internet Explorer.
292 * (bug 28936, bug 5280) Broken or invalid titles can't be removed from watchlist.
293 * (bug 34600) Older skins using useHeadElement=false were broken in 1.18.
294 * (bug 34604) [mw.config] wgActionPaths should be an object instead of a numeral
295 array.* (bug 12262) Indents and lists are now aligned
296 * (bug 29753) mw.util.tooltipAccessKeyPrefix should be alt-shift for Chrome
297 on Windows
298 * (bug 25095) Special:Categories should also include the first relevant item
299 when "from" is filled.
300 * (bug 34972) An error occurred while changing your watchlist settings for
301 [[Special:WhatLinksHere/Example]]
302
303 === API changes in 1.19 ===
304 * Made action=edit less likely to return "unknownerror", by returning the actual error
305 message (which may have come from a hook call or similar).
306 * (bug 19838) siprop=interwikimap can now use the interwiki cache.
307 * (bug 29748) Add API search prefix support.
308 * (bug 29684) Set forgotten parameter types in ApiQueryIWLinks.
309 * (bug 29685) do not output NULL parentid with list=deletedrevs&drprop=parentid.
310 * siprop=interwikimap and siprop=languages can use silanguagecode to have
311 a best effort language name translation. Use CLDR extension for best result.
312 * (bug 30230) action=expandtemplates should not silently override invalid title
313 inputs.
314 * (bug 18634) Create API to fetch MediaWiki's language fallback tree structure.
315 * (bug 26885) Allow show/hide of account blocks, temporary blocks and single IP
316 address blocks for list=blocks.
317 * (bug 30591) Add support to only return keys in ApiAllMessages.
318 * The API now respects $wgShowHostnames and won't share the hostname in
319 severedby if it's set to false.
320 * wlexcludeuser parameter added to ApiFeedWatchlist.
321 * (bug 7304) Links on redirect pages no longer cause the redirect page to show
322 up as a redirect to the linked page on Special:Whatlinkshere.
323 * (bug 32609) API: Move captchaid/captchaword of action=edit from core
324 to Captcha extension(s).
325 * Added 'APIGetDescription' hook.
326 * (bug 32688) Paraminfo for parameter "generator" of the query module shows too
327 many types.
328 * (bug 32415) Empty page get no size attribute in API output.
329 * (bug 31759) Undefined property notice in querypages API.
330 * (bug 32495) API should allow purge by pageids.
331 * (bug 33147) API examples should explain what they do.
332 * (bug 33482) Api incorrectly calls ApiBase::parseMultiValue if allowed
333 values is given as an array.
334 * (bug 32948) {{REVISIONID}} and related variables are no longer blank after
335 calling action=purge&forcelinkupdate.
336 * (bug 34377) action=watch now parses messages using the correct title instead
337 of "API".
338 * (bug 35036) WikiLove messages were not automatically updated in JavaScript
339 after having been changed on-wiki due to a bug in core
340
341 === Languages updated in 1.19 ===
342
343 MediaWiki supports over 350 languages. Many localisations are updated
344 regularly. Below only new and removed languages are listed, as well as
345 changes to languages because of Bugzilla reports.
346
347 * Canadian English (en-ca) (new).
348 * Norwegian (bokmål) (nb) (renamed from no).
349 * Uighur (Latin) (ug-latn) was incorrectly marked as right-to-left language.
350 * (bug 30217) Make pt-br a fallback of pt.
351 * (bug 31193) Set fallback language of Assamese from Bengali to English.
352 * Update date format for dsb and hsb: month names need the genitive.
353 * (bug 28643) Serbian variant conversion improvements (Nikola Smolenski).
354 * (bug 29405, bug 30809) Lower diacritics are invisible in titles in Indic
355 languages Assamese, Bengali, Hindi, Malyalam and Odiya.
356 * (bug 32826) Titles in indic languages are partially cut.
357 * (bug 33367) Gendered namespaces for Czech.
358 * (bug 33014) Language::formatSize()/formatBitrate() should be able to deal
359 with larger numbers (tera-yotta).
360
361 === Other changes in 1.19 ===
362 * BREAKING CHANGE: Legacy global array 'ta' and global function 'akeytt' have
363 been removed from wikibits.js.
364 * jquery.mwPrototypes module was renamed to jquery.mwExtension.
365 * The maintenance script populateSha1.php was renamed to the more concise
366 populateImageSha1.php.
367 * The Client-IP header is no longer checked for when trying to resolve a client's
368 real IP address.
369 * (bug 22096) Although IE5.x and below was already unsupported officially, stylesheets
370 existing exclusively for IE5.0 and IE5.5 have now been removed (which were in skins
371 'chick' and 'monobook').
372 * The constructor for CategoryView has changed, the second parameter is now a
373 Context source and is required.
374 * The Title::escape{Local,Full,Canonical}URL methods are deprecated, please use
375 proper html building methods to escape the normal get{...}URL methods instead.
376 * The $variant arguments in the Title::get{Local,Full,Link,Canonical}URL methods
377 have been replaced with a secondary query argument.
378 * The $variant argument in the hooks for the Title::get{Local,Full,Link,Canonical}URL
379 methods have been removed, the variant is now part of the $query argument.
380 * Removed Title::isValidCssJsSubpage(), deprecated since 1.17 in favor of
381 using Title::isCssJsSubpage() or checking Title::isWrongCaseCssJsPage().
382 * Support for the deprecated hook MagicWordMagicWords was removed.
383 * The Xml::namespaceSelector method has been deprecated, please use
384 Html::namespaceSelector instead (note that the parameters have changed also).
385 * (bug 33746) Preload popular ResourceLoader modules (mediawiki.util) as stop-gap
386 for scripts missing dependencies.
387 New configuration variable $wgPreloadJavaScriptMwUtil has been introduced for this
388 (set to false by default for new installations). Set to true if your wiki has a large
389 amount of user/site scripts that are lacking dependency information. In the short to
390 medium term these user/site scripts should be fixed by adding the used modules to the
391 dependencies in the module registry and/or wrapping them in a callback to mw.loader.using.
392
393 == Compatibility ==
394
395 MediaWiki 1.19 requires PHP 5.2.3. PHP 4 is no longer supported.
396
397 MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but
398 support for them is somewhat less mature. There is experimental support for IBM
399 DB2 and Oracle.
400
401 The supported versions are:
402
403 * MySQL 5.0.2 or later
404 * PostgreSQL 8.3 or later
405 * SQLite 3.3.7 or later
406 * Oracle 9.0.1 or later
407
408 == Upgrading ==
409
410 1.19 has several database changes since 1.18, and will not work without schema
411 updates.
412
413 As of 1.19 several JavaScript interfaces that were deprecated or superseeded in
414 MediaWiki 1.17, MediaWiki 1.16 or even earlier have been removed. They are
415 listed at the top of the "Other changes" list as a "BREAKING CHANGE".
416
417 If upgrading from before 1.11, and you are using a wiki as a commons
418 repository, make sure that it is updated as well. Otherwise, errors may arise
419 due to database schema changes.
420
421 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
422 new database fields are filled with data.
423
424 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
425 changes are made, and there is a slightly higher chance that things could
426 break. Don't forget to always back up your database before upgrading!
427
428 See the file UPGRADE for more detailed upgrade instructions.
429
430 For notes on 1.18.x and older releases, see HISTORY.
431
432 == Online documentation ==
433
434 Documentation for both end-users and site administrators is available on
435 MediaWiki.org, and is covered under the GNU Free Documentation License (except
436 for pages that explicitly state that their contents are in the public domain):
437
438 https://www.mediawiki.org/wiki/Documentation
439
440 == Mailing list ==
441
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
455 There's usually someone online in #mediawiki on irc.freenode.net.