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