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