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