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