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