Added missing translations
[mediawiki.git] / RELEASE-NOTES
bloba40d1a29eaa29d40abb08bbf624c2008f4f7be2c
1 = MediaWiki release notes =
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.
6 == MediaWiki 1.12 ==
8 THIS IS NOT A RELEASE YET
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.
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.
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
21 === Configuration changes in 1.12 ===
22 * Marking edits as bot edits with Special:Contributions?bot=1 now requires the
23   markbotedit permission, rather than the rollback permission previously used.
24   This permission is assigned by default to the sysop group.
25 * MediaWiki now checks if serialized files are out of date. New configuration
26   variable $wgCheckSerialized can be set to false to enable old behavior (i.e.
27   to not check and assume they are always up to date)
28 * The rollback permission can now be rate-limited using the normal mechanism.
29 * New configuration variable $wgExtraLanguageNames
30 * Behaviour of $wgAddGroups and $wgRemoveGroups changed. New behaviour:
31 * * Granting the userrights privilege allows arbitrary changing of rights.
32 * * Without the userrights privilege, a user will be able to add and/or
33      remove the groups specified in $wgAddGroups and $wgRemoveGroups for
34      any groups they are in.
35 * New permission userrights-interwiki for changing user rights on foreign wikis.
36 * $wgImplictGroups for groups that are hidden from Special:Listusers, etc.
37 * $wgAutopromote: automatically promote users who match specified criteria
39 === New features in 1.12 ===
40 * (bug 10735) Add a warning for non-descriptive filenames at Special:Upload
41 * Add {{filepath:}} parser function to get full path to an uploaded file,
42   complementing {{fullurl:}} for pages.
43 * (bug 11136) If using Postgres, search path is explicitly set if wgDBmwschema 
44   is not set to 'mediawiki', allowing multiple mediawiki instances per user.
45 * (bug 11151) Add descriptive <title> to revision history page
46 * (bug 5412) Add feed links for the site to all pages
47 * (bug 11353) Add ability to retrieve raw section content via action=raw
48 * (bug 6909) Show relevant deletion log lines when uploading a previously 
49   deleted file
50 * On SkinTemplate based skins (like MonoBook), omit confusing "edit"/"view
51   source" tab entirely if the page doesn't exist and the user isn't allowed to
52   create it
53 * Clarify instructions given when an exception is thrown
54 * AuthPlugin added strictUserAuth() method to allow per-user override
55   of the strict() authentication behavior.
56 * (bug 7872) Deleted revisions can now be viewed as diffs showing changes
57   against the previous revision, whether currently deleted or live.
58 * Added tooltips for the "Go" and "Search" buttons
59 * (bug 11649) Show input form when Special:Whatlinkshere has no parameters
60 * isValidEmailAddr hook added to User method of that name, to allow, e.g., re-
61   stricting e-mail addresses to a specific domain
62 * Removed "Clear" link in watchlist editor tools, as people were afraid to
63   click it. Existing clear links will fall back to the raw editor, which is
64   very easy to clear your watchlist with.
65 * (bug 1405) Add wgUseNPPatrol option to control patroling for new articles
66   on Special:Newpages
67 * LogLine hook added to allow formatting custom entries in Special:Log.
68 * Support for Iranian calendar
69 * (bug 1401) Allow hiding logged-in users, bots and patrolled pages on 
70   Special:Newpages
71 * ChangesListInsertArticleLink hook added for adding extra article info to RC.
72 * MediaWikiPerformAction hook added for diverting control after the main
73   globals have been set up but before any actions have been taken.
74 * BeforeWatchlist hook added for filtering or replacing watchlist.
75 * SkinTemplateTabAction hook added for altering the properties of tab links.
76 * OutputPage::getRedirect public method added.
77 * (bug 11848) Allow URL parameters 'editintro' and 'preload' in Special:Mypage 
78   and Special:Mytalk
79 * Add ot=raw to Special:Allmessages
80 * Support for Hebrew calendar
81 * Support for Hebrew numerals in dates and times
82 * (bug 11315) Signatures can be configured in [[MediaWiki:Signature]] and
83   [[MediaWiki:Signature-anon]]
84 * Signatures for anonymous users link to Special:Contributions page rather than 
85   user page
86 * Added --override switch for disabled pages in updateSpecialPages.php
87 * Provide a unique message (ipb_blocked_as_range) if unblock of a single IP 
88   fails 
89   because it is part of a blocked range.
90 * (bug 3973) Use a separate message for the email content when an account is 
91   created by another user
92 * dumpTextPass.php can spawn fetchText.php as a subprocess, which should restart
93   cleanly if database connections fail unpleasantly.
94 * (bug 12028) Add Special:Listbots as shortcut for Special:Listusers/bot
95 * (bug 9633) Add a predefined list of delete reasons to the deletion form
96 * Show a warning message when creating/editing a user (talk) page but the user
97   does not exists
98 * (bug 8396) Ignore out-of-date serialised message caches
99 * (bug 12195) Undeleting pages now requires 'undelete' permission
100 * (bug 11810) Localize displayed semicolons
101 * (bug 11657) Support for Thai solar calendar
102 * (bug 943) RSS feed for Recentchangeslinked
103 * Introduced AbortMove hook
104 * (bug 2919) Protection of nonexistent pages with regular protection interface.
105 * Special:Upload now lists permitted/prohibited file extensions.
106 * Split ambiguous filetype-badtype message into two new messages,
107   filetype-unwanted-type and filetype-banned-type.
108 * Added link to the old title in Special:Movepage
109 * On Special:Movepage, errors are now more noticeable.
110 * It is now possible to change rights on other local wikis without the MakeSysop
111   extension
112 * Add HTML ID's mw-read-only-warning and mw-anon-edit-warning to warnings when
113   editing to allow CSS styling.
115 === Bug fixes in 1.12 ===
117 * Subpages are now indexed for searching properly when using PostgreSQL
118 * (bug 3846) Suppress warnings from, e.g. open_basedir when scanning for
119   ImageMagick, diff3 et al. during installation [patch by Jan Reininghaus]
120 * (bug 7027) Shift handling of deletion permissions-checking to
121   getUserPermissionsErrors.
122 * Login and signup forms are now more correct for right-to-left languages.
123 * (bug 5387) Block log items on RecentChanges don't make use of possible
124   translations
125 * (bug 11211) Pass, as a parameter to the protectedpagetext interface
126   message, the level of protection.
127 * (bug 9611) Supply the blocker and reason for the cantcreateaccounttext
128   message.
129 * (bug 8759) Fixed bug where rollback was allowed on protected pages for wikis
130   where rollback is given to non-sysops.
131 * (bug 8834) Split off permission for editing user JavaScript and CSS from
132   editinterface to a new permission key editusercssjs.
133 * (bug 11266) Set fallback language for Fulfulde (ff) to French
134 * (bug 11179) Include image version deletion comment in public log
135 * Fixed notice when accessing special page without read permission and whitelist
136   is not defined
137 * (bug 9252) Fix for tidy funkiness when using editintro mode
138 * (bug 4021) Fix for MySQL wildcard search
139 * (bug 10699) Fix for MySQL phrase search
140 * (bug 11321) Fix width of gallerybox when option "width=xxx" is used
141 * (bug 7890) Special:BrokenRedirects links deleted redirects to a non-existent 
142   page
143 * Fix initial statistics when installing: add correct values
144 * (bug 11342) Fix several 'returnto' links in permissions/error pages which
145   linked to the main page instead of targetted page
146 * Strike the link to the redirect rather than using an asterisk in 
147   Special:Listredirects
148 * (bug 11355) Fix false positives in Safe Mode and other config detection
149   when boolean settings are disabled with 'Off' via php_admin_value/php_value
150 * (bug 11292) Fixed unserialize errors with Postgres by creating special Blob 
151   object.
152 * (bug 11363) Make all metadata fields bytea when using Postgres.
153 * (bug 11331) Add buildConcat() and use CASE not IF for DB compatibility. Make 
154   oldimage cascade delete via image table for Postgres, change fa_storage_key 
155   TEXT.
156 * (bug 11438) Live Preview chops returned text
157 * Show the right message on account creation when the user is blocked
158 * (bug 11450) Fix creation of objectcache table on upgrade
159 * Fix namespace selection after submit of Special:Newpages
160 * Make input form of Special:Newpages nicer for RTL wikis
161 * (bug 11462) Fix typo in LanguageGetSpecialPageAliases hook name
162 * (bug 11474) Fix unintentional fall-through in math error handling
163 * (bug 11478) Fix undefined method call in file deletion interface
164 * (bug 278) Search results no longer highlight incorrect partial word matches
165 * Compatibility with incorrectly detected old-style DJVU mime types
166 * (bug 11560) Fix broken HTML output from weird link nesting in edit comments.
167   Nested links (as in image caption text) still don't work _right_ but they're
168   less wrong
169 * (bug 9718) Remove unnecessary css from main.css causing spacing issues on
170   some browsers.
171 * (bug 11574) Add an interface message loginstart, which, similarly to loginend,
172   appears just before the login form. Patch by MinuteElectron.
173 * Do not cache category pages if using 'from' or 'until'
174 * Created new hook getUserPermissionsErrors, to go with userCan changes.
175 * Diff pages did not properly display css/js pages.
176 * (bug 11620) Add call to User::isValidEmailAddr during accout creation.
177 * (bug 11629) If $wgEmailConfirmToEdit is true, require people to supply an
178   email address when registering.
179 * (bug 11612) Days to show in recent changes cannot be larger than 7
180 * (bug 11131) Change filearchive width/height columns to int for Postgres
181 * Support plural in undeleted{revisions,revisions-files,files}
182 * (bug 11343) If the database is read-only, ensure that undelete fails.
183 * (bug 11690) Show revert link for page moves in Special:Log to allowed users
184   only
185 * Initial-lowercase prefix checks in namespaceDupes.php now actually work.
186 * Fix regression in LinkBatch.php breaking PHP 5.0
187 * (bug 11452) wfMsgExt uses sometimes wrong language object for parsing magic
188   words when called with options ''parsemag'' or ''content''. 
189 * (bug 11727) Support plural in 'historysize' message
190 * (bug 11744) Incorrect return value from Title::getParentCategories()
191 * (bug 11762) Fix native language name of Akan (ak)
192 * (bug 11722) Fix inconsistent case in unprotect tabs
193 * (bug 11795) Be more paranoid about confirming accept-encoding header is 
194   present
195 * (bug 11809) Use formatNum() for more numbers
196 * (bug 11818) Fix native language name of Inuktitut (iu)
197 * Remove all commas when parsing float numbers in sorted tables
198 * Limit text field of deletion, protection and user rights changes reasons to
199   255 characters (already restricted in the database)
200 * In the deletion default reasons, calculate how much text to get from the
201   article text, rather than getting 150 characters (which may be too much)
202 * Add two messages for Special:Blockme which were used but undefined
203 * (bug 11921) Support plural in message number_of_watching_users_pageview
204 * If an IP address is blocked as part of a rangeblock, attempting to unblock
205   the single IP should not unblock the entire range.
206 * (bug 6695) Fix native language name of Southern Sotho (Sesotho) (st)
207 * Make action=render follow redirects by default
208 * If restricted read access was enabled, whitelist didn't work with special
209   pages which had spaces in theirs names
210 * If restricted read access was enabled, requests for non-existing special pages
211   threw an exception
212 * Feeds for recent changes now provide correct URLs for the change, not just
213   the page
214 * Check for if IP is blocked as part of a range when unblocking (see above bug-
215   fix) was faulty. Now fixed.
216 * Fixed wpReason URL parameter to action=delete.
217 * Do not force a password for account creation by email
218 * Ensure that rate-limiting is applied to rollbacks.
219 * Make a better rate-limiting error message (i.e. a normal MW error,
220   rather than an "Internal Server Error").
221 * Do not present an image bigger than the source when 'frameless' option is used
222   (to be consistent with the 'thumb' option now)
223 * Support {{PLURAL}} for import log
224 * Make sure that the correct log entries are shown on Special:Userrights even
225   for users with special characters in their names
226 * The number of watching users in watchlists was always reported as 1
227 * namespaceDupes.php no longer dies when coming across an illegal title
228 * (bug 12143) Do not show a link to patrol new pages for non existent pages
229 * (bug 12166) Fix XHTML validity for Special:Emailuser
230 * (bug 11346) Users who cannot edit a page can now no longer unprotect it.
231 * (bug 451) Add a generic Traditional / Simplified Chinese conversion table, 
232   instead of a Traditional conversion with Taiwan variant, and a Simplified 
233   conversion with China variant.
234 * (bug 12178) Fix wpReason parameter to action=delete, again.
235 * Graceful behavior for updateRestrictions.php if a page already has records
236   in the page_restrictions matching its old page_restrictions field.
237   May help with odd upgrade issues or race condition.
238 * (bug 11993) Remove contentsub "revision history"
239 * (bug 11952) Ensure we quote_ident() all schema names as needed
240    inside of the DatabasePostgres.php file.
241 * (bug 12184) Exceptions now sent to stderr instead of stdout for command-line
242   scripts, making for cleaner reporting during batch jobs. PHP errors will also
243   be redirected in most cases on PHP 5.2.4 and later, switching 'display_errors'
244   to 'stderr' at runtime.
245 * (bug 12148) Text highlight wasn't applied to cleanly deleted and added
246   lines in diff output
247 * (bug 10166) Fix a PHP warning in Language::getMagic
248 * Only mark rollback edits as minor if the user can normally mark edits minor
249 * Escape page names in the move successful page (e.g. for pages with two
250   apostrophes).
251 * (bug 12145) Add localized names of kk-variants
252 * (bug 12259) Localize the numbers in deleted pages on the sysop view
253 * Set proper page title for successful file deletion
254 * (bug 11221) Do not show 'Compare selected versions' button for a history page
255   with one revision only
256 * (bug 12267) Set the default date format to Thai solar calender for the Thai
257   language
258 * (bug 10184) Extensions' stylesheets and scripts should be loaded before
259   user-customized ones (like Common.css, Common.js)
260 * (bug 12283) Special:Newpages forgets parameters
261 * (bug 12031) All namespaces doesn't work in Special:Newpages
262 * (bug 585) Only create searchindex replica table for parser tests if db is MySQL
263 * Allow --record option if parserTests.php to work when using Postgres
264 * (bug 12296) Simplify cache epoch in default LocalSettings.php
265 * (bug 12346) XML fix when body double-click and click handlers are present
266 * Fix regression -- missing feed links in sidebar on Special:Recentchanges
267 * (bug 12371) Handle more namespace case variants in namespaceDupes.php
268 * (bug 12380) Bot-friendly EditPage::spamPage
269 * (bug 8066) Spaces can't be entered in special page aliases
271 == Parser changes in 1.12 ==
273 The parser pass order has changed from
275    * Extension tag strip and render
276    * HTML normalisation and security
277    * Template expansion
278    * Main section...
280 to 
282    * Template and extension tag parse to intermediate representation
283    * Template expansion and extension rendering
284    * HTML normalisation and security
285    * Main section...
287 The main effect of this for the user is that the rules for uncovered syntax 
288 have changed. 
290 Uncovered main-pass syntax, such as HTML tags, are now generally valid, whereas
291 previously in some cases they were escaped. For example, you could have "<ta" in
292 one template, and "ble>" in another template, and put them together to make a
293 valid <table> tag. Previously the result would have been "&lt;table&gt;". 
295 Uncovered preprocessor syntax is generally not recognised. For example, if you
296 have "{{a" in Template:A and "b}}" in Template:B, then "{{a}}{{b}}" will be
297 converted to a literal "{{ab}}" rather than the contents of Template:Ab. This
298 was the case previously in HTML output mode, and is now uniformly the case in 
299 the other modes as well. HTML-style comments uncovered by template expansion
300 will not be recognised by the preprocessor and hence will not prevent template
301 expansion within them, but they will be stripped by the following HTML security 
302 pass.
304 The rules for template expansion during message transformation were
305 counterintuitive, mostly accidental and buggy. There are a few small changes in
306 this version: for example, templates with dynamic names, as in "{{ {{a}} }}",
307 are fully expanded as they are in HTML mode, whereas previously only the inner
308 template was expanded. I'd like to make some larger breaking changes to message
309 transformation, after a review of typical use cases.
311 The header identification routines for section edit and for numbering section
312 edit links have been merged. This removes a significant failure mode and fixes a
313 whole category of bugs (tracked by bug #4899). Wikitext headings uncovered by
314 template expansion or comment removal will still be rendered into a heading tag,
315 and will get an entry in the TOC, but will not have a section edit link. 
316 HTML-style headings will also not have a section edit link. Valid wikitext
317 headings present in the template source text will get a template section edit 
318 link. This is a major break from previous behaviour, but I believe the effects 
319 are almost entirely beneficial.
321 The main motivation for making these changes was performance. The new two-pass
322 preprocessor can skip "dead branches" in template expansion, such as unfollowed
323 #switch cases and unused defaults for template arguments. This provides a
324 significant performance improvement in template-heavy test cases taken from 
325 Wikipedia. Parser function hooks can participate in this performance improvement
326 by using the new SFH_OBJECT_ARGS flag during registration.
328 The pre-expand include size limit has been removed, since there's no efficient
329 way to calculate such a figure, and it would now be meaningless for performance
330 anyway. The "preprocessor node count" takes its place, with a generous default
331 limit.
333 The context in which XML-style extension tags are called has changed, so
334 extensions which make use of the parser state may need compatibility changes.
336 === API changes in 1.12 ===
338 Full API documentation is available at http://www.mediawiki.org/wiki/API
340 * (bug 11275) Enable descending sort in categorymembers
341 * (bug 11308) Allow the API to output the image metadata
342 * (bug 11296) Temporary fix for escaping of ampersands inside links in 
343   pretty-printed
344   help document.
345 * (bug 11405) Expand templates implementation in the API
346 * (bug 11218) Add option to feedwatchlist to display multiple revisions for each
347   page.
348 * (bug 11404) Provide name of exception caught in error code field of internal 
349   api error messages.
350 * (bug 11534) rvendid doesn't work
351 * Fixed rvlimit of the revisions query to only enforce the lower query limit if
352   revision content is requested.
353 * Include svn revision number (if install is checked-out from svn) in siteinfo 
354   query.
355 * (bug 11173) Allow limited wikicode rendering via api.php
356 * (bug 11572) API should provide interface for expanding templates
357 * (bug 11569) Login should return the cookie prefix 
358 * (bug 11632) Breaking change: Specify the type of a change in the recentchanges
359   list as 'edit', 'new', 'log' instead of 0, 1, 2, respectively.
360 * Compatibility fix for PHP 5.0.x.
361 * Add rctype parameter to list=recentchanges that filters by type
362 * Add apprtype and apprlevel parameters to filter list=allpages by protection 
363   types and levels
364 * Add apdir parameter to enable listing all pages from Z to A
365 * (bug 11721) Use a different title for results than for the help page.
366 * (bug 11562) Added a user_registration parameter/field to the list=allusers 
367   query.
368 * (bug 11588) Preserve document structure for empty dataset in backlinks query.
369 * Outputting list of all user preferences rather than having to request them by 
370   name
371 * (bug 11206) api.php should honor maxlag
372 * Make prop=info check for restrictions in the old format too.
373 * Add apihighlimits permission, default for sysops and bots
374 * Add limit=max to use maximal limit
375 * Add action=parse to render parser output. Use it instead of action=render which is deprecated.
376 * Add rvtoken=rollback to prop=revisions
377 * Add meta=allmessages to get messages from site's messages cache.
378 * Use bold and italics highlighting only in API help
379 * Added action={block,changerights,delete,move,protect,rollback,unblock,undelete} and list={blocks,deletedrevs}
380 * Fixed sessionid attribute in action=login
381 * Standardized limits. Revisions and Deletedrevisions formerly using 200 / 10000, 
382   now 500 / 5000, in line with other modules.
383 * Added list=allcategories module
384 * (bug 12321) API list=blocks reveals private data
385 * Fix output of wfSajaxSearch
386 * (bug 12413) meta=userinfo missing <query> tag
388 === Languages updated in 1.12 ===
390 * Afrikaans (af)
391 * Akan (ak) (new)
392 * Amharic (am) (new)
393 * Aragonese (an)
394 * Old English (ang) (new)
395 * Arabic (ar)
396 * Aramaic (arc)
397 * Mapudungun (arn) (new)
398 * Assamese (as)
399 * Asturian (ast)
400 * Aymara (ay)
401 * Samogitian (bat-smg)
402 * Boarisch (bar)
403 * Bikol Central (bcl)
404 * Belarusian (be)
405 * Belarusian Taraskievica orthography (be-tarask)
406 * Bulgarian (bg)
407 * Bislama (bi) (new)
408 * Bamanankan (bm)
409 * Bengali (bn)
410 * Bishnupriya Manipuri (bpy)
411 * Breton (br)
412 * Buginese (bug) (new)
413 * Catalan (ca)
414 * Zamboangueño (cbk-zam) (new)
415 * Min Dong (cdo) (new)
416 * Chechen (ce)
417 * Cebuano (ceb) (new)
418 * Cherokee (chr) (new)
419 * Corsican (co) (new)
420 * Crimean Tatar (Cyrillic) (crh-cyrl) (new)
421 * Crimean Tatar (Latin) (crh-latn) (new)
422 * Czech (cs)
423 * Cassubian (csb)
424 * Old Church Slavonic (cu)
425 * Welsh (cy)
426 * Danish (da)
427 * German (de)
428 * Zazaki (diq) (new)
429 * Lower Sorbian (dsb) (new)
430 * Middle Dutch (dum) (new)
431 * Divehi (dv)
432 * Ewe (ee) (new)
433 * Greek (el)
434 * English (en)
435 * Spanish (es)
436 * Estonian (et)
437 * Euskara (eu)
438 * Extremaduran (ext)
439 * Finnish (fi)
440 * Persian (fa)
441 * Fulah (ff)
442 * Võro (fiu-vro)
443 * Fijian (fj) (new)
444 * Faroese (fo)
445 * French (fr)
446 * Cajun French (frc)
447 * Franco-Provençal (frp)
448 * Frisian (fy)
449 * Irish (ga)
450 * Gön-gnŷ (gan) (new)
451 * Scottish Gaelic (gd) (new)
452 * Galician (gl)
453 * Gilaki (glk) (new)
454 * Gothic (got) (new)
455 * Ancient Greek (grc) (new)
456 * Swiss German (gsw)
457 * Hakka (hak)
458 * Hawaiian (haw) (new)
459 * Hebrew (he)
460 * Croatian (hr)
461 * Upper Sorbian (hsb)
462 * Haitian Creole French (ht)
463 * Hungarian (hu)
464 * Armenian (hy)
465 * Interlingua (ia)
466 * Indonesian (id)
467 * Interlingue (ie) (new)
468 * Igbo (ig) (new)
469 * Eastern Canadian (Unified Canadian Aboriginal Syllabics) (ike-cans) (new)
470 * Eastern Canadian (Latin) (ike-latn) (new)
471 * Ingush (inh) (new)
472 * Ido (io) (new)
473 * Icelandic (is)
474 * Italian (it)
475 * Japanese (ja)
476 * Georgian (ka)
477 * Kara-Kalpak (kaa)
478 * Kabyle (kab)
479 * Kazakh (kk)
480 * Kazakh Arabic (kk-arab) (new)
481 * Kazakh (China) (kk-cn)
482 * Kazakh Cyrillic (kk-cyrl) (new)
483 * Kazakh (Kazakhstan) (kk-kz)
484 * Kazakh Latin (kk-latn) (new)
485 * Kazakh (Turkey) (kk-tr)
486 * Kalaallisut (kl) (new)
487 * Kannada (kn)
488 * Korean (ko)
489 * Kölsch (ksh)
490 * Kurdish (Arabic) (ku-arab)
491 * Kurdish (Latin) (ku-latn)
492 * Cornish (kw) (new)
493 * Latin (la)
494 * Luxembourgish (lb) (new)
495 * Lak (lbe) (new)
496 * Limbugian (li)
497 * Lozi (loz) (new)
498 * Lingala (ln)
499 * Lithuanian (lt)
500 * Malayalam (ml)
501 * Macedonian (mk)
502 * Malay (ms)
503 * Erzya (myv) (new)
504 * Nahuatl (nah)
505 * Min-nan (nan)
506 * Napolitan (nap)
507 * Low Saxon (nds)
508 * Dutch Low Saxon (nds-nl)
509 * Newari (new) (new)
510 * Dutch (nl)
511 * Norwegian (no)
512 * Novial (nov) (new)
513 * Occitan (oc)
514 * Deitsch (pdc) (new)
515 * Polish (pl)
516 * Piemontèis (pms)
517 * Pontic (pnt) (new)
518 * Pashto (ps)
519 * Portugese (pt)
520 * Quechua (qu)
521 * Rhaeto-Romance (rm) (new)
522 * Romanian (ro)
523 * Russian (ru)
524 * Sakha (sah)
525 * Sardinian (sc)
526 * Sicilian (scn)
527 * Scots (sco) (new)
528 * Sindhi (sd)
529 * Sassarese (sdc) (new)
530 * Seri (sei) (new)
531 * Tachelhit (shi)
532 * Slovak (sk)
533 * Southern Sami (sma) (new)
534 * Serbian (Cyrillic) (sr-ec)
535 * Swati (ss) (new)
536 * Saterland Frisian (stq) (new)
537 * Sundanese (su)
538 * Swedish (sv)
539 * Swahili (sw) (new)
540 * Tamil (ta)
541 * Teluga (te)
542 * Tetun (tet) (new)
543 * Tajik (tg)
544 * Thai (th)
545 * Tagalog (tl) (new)
546 * Tonga (to) (new)
547 * Turkish (tr)
548 * Tuvinian (tyv)
549 * Uyghur (ug)
550 * Uzbek (uz)
551 * Venitian (vec)
552 * Vietnamese (vi)
553 * West Flemish (vls)
554 * Volapük (vo)
555 * Walloon (wa)
556 * Wolof (wo)
557 * Wu (wuu) (new)
558 * Yiddish (yi)
559 * Cantonese (yue)
560 * Zhuang (za)
561 * Zealandic (zea)
562 * Chinese (zh)
563 * Old Chinese/Late Time Chinese (zh-classical)
564 * Chinese (Simplified) (zh-hans)
565 * Chinese (Traditional) (zh-hant)
566 * Chinese (Taiwan) (zh-tw)
568 == Compatibility ==
570 MediaWiki 1.12 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
572 PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
573 http://bugs.php.net/bug.php?id=34879
574 Upgrade affected systems to PHP 5.1 or higher.
576 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
577 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
580 == Upgrading ==
582 1.12 has several database changes since 1.11, and will not work without schema
583 updates.
585 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
586 new database fields are filled with data.
588 If upgrading from before 1.11, and you are using a wiki as a commons repository, 
589 make sure that it is updated as well. Otherwise, errors may arise due to 
590 database schema changes.
592 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
593 changes are made, and there is a slightly higher chance that things could
594 break. Don't forget to always back up your database before upgrading!
596 See the file UPGRADE for more detailed upgrade instructions.
599 === Caveats ===
601 Some output, particularly involving user-supplied inline HTML, may not
602 produce 100% valid or well-formed XHTML output. Testers are welcome to
603 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
604 cases, but this is not recommended on live sites. (This must be set for
605 MathML to display properly in Mozilla.)
607 For notes on 1.11.x and older releases, see HISTORY.
610 === Online documentation ===
612 Documentation for both end-users and site administrators is currently being
613 built up on MediaWiki.org, and is covered under the GNU Free Documentation
614 License (except for pages that explicitly state that their contents are in
615 the public domain) :
617   http://www.mediawiki.org/wiki/Documentation
620 === Mailing list ===
622 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
623 wikitech-l list:
625   http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
627 A low-traffic announcements-only list is also available:
629   http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
631 It's highly recommended that you sign up for one of these lists if you're
632 going to run a public MediaWiki, so you can be notified of security fixes.
635 === IRC help ===
637 There's usually someone online in #mediawiki on irc.freenode.net