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