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