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