Remove 'emailconfirmed' related messages per removal of this group with r33800.
[lhc/web/wiklou.git] / RELEASE-NOTES
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.13 ==
7
8 THIS IS NOT A RELEASE YET
9
10 MediaWiki is now using a "continuous integration" development model with
11 quarterly snapshot releases. The latest development code is always kept
12 "ready to run", and in fact runs our own sites on Wikipedia.
13
14 Release branches will continue to receive security updates for about a year
15 from first release, but nonessential bugfixes and feature developments
16 will be made on the development trunk and appear in the next quarterly release.
17
18 Those wishing to use the latest code instead of a branch release can obtain
19 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
20
21 === Configuration changes in 1.13 ===
22
23 * New option $wgFeed can be set false to turn off syndication feeds
24 * (bug 5745) Special:Whatlinkshere now shows up to $wgMaxRedirectLinksRetrieved
25 links through each redirect instead of hardcoded 500
26 * Set $wgUploadSizeWarning to false by default
27 * Added $wgLBFactoryConf, for generic configuration of multi-master wiki farms
28 * Removed $wgAlternateMaster, use $wgLBFactoryConf
29 * (bug 13562) Misspelled option $wgUserNotifedOnAllChanges changed to
30 $wgUserNotifiedOnAllChanges
31 * (bug 12860) New option $wgSitemapNamespaces allows sitemaps to be generated
32 for only some namespaces
33 * Removed the emailconfirmed implicit group by default. To re-add it, use:
34 $wgAutopromote['emailconfirmed'] = APCOND_EMAILCONFIRMED;
35 in your LocalSettings.php.
36
37 === New features in 1.13 ===
38
39 * __HIDDENCAT__ on a category page causes the category to be hidden on the
40 article page
41 * Don't show edit permissions errors on a red link click, just redirect to the
42 article. This is so that readers who don't know what a red link is aren't
43 confused when they are told they are range-blocked.
44 * Add a new hook ImageBeforeProduceHTML to allow extensions to modify wikitext
45 image syntax output
46 * (bug 13100) Added 'preloadtitle' parameter to action=edit&section=new that
47 pre-fills the section title field
48 * (bug 13112) Added Special:RelatedChanges alias to Special:RecentChangesLinked
49 * (bug 13130) Moved edit token and autosummary fields above edit tools to
50 reduce broken form submissions
51 * Add --old-redirects-only option to maintenance/refreshLinks.php, to add old
52 redirects to the redirect table
53 * Add links to page and file deletion forms to edit predefined delete reasons
54 * (bug 13269) Added MediaWiki:Uploadfooter to the bottom of Special:Upload
55 * (bug 2815) Search results for media now use thumbnail instead of text extract
56 * When a page doesn't exist, the tab should say "create", not "edit"
57 * (bug 12882) Added a span with class "patrollink" around "Mark as patrolled"
58 link on diffs
59 * Magic word formatnum can now take raw suffix to undo formatting
60 * Add updatelog table to reliably permit updates that don't change the schema
61 * Add category table to allow better tracking of category membership counts
62 ** (bug 1212) Give correct membership counts on the pages of large categories
63 ** Use category table for more efficient display of Special:Categories
64 * (bug 1459) Search for duplicate files by hash: Special:FileDuplicateSearch
65 * (bug 9447) Added hooks for search result headings
66 * Image redirects are now enabled by default
67 * (bug 13450) Email confirmation can now be canceled before the expiration
68 * (bug 13490) Show upload/file size limit on upload form
69 * Redesign of Special:UserRights
70 * Make rev_deleted log entries more intelligible
71 * (bug 6943) Added PAGESINCATEGORY: magic word
72 * (bug 13604) Added Special:ListGroupRights
73 * (bug 6332, 8617) Added message 'mainpage-description' as duplicate of
74 'mainpage' and added it to message 'sidebar'
75 * Automatically add old redirects to the redirect table when needed
76 * (bug 6934) Allow inclusions, links, redirects to be separately toggled on or
77 off on Special:WhatLinksHere
78 * Cache image redirects
79 * (bug 10457) Organize Special:SpecialPages into sections
80 * Add a new hook EditPageBeforeConflictDiff to allow extensions like FCKeditor
81 to modify the output for edit conflicts
82 * Add class="nested" for <fieldset>s so fieldsets inside fieldsets get
83 a slightly less huge margin and padding
84 * (bug 13527) Use sitemaps.org format 0.9 instead of a Google-specific format
85 * Allow \C and \Q as TeX commands to match \R, \N, \Z
86 * On Special:UserRights, when you can add a group you can't remove or remove
87 one you can't add, a notice is printed to warn you
88 * (bug 12698) Create PAGESIZE parser function, to return the size of a page
89 * Allow the "log in / create account" link in the toolbar to have different
90 text from Special:UserLogin title (new message 'nav-login-createaccount')
91 * Say "log in / create account" if an anonymous user can create an account,
92 otherwise just "log in", consistently across skins
93 * Special:Shortpages and Special:Longpages now returns pages in all content
94 namespaces, not just NS_MAIN.
95 * (bug 889) Improve conflict-handling between shared upload repository (commons) and local one
96
97 === Bug fixes in 1.13 ===
98
99 * (bug 10677) Add link to the file description page on the shared repository
100 * (bug 13084) Increase size of source/destination filename fields in upload form
101 * (bug 13115) rebuildrecentchanges should print the current value of $wgRCMaxAge
102 * (bug 13140) Show parent categories in category namespace
103 * (bug 13149) Correctly format 'fileexists' message on Upload page
104 * Make the default filepageexists message accurate
105 * (bug 12988) $wgMinimalPasswordLength no longer breaks create user by email
106 * (bug 13022) Fix upload from URL on PHP 5.0.x
107 * (bug 13132) Unable to unprotect pages protected with earlier versions of MediaWiki
108 * (bug 12723) OpenSearch description name now uses more compact language code
109 to avoid passing the length limit as often, is customizable per site via
110 'opensearch-desc' message.
111 * (bug 13135) Special:Userrights now passes IDs through form submission
112 to allow functionality on not-quite-right usernames
113 * (bug 12575) Prevent duplicate patrol log entries from being created
114 * (bug 13174) __HIDDENCAT__ now applies only to category pages
115 * (bug 13031) Add links to user pages in e-mail form
116 * (bug 13147) Description for categoriespagetext (used in Special:Categories) reworded
117 * (bug 11561) Fix fatal error when calling action=revert to non-image page
118 * (bug 12430) Fix call to private method LinkFilter::makeRegex fatal error in
119 maintenance/cleanupSpam.php
120 * All skins should have the "mediawiki" class on the body element
121 * (bug 13019) Message cache for some extensions not loaded at time of editing
122 * (bug 13247) Prettified ISBN links
123 * maintenance/refreshLinks.php did not fix page_id 1 with the --new-only option
124 * (bug 13110) Don't show "Permission error" page if the edit is already rolled
125 back when using rollback
126 * (bug 13012) Use content messages for block options when generating the
127 recentchanges entry
128 * (bug 13274) Change links for messages to ucfirst
129 * (bug 13273) Un-hardcode some punctuation (add new messages colon-separator,
130 autocomment-prefix)
131 * Parse MediaWiki message translations with a correct language setting on preview
132 * (bug 13281) Treat X-Forwarded-For, Client-ip and User-Agent headers as
133 case-insensitive names.
134 * Adding the fix for lists in RTL wikis to more skins, and fixing the image toc
135 * (bug 8157) Remove redirects from Special:Unusedtemplates. Patch by WebBoy.
136 * (bug 10721) Duplicate section anchors with differing case now disambiguated
137 for Internet Explorer's sake and standards compliance
138 * (bug 13298) Tighter limits on Special:Newpages limits when embedding
139 * Email subject in content language instead of sending user's UI language
140 * (bug 13251) Allow maintenance rebuild scripts to work with Postgres
141 * (bug 2084) Fixed incorrect regex to match redirects
142 * (bug 3131) Manually-specified upload destination filename is no longer
143 overwritten by browsing for a file after you wrote it.
144 * (bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class
145 'generated-sidebar'.
146 * (bug 13265) Media handler is missing 'image/x-bmp'
147 * (bug 13407) MediaWiki:Powersearch is used in two places
148 * (bug 13403) Fix cache invalidation of history pages when old revisions change
149 * (bug 11563) Deprecated SearchMySQL4 class; merged code to SearchMySQL
150 * (bug 12801) Fix link in subtitle message in AJAX search
151 * (bug 13428) Fix regression in protection form layout HTML validity
152 * (bug 9403) Sanitize newlines from search term input
153 * (bug 13429) Separate date and time in message sp-newimages-showfrom
154 * (bug 13137) Allow setting 'editprotected' right separately from 'protect',
155 so groups may optionally edit protected pages without having 'protect' perms
156 * Disallow deletion of big pages by means of moving a page to its title and
157 using the "delete and move" option.
158 * (bug 13466, 13632) White space differences not shown in diffs
159 * (bug 1953) Search form now honors namespace selections more reliably
160 * (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility
161 * PHP 5.3 compatibility fix for wfRunHooks() called with no parameters
162 * (bug 6447) Trackbacks now work with transactional tables, if enabled
163 * (bug 6892, 7147) Trackback error handling, optional fields more robust
164 * (bug 6813) Don't break HTML validator when using trackbacks
165 * Fix for size checks on SVG images with global 'stroke-width' attribute
166 * (bug 11874) Inline CSS with !important no longer borken
167 * (bug 1600) Strip extra == section markup == in new-comment field
168 * (bug 11325) Wrapped page titles in MonoBook skin spaced more nicely
169 * (bug 12077) Fix HTML nesting for TOC
170 * (bug 344) Purge cache for talk/article pages when deleting the other tab
171 * (bug 13436) Treat image captions correctly when they include option keywords
172 (like ending with "px" or starting with "upright")
173 * Trackback display formatting fixed
174 * Don't die when single-element arrays are passed to SQL query constructors
175 that have an array index other than 0
176 * (bug 13522) Fix fatal error in Parser::extractTagsAndParams
177 * (bug 13532) Use proper timestamp call when reverting images
178 * (bug 13543) Updated FAQ link in the installer sidebar
179 * (bug 13540) Date format in confirmation e-mail now matches message language
180 * (bug 13554) PHP Notice in old pre-processor when list item is empty.
181 * (bug 13556) Don't show a blank form if no image is attached in Special:Upload
182 * (bug 13576) maintenance/rebuildrecentchanges.php fails
183 * (bug 13441) Allow Special:Recentchanges to show bots only
184 * (bug 13431) Show true message source in Special:Allmessages&ot=php / xml
185 * (bug 13463) Login successful page doesn't use user's preferred interface language
186 * (bug 13630) Fixed warnings for pass by reference at call time in
187 Special:Revisiondelete when generating the log entry.
188 * (bug 12064) BeforePageDisplay hook is now called for all skins
189 * (bug 13624) Fix regression with manual thumb= parameter on images
190 * (bug 11039) Add missing labels on protection form
191 * (bug 13458) Preview/edit toolbar spacing now works consistently
192 * (bug 13433) Fix action=render on Image: pages
193 * (bug 13678) Fix CSS validation for Monobook
194 * (bug 13684) Links in Special:ListGroupRights should be in content language
195 * (bug 13690) Fix PHP notice on accessing some URLs
196 * Hide (undo) link if user isn't able to edit page
197 * Invalidate cache of pages that includes images via redirects on upload
198 * (bug 13705) Don't show rollback link in page history on incorrect revisions
199 * (bug 13708) Don't set "Search results" title when loading Special:Search
200 without query
201 * (bug 13736) Don't show MediaWiki:Anontalkpagetext on non-existant IP addresses
202 * (bug 13728) Don't trim initial whitespace during section edits
203 * (bug 13727) Don't delete log entries from recentchanges on page deletion
204 * (bug 13752) Redirects to sections now work again
205 * (bug 13725) Upload form watch checkbox state set correctly with wpDestFile
206 * (bug 13756) Don't show the form and navigation links of Special:Newpages if
207 the page is included
208 * When hiding things on WhatLinksHere, generated URLs should hide them too
209 * Properly escape search terms with regex chars so they appear highlighted in
210 search results
211 * (bug 13768) pt_title field encoding fixed
212 * Do not display empty columns on Special:UserRights if all groups are
213 changeable or all unchangeable
214 * Fix fatal error on calling PAGESINCATEGORY with invalid category name
215 * (bug 13793) Special:Whatlinkshere filters wrong - after paginating instead of before
216 * (bug 13796) Show links to parent pages even if some of them are missing
217 * (bug 13816) Filter by main namespace doesn't work on WhatLinksHere
218 * (bug 13822) Fatal error on some pages when calculating subpage subtitle
219 * (bug 13824) AJAX search suggestion now works with non-SkinTemplate skins
220 * Added 'application/x-dia-diagram' MediaWiki's known MIME types
221 * (bug 13866) skins/common/shared.css - invalid attribute fixing
222
223 === API changes in 1.13 ===
224
225 * Fixing main page display in meta=siteinfo
226 * (bug 13128) Added patrolled flag to list=recentchanges
227 * Implemented {bl,ei,iu}redirect (lists links through redirects as well)
228 * (bug 13154) Introduced subpages flag to meta=siteinfo&siprop=namespaces
229 * (bug 13157) Added ucuserprefix parameter to list=usercontibs
230 * (bug 12394) Added rctitles parameter to list=recentchanges, making rcid
231 retrieval easier
232 * (bug 13218) Fix inclusion of " character in hyperlinks
233 * Added watch and unwatch parameters to action=delete and action=move
234 * Added action=edit
235 * (bug 11401) Added xmldoublequote to xml formatter
236 * Added rvsection parameter to prop=revisions to allow fetching the content of
237 a certain section only
238 * Introduced list=allimages
239 * (bug 13371) Build page set from image hashes
240 * Mark non-existent messages in meta=allmessages as missing
241 * (bug 13390) One invalid title no longer kills an entire API query
242 * (bug 13419) Fix gblredirect so it actually works
243 * (bug 13418) Disable eiredirect because it's useless
244 * (bug 13395) list=allcategories should use category table
245 * (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now
246 handled properly.
247 * (bug 13444) Add description to list=watchlist
248 * (bug 13482) Disabled search types handled properly
249 * Added inprop=talkid,subjectid to prop=info
250 * Added help text message that specifies whether a module is POST-only
251 * Added createonly parameter to action=edit
252 * Replaced $wgAPIUCUserPrefixMinLength by the more generic $wgAPIMaxDBRows
253 * (bug 11719) Remove trailing blanks in YAML output.
254 * (bug 13541) Added siprop=specialpagealiases to meta=siteinfo
255 * Added fallback8bitEncoding field to meta=siteinfo&siprop=general output
256 * (bug 13544) Added prop=revid to action=parse
257 * (bug 13603) Added siprop=usergroups to meta=siteinfo
258 * Cleaned up redirect resolution
259 * Added possibility to obtain all external links through list=exturlusage
260 * (bug 13606) Added archivename to iiprop
261 * (bug 11633) Explicitly convert redirect titles to strings due to PHP's
262 very weak typing on array keys.
263 * (bug 12136) Extend allowed characters in JSON callback to ][.'"_A-Za-z0-9
264 * (bug 11673) Return error 'unknown_action' in specified format
265 * (bug 13618) Added rcprop=redirect and rcshow=redirect to list=recentchanges
266 * (bug 13544) Added oldid parameter to action=parse to allow for parsing of old revisions
267 * (bug 13718) Return the proper continue parameter for cmsort=timestamp
268 * action=login now returns the correct waiting time in the details property
269 * (bug 13792) Broken titles are now silently skipped in search results.
270 * (bug 13819) exturlusage paging skipped an item
271 * Fixed handling of usernames containing spaces in list=block
272 * (bug 13836) Fixed fatal errors resulting from combining iiprop=metadata with
273 format=xml
274 * (bug 13735) Added prop=categoryinfo module
275
276 === Languages updated in 1.13 ===
277
278 * Afrikaans (af)
279 * Gheg Albanian (aln)
280 * Amharic (am)
281 * Aragonese (an)
282 * Old English (ang)
283 * Arabic (ar)
284 * Aramaic (arc)
285 * Araucanian (arn)
286 * Egyptian Spoken Arabic (arz) (new)
287 * Asturian (ast)
288 * Kotava (avk)
289 * Samogitian (bat-smg)
290 * Bikol Central (bcl)
291 * Belarusian (be)
292 * Bulgarian (bg)
293 * Bihari (bh)
294 * Bengali (bn)
295 * Breton (br)
296 * Bosnian (bs)
297 * Buginese (bug)
298 * Catalan (ca)
299 * Min Dong Chinese (cdo)
300 * Corsican (co)
301 * Crimean Turkish (Cyrillic) (crh-cyrl)
302 * Crimean Turkish (Latin) (crh-latn)
303 * Czech (cs)
304 * Kashubian (csb)
305 * Church Slavic (cu)
306 * Welsh (cy)
307 * Danish (da)
308 * Zazaki (diq)
309 * Dalecarlian (dlc)
310 * Lower Sorbian (dsb)
311 * Middle Dutch (dum) (removed)
312 * Divehi (dv)
313 * Dzongkha (dz)
314 * Greek (el)
315 * English (en)
316 * British English (en-gb) (new)
317 * Esperanto (eo)
318 * Spanish (es)
319 * Estonian (et)
320 * Basque (eu)
321 * Extremaduran (ext)
322 * Finnish (fi)
323 * Võro (fiu-vro)
324 * Faroese (fo)
325 * French (fr)
326 * Cajun French (frc)
327 * Franco-Provençal (frp)
328 * Friulian (fur)
329 * Western Frisian (fy)
330 * Irish (ga)
331 * Gagauz (gag)
332 * Gan (gan)
333 * Galician (gl)
334 * Swiss German (gsw)
335 * Gujarati (gu)
336 * Hakka (hak)
337 * Hawaiian (haw)
338 * Hindi (hi)
339 * Fiji Hindi (Latin) (hif-latn) (new)
340 * Croatian (hr)
341 * Upper Sorbian (hsb)
342 * Haitian (ht)
343 * Hungarian (hu)
344 * Armenian (hy)
345 * Interlingua (ia)
346 * Indonesian (id)
347 * Eastern Canadian (Unified Canadian Aboriginal Syllabics) (ike-cans)
348 * Eastern Canadian (Latin) (ike-latn)
349 * Iloko (ilo)
350 * Ido (io)
351 * Icelandic (is)
352 * Italian (it)
353 * Japanese (ja)
354 * Jutish (jut)
355 * Javanese (jv)
356 * Georgian (ka)
357 * Kara-Kalpak (kaa)
358 * Kabyle (kab)
359 * Kazakh (Arabic script) (kk-arab)
360 * Kazakh (Cyrillic script) (kk-cyrl)
361 * Kazakh (Latin script) (kk-latn)
362 * Kalaallisut (kl)
363 * Khmer (km)
364 * Kannada (kn)
365 * Korean (ko)
366 * Kinaray-a (krj)
367 * Karelian (krl)
368 * Kurdish (Latin)‬ (ku-latn)
369 * Latin (la)
370 * Luxembourgish (lb)
371 * Lezghian (lez)
372 * Lingua Franca Nova (lfn)
373 * Ganda (lg)
374 * Limburgish (li)
375 * Líguru (lij)
376 * Lumbaart (lmo)
377 * Lao (lo)
378 * Lozi (loz)
379 * Lithuanian (lt)
380 * Latvian (lv)
381 * Maithili (mai)
382 * Moksha (mdf)
383 * Malagasy (mg)
384 * Macedonian (mk)
385 * Malayalam (ml)
386 * Mongolian (mn)
387 * Moldavian (mo)
388 * Marathi (mr)
389 * Malay (ms)
390 * Mirandese (mwl)
391 * Burmese (my)
392 * Erzya (myv)
393 * Nahuatl (nah)
394 * Low German (nds)
395 * Nedersaksisch (nds-nl)
396 * Nepali (ne)
397 * Newari (new)
398 * Dutch (nl)
399 * Norwegian Nynorsk (nn)
400 * Norwegian (bokmål)‬ (no)
401 * Old Norse (non) (removed)
402 * Northern Sotho (nso)
403 * Classical Newari (nwc)
404 * Occitan (oc)
405 * Oriya (or)
406 * Pampanga (pam)
407 * Pali (pi)
408 * Polish (pl)
409 * Piemontèis (pms)
410 * Pontic (pnt)
411 * Pashto (ps)
412 * Portuguese (pt)
413 * Brazilian Portuguese (pt-br)
414 * Quechua (qu)
415 * Romani (rmy)
416 * Romanian (ro)
417 * Russian (ru)
418 * Yakut (sah)
419 * Sicilian (scn)
420 * Scots (sco)
421 * Sassaresu (sdc)
422 * Northern Sami (se)
423 * Cmique Itom (sei)
424 * Sinhalese (si)
425 * Slovak (sk)
426 * Slovenian (sl)
427 * Southern Sami (sma)
428 * Somali (so)
429 * Albanian (sq)
430 * Serbian Cyrillic ekavian (sr-ec)
431 * latinica (sr-el)
432 * Sranan Tongo (srn)
433 * Swati (ss)
434 * Southern Sotho (st)
435 * Seeltersk (stq)
436 * Sundanese (su)
437 * Swedish (sv)
438 * Swahili (sw)
439 * Silesian (szl) (new)
440 * Tamil (ta)
441 * Telugu (te)
442 * Tetum (tet)
443 * Tajik (tg-cyrl)
444 * Thai (th)
445 * Tigrinya (ti)
446 * Tagalog (tl)
447 * Tonga (to)
448 * Toki Pona (tokipona)
449 * Tok Pisin (tpi)
450 * Turkish (tr)
451 * Tatar (Cyrillic) (tt-cyrl)
452 * Tatar (Latin) (tt-latn)
453 * Tuvinian (tyv)
454 * Ukrainian (uk)
455 * Venda (ve)
456 * Venetian (vec)
457 * Vietnamese (vi)
458 * Volapük (vo)
459 * Walloon (wa)
460 * Waray (war)
461 * Wolof (wo)
462 * Mingrelian (xmf)
463 * Yiddish (yi)
464 * Yoruba (yo)
465 * Cantonese (yue)
466 * Zeeuws (zea)
467 * Old Chinese / Late Time Chinese (zh-classical)
468 * Simplified Chinese (zh-hans)
469 * Traditional Chinese (zh-hant)
470 * ‪Chinese (Taiwan) (zh-tw)
471
472 == Compatibility ==
473
474 MediaWiki 1.13 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
475
476 PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
477 http://bugs.php.net/bug.php?id=34879
478 Upgrade affected systems to PHP 5.1 or higher.
479
480 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
481 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
482
483
484 == Upgrading ==
485
486 1.13 has several database changes since 1.12, and will not work without schema
487 updates.
488
489 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
490 new database fields are filled with data.
491
492 If upgrading from before 1.11, and you are using a wiki as a commons repository,
493 make sure that it is updated as well. Otherwise, errors may arise due to
494 database schema changes.
495
496 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
497 changes are made, and there is a slightly higher chance that things could
498 break. Don't forget to always back up your database before upgrading!
499
500 See the file UPGRADE for more detailed upgrade instructions.
501
502
503 === Caveats ===
504
505 Some output, particularly involving user-supplied inline HTML, may not
506 produce 100% valid or well-formed XHTML output. Testers are welcome to
507 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
508 cases, but this is not recommended on live sites. (This must be set for
509 MathML to display properly in Mozilla.)
510
511 For notes on 1.12.x and older releases, see HISTORY.
512
513
514 === Online documentation ===
515
516 Documentation for both end-users and site administrators is currently being
517 built up on MediaWiki.org, and is covered under the GNU Free Documentation
518 License (except for pages that explicitly state that their contents are in
519 the public domain) :
520
521 http://www.mediawiki.org/wiki/Documentation
522
523
524 === Mailing list ===
525
526 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
527 wikitech-l list:
528
529 http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
530
531 A low-traffic announcements-only list is also available:
532
533 http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
534
535 It's highly recommended that you sign up for one of these lists if you're
536 going to run a public MediaWiki, so you can be notified of security fixes.
537
538
539 === IRC help ===
540
541 There's usually someone online in #mediawiki on irc.freenode.net