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