]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - RELEASE-NOTES
MediaWiki 1.17.4
[autoinstalls/mediawiki.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.17.4 ==
7 2012-04-25
8
9 This a maintenance of the MediaWiki 1.17 branch.
10
11 === Summary of selected changes in 1.17 ===
12
13 Selected changes since MediaWiki 1.16 that may be of interest:
14
15 * A new installer has been introduced. It has a wizard-style interface which is
16   translated into many languages. Many shortcomings in the old installer were
17   addressed with this rewrite. Note that it is no longer required for the config
18   directory to be made writable by the webserver. Instead the generated
19   LocalSettings.php file is offered as a download, which you must then upload
20   to the wiki's base directory.
21
22 * ResourceLoader, a new framework for delivering client-side resources such as
23   JavaScript and CSS, has been introduced. These resources are now delivered
24   through the new entry point script "load.php", instead of as static files 
25   served directly by the web server. This allows minification, compression and
26   client-side caching to be used more effectively, which should provide a net
27   performance improvement for most users. 
28
29 * Category sorting has been improved. 
30 ** Sorting is now case insensitive.
31 ** Sub-categories, pages and files can now be paged separately.
32 ** When several pages are given the same sort key, they sort by their 
33    names instead of randomly.
34
35 * The lowest supported version of PHP is now 5.2.3. If necessary, please
36   upgrade PHP prior to upgrading MediaWiki.
37
38 === Changes since 1.17.3 ===
39
40 * (bug 35961) Hash comparison should always be strict.
41 * Fix broken email confirmation expiration caused by MWCryptRand changes.
42 * (bug 35671) PHP Notice: Undefined index: gettoken in includes/api/ApiMain.php
43   on line 598.
44
45 === Changes since 1.17.2 ===
46
47 * (bug 22555) Remove or skip strip markers from tag hooks like <nowiki> in
48   core parser functions which operate on strings, such as padleft.
49 * (bug 34212) ApiBlock/ApiUnblock allow action to take place without a token
50   parameter present.
51 * (bug 34907) Fixed exposure of tokens through load.php that could have facilitated
52   CSRF attacks.
53 * (bug 35317) CSRF in Special:Upload.
54
55 === Changes since 1.17.1 ===
56 * (bug 33117) prop=revisions allows deleted text to be exposed through cache pollution.
57 * (bug 32709) Private Wiki users were always taken to Special:Badtitle on login.
58
59 === Changes since 1.17.0 ===
60
61 * (bug 29535) Added missing Creative Commons CC0 icon.
62 * (bug 29726) Fixed failure to load internationalization messages in 
63   client-side scripts on WebKit-based browsers.
64 * Fixed a bug in message transformation where the previous language could leak 
65   into later transformations in the UI language.
66 * (bug 29091) Fixed form of native name for Ossetic language (Иронау -> Ирон)
67 * Fixed maintenance scripts upgrade1_5.php and rebuildImages.php, they did not
68   work at all since 1.17 beta 1.
69 * (bug 29531) Fixed img_auth.php for thumbnails and other filenames with 
70   multiple dots, was broken by the fix for bug 28840.
71 * In the maintenance script purgeList.php, fixed a fatal error when a page 
72   title is given, instead of a URL.
73 * (bug 19514) Unordered list list-style-image should be IE6-compatible (8-bit).
74 * Installer checked for magic_quotes_runtime instead of register_globals.
75 * $wgSVGMaxSize is now applied to the smaller of width or height, making very
76   wide pano/timeline/diagram SVGs renderable at saner sizes.
77 * (bug 29959) Installer fatal when cURL and allow_url_fopen is disabled and user
78   tries to subsribe to mediawiki-announce.
79 * Installer checked for magic_quotes_runtime instead of register_globals
80 * (bug 30131) XCache with variable caching disabled no longer used for variable
81   caching (CACHE_ACCEL)
82 * (bug 30264) Changed installer-generated LocalSettings.php to use require_once()
83   instead require() for included extensions.
84 * (bug 26486) ResourceLoader modules with paths to nonexistent files cause PHP
85   warnings/notices to be thrown
86 * (bug 30907) Special:Unusedcategories should sort ascendingly.
87 * (bug 30219) The page shown when LocalSettings.php does not exist was broken on
88   Windows servers.
89 * Hardcoded NLS_NUMERIC_CHARACTERS for Oracle DB to prevent type conversion errors.
90 * Fixed recentchanges FK violation on page delete and cache purge error in updater
91   for Oracle DB.
92 * (bug 32276) Skins were generating output using the internal page title which
93   would allow anonymous users to determine wheter a page exists, potentially
94   leaking private data. In fact, the curid and oldid request parameters would
95   allow page titles to be enumerated even when they are not guessable.
96 * (bug 32616) action=ajax requests were dispatched to the relevant internal
97   functions without any read permission checks being done. This could lead to
98   data leakage on private wikis.
99
100 === Changes since 1.17.0rc1 ===
101
102 * Fixed syntax error in generated LocalSettings.php when a non-default user
103   rights profile is chosen.
104 * (bug 29399) Fixed PostgreSQL installation when the DB user for installation 
105   is the same as the one for web access. 
106 * (bug 29233) Fixed failover for DB slave servers. When a DB slave went down,
107   an error was immediately shown to the user, instead of trying another slave. 
108   Was broken since 1.17 beta 1.
109 * (bug 29278) Fixed PHP fatal error when attempting to add text to a page via a 
110   redirect.
111 * (bug 29408) Fixed uploads of files with MIME types that aren't detected by 
112   MediaWiki.
113 * Removed DEFAULT '' NOT NULL field definitions from Oracle DB schema because 
114   using the DEFAULT value ('') in DML broke Oracle backend as it treats an 
115   empty VARCHAR2 value as NULL. Indexes on Oracle do not require NOT NULL
116   fields.
117
118 === Changes since 1.17 beta 1 ===
119
120 * Fixed warning about missing file "password.js".
121 * When installing on MySQL, don't attempt to create a new database user if the 
122   same user is used for installation and web access.
123 * Fixed SQL query errors in queries with table aliases.
124 * (bug 27891) Fixed the "chronology protector", broken since 1.17beta1, which 
125   ensures that when database replication is used, the new version is seen by 
126   the user immediately after they create or edit an article.
127 * (bug 28845) Allow PostgreSQL installation using a non-root user account which 
128   has role creation abilities.
129 * When installing on PostgreSQL and the install account is the same as the web
130   account, check to make sure that the account has suitable privileges in the 
131   mediawiki schema.
132 * (bug 28172) Fixed error in PostgreSQL installation when creating the wiki 
133   sysop account.
134 * Fixed an issue with the Oracle installer in cases where the user is different 
135   to the database name.
136 * Added "unblockself" to the list of available rights. 
137 * In the installer, fixed the "user rights profile" option, it never worked.
138 * (bug 29117) Fixed Hebrew localisation of the installer.
139 * (bug 28840) Reduce the collateral damage caused by the fix for bug 28235 (XSS
140   on Internet Explorer 6 due to a file extension in the query string) by 
141   reducing the number of URLs that are blocked, and by redirecting the request
142   to a safer URL where possible instead of blocking it. 
143 * (bug 28812) Fixed documentation of API action=parse.
144 * (bug 28979) Fixed styling of <abbr> and <acronym>.
145 * Fixed the error message displayed when you try to create an account by email,
146   but an email address is not given.
147 * Fixed JS error due to missing dependency for jquery.suggestions.
148 * Exposed $wgExtensionAssetsPath in JavaScript.
149 * (bug 28738) Made ResourceLoader support environments with small URL length 
150   limits. The length limit can be configured via $wgResourceLoaderMaxQueryLength,
151   and this is set automatically in the generated LocalSettings.php when the 
152   php.ini variable "suhosin.get.max_value_length" is set. When a URL exceeds 
153   this limit, the request is split up. Also, reduced the average length of 
154   load.php URLs by using a more compact parameter format.
155 * (bug 25262) Fix for minification of hardcoded data: URIs in CSS.
156 * (bug 25124) Respect $wgStyleDirectory in ResourceLoader.
157 * Allow installation when no HTTP client is available, don't throw an exception.
158 * (bug 27465) Fix metadata extraction for SVG files using unusual namespace 
159   names.
160 * (bug 29174) Fix regression in upload-by-URL: uploading files larger than the 
161   PHP memory limit should work again.
162 * Fixed the display of comments in the new user log.
163 * (bug 28237) When installing extensions using the web-based installer, create
164   any necessary database tables.
165 * (bug 28983) Fixed automated installation of extensions that overwrite $path.
166 * Fixed error caused by missing magic words.
167 * Fixed breakage of article editing in PostgreSQL due to text search
168   configuration errors.
169 * Fixed the HTTPS client used when Curl is not available. This avoids an error
170   during install about failure of the mediawiki-announce subscription.
171 * (bug 28162) When installing to PostgreSQL, respect the "database port" input,
172   it was ignored.
173
174 === Configuration changes in 1.17 ===
175
176 * $wgLogAutocreatedAccounts controls whether autocreation of accounts is logged
177   to new users log.
178 * (bug 22858) $wgLocalStylePath is by default set to the same value as
179   $wgStylePath but should never point to a different domain than the site is
180   on, allowing skins to use .htc files which are not cross-domain friendly.
181 * $wgFileStore has been deprecated. The only usage $wgFileStore['deleted'] has
182   been turned into $wgDeletedDirectory.
183 * $wgDeletedDirectory has been added to specify what directory to place deleted
184   uploads in.
185 * IBM DB2 database no longer uses the db specific $wgDBport_db2 variable but the
186   normal $wgDBport.
187 * $wgCategoryPrefixedDefaultSortkey was removed and is now always false.  This
188   provides more sensible sorting behavior for categories.
189 * Removed unused globals: $wgEnableSerializedMessages, $wgCheckSerialized,
190   $wgUseMemCached, $wgDisableSearchContext, $wgColorErrors, $wgUseZhdaemon,
191   $wgZhdaemonHost and $wgZhdaemonPort.
192 * (bug 24408) The include_path is not modified in the default LocalSettings.php
193 * $wgVectorExtraStyles was removed, and is no longer in use.
194 * Removed $wgUpdates for database updates; extensions should use
195   DatabaseUpdater::addExtensionUpdate() via the LoadExtensionSchemaUpdates hook.
196 * Removed $wgServerName. It doesn't need to be set anymore and is no longer
197   available as input for other configuration items, either.
198 * It's no longer necessary for LocalSettings.php to include DefaultSettings.php.
199 * It's no longer necessary to set $wgCacheEpoch to the file modification time
200   of LocalSettings.php, in LocalSettings.php itself. Instead, this is done
201   automatically if $wgInvalidateCacheOnLocalSettingsChange is true (which is
202   the default).
203 * $wgCopyrightIcon is deprecated and $wgFooterIcons['copyright']['copyright'] 
204   should be used instead.
205 * $wgSysopUserBans is deprecated, and will be made permanently true in 1.18.
206   If you need this functionality, you should use the BlockIp hook to filter and
207   reject such blocks.
208 * $wgSysopRangeBans is deprecated, you should set $wgBlockCIDRLimit to maximum
209   (32 for IPv4, 128 for IPv6), equivalent to allowing rangeblocks of only 1
210   address at a time.
211
212 === New features in 1.17 ===
213
214 * (bug 10183) Users can now add personal styles and scripts to all skins via
215   User:<name>/common.css and /common.js (if user css/js is enabled).
216 * (bug 22748) Add anchors on Special:ListGroupRights.
217 * (bug 21981) Add parameter 'showfilename' to <gallery> to automatically
218   apply the names of the individual files within the gallery.
219 * Future-proof redirection to fragments in Gecko, so things work a little nicer
220   if they fix <https://bugzilla.mozilla.org/show_bug.cgi?id=516293>.
221 * Support git:// and mms:// protocols by default for external links.
222 * (bug 15810) Blocked admins can no longer unblock themselves without the
223   'unblockself' permission (which they have by default).
224 * (bug 18499) Added "enhanced" URL parameter to switch between old and enhanced
225   changes list.
226 * (bug 22925) "sp-contributions-blocked-notice-anon" message now displayed when
227   viewing contributions of a blocked IP address.
228 * (bug 22474) {{urlencode:}} now takes an optional second parameter for type of
229   escaping.
230 * Special:Listfiles now supports a username parameter.
231 * Special:Random carries over query string parameters.
232 * (bug 23206) Add Special::Search hook for detecting successful "Go".
233 * When visiting a "red link" of a deleted file, a deletion and move log excerpt
234   is provided on the Upload form.
235 * (bug 22647) Add category details in search results.
236 * (bug 23276) Add hook to Special:NewPages to modify query.
237 * Add accesskey 's' and tooltip to 'Save' button at Special:Preferences.
238 * Add accesskey 'b' and tooltip to the summary field of edit mode.
239 * (bug 20186) Allow filtering Special:Contributions for RevisionDeleted edits.
240 * ajaxwatch now uses the API and JQuery, and can be used to animate arbitrary
241   watch links, not just to watch the page the link is on.
242 * (bug 20976) "searchmenu-new-nocreate" message now displayed when when there
243   is no title match in search and the user has no rights to create pages.
244 * (bug 23429) Added new hook WatchlistEditorBuildRemoveLine.
245 * (bug 22844) Added support for WinCache object caching (for IIS).
246 * (bug 23580) Add two new events to LivePreview so that scripts can be notified
247   about the beginning and finishing of LivePreview actions.
248 * (bug 21278) Now the sidebar allows inclusion of wiki markup.
249 * (bug 23733) Add IDs to messages used on CSS/JS pages.
250 * Show validity period of the login cookie in Special:UserLogin and
251   Special:Preferences.
252 * Interlanguage links display the page title in their tooltip.
253 * (bug 23621) New Special:ComparePages to compare (diff) two articles.
254 * (bug 4597) Provide support in Special:Contributions to show only "current"
255   contributions
256 * (bug 17857) {{anchorencode}} acts more like how the parser creates section ids
257 * (bug 21477) \& can now be used in <math>
258 * (bug 11641) \dotsc \dotsm \dotsi \dotso can now be used in <math>
259 * (bug 21475) \mathtt and \textsf can now be used in <math>
260 * texvc is now run via ulimit4.sh, to limit execution time.
261 * SQLite now supports $wgSharedDB.
262 * (bug 8507) Group file links by namespace:title on image pages.
263 * Stop emitting named entities, so we can use <!DOCTYPE html> while still being
264   well-formed XML.
265 * texvc now supports \bcancel and \xcancel in addition to \cancel and \cancelto
266 * Added scriptExtension setting to $wgForeignFileRepos.
267 * ForeignApiRepo uses scriptDirUrl if apiBase not set.
268 * (bug 24212) Added MediaWiki:Filepage.css which is also included on foreign
269   client wikis.
270 * (bug 14685) Double underscore magic word usage is now tracked in the
271   page_props table, as well as the behavioral magic words {{DEFAULTSORT}} and
272   {{DISPLAYTITLE}}
273 * (bug 24045) MediaWiki:Ipb-needreblock is now wrapped in a div with class
274   "mw-ipb-needreblock"
275 * Non-file pages can no longer be moved to the file namespace, nor vice versa.
276 * (bug 671) The <dfn>, <kbd> and <samp> elements have been whitelisted in user
277   input.
278 * (bug 21503) There's now a "reason" field when creating account for other users.
279 * (bug 24418) action=markpatrolled now requires a token.
280 * A variety of category sort-related fixes, including:
281 ** (bug 164) In English, lowercase and uppercase letters now sort the same.
282 ** (bug 1211) Subcategories, ordinary pages, and files now page separately.
283 ** When several pages are given the same sort key, they sort by their names
284    instead of randomly.
285 * (bug 23848) Add {{ARTICLEPATH}} Magic Word.
286 * (bug 8140) Add dedicated CSS classes to Special:Newpages elements.
287 * (bug 11005) Add CSS class to empty pages in Special:Newpages.
288 * The parser cache is now shared amongst users whose different settings aren't
289   used in the page.
290 * Any attribute beginning with "data-" can now be used in wikitext, per HTML5.
291 * (bug 24007) Diff pages now mention the number of users having edited
292   intermediate revisions.
293 * Added new hook GetIP.
294 * Special:Version now displays whether a SQLite database supports full-text
295   search.
296 * TS_ISO_8691_BASIC was added as a time format, which is used by ResourceLoader
297   for versioning.
298 * Maintenance scripts get a --memory-limit option to override defaults (which
299   is usually to set it to -1 to disable the limit).
300 * (bug 25397) Allow uploading (not displaying) of WebP images, disabled
301   by default.
302 * (bug 23194) Special:ListFiles now has thumbnails.
303 * Use hreflang to specify canonical and alternate links, search engine friendly
304   when a wiki has multiple variant languages.
305 * (bug 19593) Specifying --server in now works for all maintenance scripts.
306 * Now rebuildtextindex.php warns if SQLite doesn't support full-text search.
307 * (bug 10541) Front/backend separation of installation/upgrade code.
308 * (bug 10596) Allow installer to enable extensions already in extensions folder.
309 * (bug 20627) Installer should be in languages other than English.
310 * Support for metadata in SVG files (title, description).
311 * Special:Search: Add CSS classes to 'none found' and 'create link' messages.
312 * Add CSS classes (including namespace and pagename) to the enhanced recent
313   changes/watchlist entries.
314 * (bug 22463) Add hook 'SkinGetPoweredBy' to make 'powered by' icon/text
315   customizable.
316 * Added CSS print pagination to the print stylesheets.
317 * (bug 25960) Add <link rel=canonical"> for File pages of shared/foreign
318   file repositories.
319 * When viewing a redirect, the redirect arrow and redirection target are both
320   wrapped in a div that has the class "redirectMsg" so that the redirection
321   arrow can be customized with CSS.
322 * (bug 21911) Hard coded limit for long page warning removed. New message
323   [[MediaWiki:Longpage-hint]] (empty per default) can be used instead.
324   Parameters: $1 shows the formatted textsize in Byte/KB/MB, $2 is the raw
325   number of the textsize in Byte.
326 * (bug 3276) Give image <gallery>s fluid width.
327 * Added uploads link to page subtitle in Special:Contributions.
328 * Added Special:Myuploads special page that redirects to Special:Listfiles.
329 * The footerlinks used in Monobook/Vector/Modern are now part of common skin
330   code, SkinTemplateOutputPageBeforeExec can be used to customize the list.
331 * Special wrapping setups can now define MW_CONFIG_FILE to load a config file
332   other than LocalSettings.php. This is like MW_CONFIG_CALLBACK but works in
333   some cases where MW_CONFIG_CALLBACK will not work.
334 * (bug 26574) Added 'upload' to $wgRestrictionTypes, allowing upload protected
335   pages to be queried via the API and Special:ProtectedPages, and allowing
336   disabling upload protection by removing it from $wgRestrictionTypes.
337 * The name attribute of HTMLForm fields can now be overridden by passing a
338   'name' key in the descriptor array.  Hidden field names are now treated
339   consistently with other fields and, by default, prefixed with 'wp'.
340 * (bug 27402) Add support for disabling MWSuggest.
341 * (bug 26563) Add bytes changed per revision for stub and full article dumps.
342 * (bug 27508) Add $wgSVGMetadataCutoff to limit the maximum amount of an svg we
343   look at when finding metadata to prevent excessive resource usage.
344 * (bug 198) $wgUpgradeKey allows unlocking the web installer for upgrades
345   without having to move LocalSettings.php
346 * Added $wgAllowImageTag, which can be set to true to whitelist the <img> tag 
347   in wikitext.
348 * (bug 12797) Add $wgGalleryOptions for adjusting of default gallery display
349   options.
350 * Added the $wgAllowUserCssPrefs option which allows disabling CSS-based 
351   preferences; which can improve page loading speed.
352 * Added $wgSQLMode for setting database SQL modes - either performance (null)
353   or other reasons (such as enabling stricter checks).
354 * (bug 20193) Added $wgVectorShowVariantName global configuration variable
355   which causes Vector to render the variants drop-down menu with a label
356   showing the current variant name. This is off by default, pending further
357   research into its user experience implications.
358 * The upload link for missing files can now be set separately from the
359   navigation link with $wgUploadMissingFileUrl.
360 * $wgAdditionalMailParams added to allow setting extra options to mail() calls.
361 * Added $wgSecureLogin to optionally login using HTTPS.
362 * (bug 25728) Added $wgPasswordSenderName to make the name associated
363   with $wgPasswordSender configurable.
364 * (bug 22463) $wgFooterIcons added to allow configuration of the icons shown in
365   the footers of skins.
366 * $wgFileCacheDepth can be used to set the depth of the subdirectory hierarchy.
367   used for the file cache. Default value is 2, which matches former behavior.
368
369 === Bug fixes in 1.17 ===
370
371 * (bug 17560) Half-broken deletion moved image files to deletion archive
372   without updating database.
373 * (bug 22666) Submitting user block form with an invalid user name no longer
374   throws an error.
375 * (bug 22665, bug 22667) User '0' can now be unblocked and have its block
376   settings changed.
377 * (bug 22606) The body of e-mail address confirmation message is now different
378   when the address changed.
379 * (bug 22664) Special:Userrights now accepts '0' as a valid user name.
380 * (bug 5210)  Preload parser now parses <noinclude>, <includeonly> and
381   redirects.
382 * (bug 22709) IIS7 mishandles redirects generated by OutputPage::output() when
383   the URL contains a colon.
384 * (bug 22353) Categorised recent changes now works again.
385 * (bug 22747) "Reveal my e-mail address in notification e-mails" preference is
386   now only displayed when relevant.
387 * (bug 22772) {{#special:}} parser function now works with subpages.
388 * (bug 18664) Relative URIs in interwiki links cause failed redirects.
389 * (bug 19270) Relative URIs in interwiki links break interwiki transclusion.
390 * (bug 22903) Revdelete log entries now show in the user preferred language.
391 * (bug 22905) Correctly handle <abbr> followed by ISBN.
392 * (bug 22940) Namespace aliases pointing to main namespace don't work.
393 * (bug 15810) Blocked admins can no longer block/unblock other users.
394 * (bug 22876) Avoid possible PHP Notice if $wgDefaultUserOptions is not
395   correctly set.
396 * (bug 14952) Page titles are renormalized after html entities are removed so
397   that links with non-NFC character references work correctly.
398 * (bug 22991) wgUserGroups JavaScript variable now reports * group for
399   anonymous users instead of null.
400 * (bug 22627) Remove PHP notice when deleting a page only hidden users edited.
401 * (bug 21520) Anonymous previews now also gives a warning about not being
402   logged in (anonpreviewwarning).
403 * (bug 22935) image/x-ms-bmp mime type added for BMP files.
404 * (bug 23024) Special:ListFiles now escapes file names correctly.
405 * (bug 22867) "View source" tab is now only displayed if there's source text.
406 * (bug 19393) Feeds now format dates in user language rather than content
407   language.
408 * (bug 22852) "Served in" comment is now the time used to cache a single page
409   when using rebuildFileCache.php
410 * (bug 22496) Viewing diff of a redirect page without specifying "oldid".
411   parameter no longer makes the page displayed as being the redirect target.
412 * (bug 22918) Feed cache keys now use $wgRenderHashAppend.
413 * (bug 21916) Last-Modified header is now correct when outputting cached feed.
414 * (bug 20049) Fixed PHP notice in search highlighter that occurs in some cases.
415 * (bug 23017) Special:Disambiguations now list pages in content namespaces
416   rather than only main namespace.
417 * (bug 23063) $wgMaxAnimatedGifArea is checked against the total size of all.
418   frames, and $wgMaxImageArea against the size of the first frame, rather than
419   the other way around.  Both now default to 12.5 megapixels.  Also, images
420   exceeding $wgMaxImageArea can still be embedded at original size.
421 * (bug 23078) "All public logs" option on Special:Log is now always the first
422   item.
423 * (bug 16817) Group names in user rights log are now singular and in lowercase.
424 * Special:Preferences no longer crashes if the wiki default date formatting
425   style is not valid for the user's interface language.
426 * (bug 23167) Check the watch checkbox by default if the watchcreations
427   preference is set.
428 * Maintenance script cleanupTitles is now able to fix titles stored
429   in a negative namespace (which is invalid).
430 * (bug 19858) Removed obsolete <big> in interface messages.
431 * (bug 21456) "Bad title" error when showing non-local interwiki pages no longer
432   displays incorrect tabs.
433 * (bug 23190) Improved math representation for text browsers.
434 * (bug 22015) Improved upload-by-url error handling and error display.
435 * (bug 17941) $wgMaxUploadSize is now honored by all upload sources.
436 * (bug 23080) New usernames now limited to 235 bytes so that custom skin files
437   work.
438 * (bug 23075) Correct MediaTransformError default width in gallery.
439 * (bug 16487) The Anonymous user account used on Postgres is no longer
440   displayed on Special:Listusers.
441 * (bug 23313) Move watchlisthidepatrolled above token in watchlist preferences
442   to enhance preference grouping.
443 * (bug 23298) Interwiki links with prefix only in log summaries now link to the
444   correct link.
445 * (bug 23284) Times are now rounded correctly.
446 * (bug 23375) Added ogv, oga, spx as extensions for ogg files.
447 * (bug 18408) All required permissions for uploading (upload, edit, create).
448   are now checked when loading Special:Upload. Toolbar link for Special:Upload
449   is no longer shown if the user does not have the required permissions.
450 * (bug 23397) texvc in html mode renders \sim as &tilde; not &sim;
451 * (bug 23241) License selector should be disabled during upload of a new
452   version.
453 * (bug 23240) Add ID to namespace selector form on Special:Watchlist.
454 * The pipe | character in urls is now escaped.
455 * (bug 23422) mp3 files can now be moved.
456 * (bug 23448) MediaWiki:Summary-preview is now displayed instead of
457   MediaWiki:Subject-preview when previewing summary.
458 * (bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added
459   new variable {{REVISIONMONTH1}} when unpadded version is needed.
460 * Special:Userrights didn't recognize user as changing his/her own rights if
461   user did not capitalize first letter of username.
462 * (bug 23507) Add styles for printing wikitables.
463 * (bug 19586) Avoid JS errors in mwsuggest when using old browsers such
464   as Opera 8.
465 * (bug 23563) Old skins now support $wgUploadNavigationUrl and take into
466   account upload rights.
467 * (bug 1347) Render \phi in math using images, in order to create consistent
468   and correct render results.
469 * (bug 16573) Render \epsilon in math using images, in order to create
470   consistent and correct render results.
471 * (bug 22541) Support image redirects when using ForeignAPIRepo.
472 * (bug 22967) Make edit summary length cut-off behave correctly for multibyte
473   characters.
474 * (bug 8689) Long numeric lines no longer kill the parser.
475 * (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if
476   the $noRedir parameter is set to true.
477 * (bug 23688) Correct mime types for Office 2007 OpenXML documents.
478 * (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php.
479 * (bug 23797) Xml::input() now allows '0' for the value parameter.
480 * (bug 23747) Make sure that on History pages, the RevDel button is not
481   accidentally activated when hitting enter.
482 * (bug 23845) Special:ListFiles now uses correct file names without underscores.
483 * Ask for permanent login in Special:Preferences only if $wgCookieExpiration > 0.
484 * (bug 16356) Repair dumpInterwiki.inc to use proper normalization.
485 * (bug 24006) deleteArchivedRevisions.php maintenance script now longer throws
486   a fatal error.
487 * (bug 23465) Don't ignore the predefined destination filename on
488   Special:Upload after following a red link.
489 * (bug 23642) Recognize mime types of MS OpenXML documents.
490 * (bug 22784) Normalise underscores and spaces in autocomments.
491 * (bug 19910) Headings of the form ===+\s+ are now displayed as valid headings.
492 * (bug 24022) Only check file extensions on the uploadpage when needed.
493 * (bug 24076) Recognize Office 2003 files with OpenXML trailers.
494 * (bug 24244) Updated comments in DefaultSettings.php to reflect.
495   Image: --> File: namespace rename.
496 * Make wfTimestamp recognize negative unix timestamp values.
497 * (bug 24401) SimpleSearch: No button/text indicating 'Search' if image is
498   disabled.
499 * (bug 23293) Do not show change tags when Special:RecentChanges(linked) or
500   Special:Newpages is transcluded into another page as it messes up the page.
501 * (bug 24517) LocalFile::newFromKey() and OldLocalFile::newFromKey() no longer
502   throw fatal errors.
503 * (bug 23380) Uploaded files that are larger than allowed by PHP now show a
504   useful error message.
505 * Uploading to a protected title will allow the user to choose a new name
506   instead of showing an error page.
507 * (bug 24425) Use Database::replace instead of delete/insert in
508   SqlBagOStuff::set to avoid query errors about duplicate keynames.
509 * (bug 15470) First letters of filenames are always capitalized by upload JS.
510 * (bug 21215) NoLocalSettings.php doesn't tolerate rewrite rules.
511 * (bug 21052) Fix link color for stubs in NewPages.
512 * (bug 24714) Usage of {{#dateformat: }} in wikis without $wgUseDynamicDates no
513   longer pollutes the parser cache.
514 * (bug 17031) Correct which characters the parser allows in tag attributes (a
515   letter, colon or underscore followed by 0 or more letters, numbers, colons,
516   underscores, hyphens, and/or periods).
517 * Save 200 useless queries on each category page view.
518 * Shell commands will now work on Linux in filesystems mounted noexec.
519 * (bug 24804) Corrected commafying in Polish and Ukrainian.
520 * "Difference between pages" is now displayed instead of "Difference between
521   revisions" on diffs when appropriate.
522 * (bug 23703) ForeignAPIRepo fails on findBySha1() when using a 1.14 install as
523   a repository due to missing 'name' attribute from the API list=allimages.
524 * (bug 24898) MediaWiki uses /tmp even if a vHost-specific tempdir is set, also
525   make wfTempDir() return a sane value for Windows on worst-case.
526 * (bug 24824) Support ImageMagick 6.5.6-2+ JPEG decoder size hint, to reduce
527   memory usage when such an ImageMagick is used for scaling.
528 * Disable multithreaded behaviour in recent ImageMagick, to avoid a deadlock
529   when a resource limit such as $wgMaxShellMemory is hit.
530 * (bug 24981) Allow extensions to access SpecialUpload variables again.
531 * (bug 20744) Wiki forgets about an uploaded file.
532 * (bug 17913) Don't show "older edit" when no older edit available.
533 * (bug 6204) TOC not properly rendered when using $wgMaxTocLevel.
534 * (bug 24977) The accesskey in history page now lead directly to the diff.
535   instead of alternating focus between the two buttons.
536 * (bug 24987) Special:ListUsers does not take external groups into account.
537 * (bug 20633) update.php has mixed language output.
538 * SQLite system table names are now never prefixed.
539 * (bug 25292) SkinSubPageSubtitle hook now passes the Skin object as second
540   parameter.
541 * (bug 25167) Correctly load JS fixes for IE6 (fixing a regression in 1.16).
542 * (bug 25367) wfShellExec() is more explicit when failing due to disabled
543   passthru().
544 * (bug 25462) Fix double-escaping for section edit link tooltips.
545 * action=raw was removed for Special:Statistics. This information is still
546   available via the API.
547 * (bug 23934) Groups defined in $wgRevokePermissions but not in
548   $wgGroupPermissions now appear on Special:ListGroupRights.
549 * (bug 23923) Special:Prefixindex no longer shows results if nothing was
550   requested.
551 * (bug 22308) Search now finds text in default main page immediately after setup.
552 * (bug 25697) Make sure empty lines render in diff view.
553 * Use an actual minus sign in diff views, instead of a hyphen.
554 * (bug 23732) Clarified "n links" message on Special:MostLinkedFiles.
555 * (bug 23731) Clarified "n links" message on Special:MostLinkedTemplates.
556 * (bug 25642) A exception is now thrown instead of a fatal error when using
557   $wgSMTP without PEAR mail package.
558 * (bug 19633) When possible, Upscale small SVGs when creating thumbnails.
559 * (bug 11013) Database driver detection needs rewriting for robustness.
560 * (bug 13409) Installer prompts could use clarification--now has help boxes.
561 * (bug 16902) Installer spews warnings when exec() and dl() are not available.
562 * (bug 19129) Only show MyISAM/InnoDB when supported.
563 * (bug 17762) Only show other e-mail options when e-mail is globally enabled.
564 * Cache multiple sizes of InstantCommons thumbnails.
565 * (bug 25488) Disallowing anonymous users to read pages no longer throws error
566   on discussion pages with vector as default skin.
567 * (bug 24833) Files name in includes/diff/ are now less confusing.
568 * (bug 25713) SpecialPage::resolveAlias() now normalise spaces to underscores.
569 * (bug 25829) Special:Mypage and Special:Mytalk now forward oldid, diff and dir
570   parameters.
571 * (bug 25175) HTML file cache now honor $wgCacheDirectory if
572   $wgFileCacheDirectory is not set.
573 * (bug 13353) Diff3 version checks were too strict, did not detect working diff3.
574 * (bug 25843) Links to special pages using link= attribute on images are now.
575   normalised like normal links to special pages.
576 * (bug 21364) External links using link= attribute on images now respect
577   $wgExternalLinkTarget.
578 * (bug 17789) Added a note to the total views on Special:Statistics saying that
579   is doesn't count non-existing pages and special pages.
580 * (bug 17996) HTTP redirects are now combined when requesting a special page.
581 * (bug 19944) Link on image thumbnails no longer link to "Media:" namespace in
582   some cases.
583 * (bug 25670) wfFindFile() now checks the namespace of the given title, only
584   "File" and "Media" are allowed now.
585 * (bug 25872) Rename the HttpRequest class to MWHttpRequest to avoid conflict
586   with php extension that defines same class.
587 * (bug 20591) There's now a different message on Special:MovePage when
588   $wgFixDoubleRedirects is set to false.
589 * Fixed PHP warnings when updating a broken MySQL database.
590 * (bug 26023) Corrected deleteBacth.php's documentation.
591 * (bug 25451) Improved datetime representation in 32 bit php >= 5.2.
592 * Show "skin does not exist error" only when the skin is inputted in the wrong
593   case.
594 * (bug 26164) Potential html injection when the database server isn't available.
595 * (bug 26160) Upload description set by extensions are not propagated.
596 * (bug 9675) generateSitemap.php now takes an --urlpath parameter to allow
597   absolute URLs in the sitemap index (as required e.g. by Google).
598 * Partial workaround for bug 6220: at least make files on shared repositories
599   show up as (struck-out) bluelinks instead of redlinks on Special:WantedFiles.
600 * rebuildFileCache.php no longer creates inappropriate cache files for redirects.
601 * (bug 25512) Subcategory list should not include category prefix for members.
602 * (bug 10871) Javascript and CSS pages in MediaWiki namespace are no longer
603   treated as wikitext on preview.
604 * Page existence is now not revealed (in the colour of the tabs) to users who
605   cannot read the page in question.
606 * (bug 22753) Output from update.php is more clear when things changed, entries
607   indicating nothing changed are now all prefixed by "..."
608 * (bug 16019) $wgArticlePath = "/$1" no longer breaks API edit/watch actions.
609 * (bug 18372) File types blacklisted by $wgFileBlacklist will no longer be shown as
610   "Permitted file types" on the upload form.
611 * (bug 26540) Fixed wrong call to applyPatch in MysqlUpdater.
612 * (bug 26034) Make the "View / Read" tab in content_navigation style tabs remain
613   selected when the action is "purge".
614 * (bug 26733) Wrap initial table creation in transaction.
615 * (bug 26208) Mark directionality of some interlanguage links.
616 * (bug 26716) Provide link to instructions for external editor related preferences.
617 * (bug 26961) Hide anon edits in watchlist preference now actually works.
618 * (bug 1379) Installer directory conflicts with some hosts' configuration panel.
619 * (bug 27781) Installer does not warn about 5.1.x. Added a compatibility function
620   for array_key_exists().
621 * Fix XML well-formedness on a few pages when $wgHtml5 is true (the default).
622 * (bug 28069) MediaWiki fails streaming files when mod_deflate and ob_gzhandler
623   are also set.
624 * (bug 26223) Concurrently moving an article to different titles leaks a 
625   redirect revision with no page.
626 * (bug 15641) Fixed permissions checks in Special:Import which allowed users
627   without the 'import' permission to import pages from configured import sources.
628 * (bug 26449) Keep underlines from headings outside of tables and thumbs by
629   adding overflow:hidden to h1,h2,h3,h4,h5,h6 (also fixes editsection bunching).
630 * (bug 26708) Remove background-color:white from tables in Monobook and Vector.
631 * (bug 26781) {{PAGENAME}} and related parser functions escape their output better.
632 * (bug 26716) Provide link to instructions for external editor related preferences
633   and add a comment to the ini control file explaining what is going on.
634 * (bug 28422) Remove color:black from tables in Monobook and Vector. And add it
635   to table.wikitable instead.
636 * (bug 27560) Search queries no longer fail in walloon language.
637 * (bug 27700) The upload protection can now also be set for files that do not
638   exist.
639 * (bug 28034) uploading file to local wiki when file exists on shared repository
640   (commons) gives spurious info in the warning message.
641 * Usernames get lost when selecting different sorts on Special:listfiles.
642 * (bug 28166) UploadBase assumes that 'edit' and 'upload' rights are not per
643   page restrictions.
644 * (bug 28242) Make redirects generated by urls containing a local interwiki
645   prefix be a 301 instead of a 302.
646 * (bug 28568) Entries in the iwlinks table are now removed on page deletion.
647 * (bug 28306) Fix exposure of suppressed usernames in ForeignDBRepo.
648 * (bug 28444) Fix regression: edit-on-doubleclick retains revision id again.
649 * UtfNormal::cleanUp on an invalid utf-8 sequence no longer returns false if
650   intl installed.
651 * (bug 26729) Category pages should return 404 if they do not exist and have no
652   members.
653 * (bug 28214) When page not found, sends malformed HTTP/1.x instead of HTTP/1.1
654   in header of response.
655 * (bug 27634) TOC title appears in wrong language.
656 * (bug 27761) Fix regression: pages with Esperanto titles containing convertible
657   character sequences became unreachable.
658 * (bug 27508) SVGMetadataExtractor takes too much resources on huge svgs.
659 * (bug 27465) SVG thumbnail generation.
660 * (bug 27467) preload can leave UNIQ.
661 * (bug 27539) Allow attributes beginning with a digit in wiktext tag parameters.
662 * (bug 27328) using relative paths in CSS imports in MediaWiki:Common.css broken
663   in 1.17.
664 * (bug 27333) Fix repetitive last-seen time queries on page history.
665 * (bug 26250, bug 23817) Fix wfObjectToArray() to descend into arrays; fixes
666   processing of JSON return values for ForeignAPIRepo when native json module
667   not present.
668 * (bug 25675) Fix search suggestions for Special: pages with spaces.
669 * (bug 25571) Xml::encodeJsVar now passes floats natively instead of converting
670   to strings.
671 * (bug 27338) Gallery in 1.17 breaks for audio/video + ogghandler.
672 * (bug 27302) Don't append the current timestamp for user/site modules when no
673   user/site JS/CSS is present.
674 * (bug 27016) dumpTextPass.php now consider the "output" parameter.
675 * (bug 22606) don't send the "someone registred an account" message when setting
676   email address (i.e. old one empty) in user preferences.
677 * (bug 26458) Section edit links appear on pages that user does not have right
678   to edit.
679 * (bug 28611) Don't die in SqlBagOStuff::incr() if there's a race condition.
680 * (bug 16886) Sister projects box moves down the extract of the first result
681   in IE 7.
682 * (bug 17398) Fixed "link" parameter in image links with "thumb" or "frame"
683   parameter.
684
685 === API changes in 1.17 ===
686
687 * BREAKING CHANGE: action=patrol now requires POST.
688 * BREAKING CHANGE: patrol token is no longer the same as edit token.
689 * BREAKING CHANGE: Session keys returned by ApiUpload are now strings instead
690   of integers.
691 * BREAKING CHANGE: (bug 25303) Fix API parameter integer validation to actually
692   enforce validation on the input values in addition to giving a warning.
693   Also add flag to enforce (die) if integer out of range.
694 * (bug 24650) Fix API to work with categorylinks changes.
695 * action=parse now correctly returns an error for nonexistent pages.
696 * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs.
697 * (bug 26560) On allusers if limit < total number of users, last user gets
698   duplicated.
699 * (bug 27715) imageinfo didn't respect revdelete.
700 * (bug 27479) API error when using both prop=pageprops and
701   prop=info&inprop=displaytitle.
702 * (bug 27862) Useremail module didn't properly return success on success.
703 * (bug 27590) prop=imageinfo now allows querying the media type.
704 * (bug 27587) list=filearchive now outputs full title info.
705 * (bug 27897) list=allusers and list=users list hidden users.
706 * (bug 22738) Allow filtering by action type on query=logevent.
707 * (bug 22764) uselang parameter for action=parse.
708 * (bug 22944) API: watchlist options are inconsistent.
709 * (bug 22868) don't list infinite block expiry date as "now" in API logevents.
710 * (bug 22290) prop=revisions now outputs "comment" field even when comment.
711   is empty, for consistency with list=recentchanges.
712 * (bug 19721) API action=help should have a way to just list for a specific
713   module.
714 * (bug 23458) Add support for pageid parameter to action=parse requests.
715 * (bug 23460) Parse action should have a section option.
716 * (bug 21346) Make deleted images searchable by hash.
717 * (bug 23461) Normalise usage of parameter names in parameter descriptions.
718 * (bug 23548) Allow access of another users watchlist through watchlistraw
719   using token and username.
720 * (bug 23524) Api Modules as followup to bug 14473 (Add iwlinks table to
721   track inline interwiki link usage).
722 * Add pltitles and tltemplates to prop=links and prop=templates respectively,
723   similar to prop=categories's clcategorie.
724 * (bug 23834) Invalid "thumbwidth" and "thumbheight" in "imageinfo" query when
725   thumbnailing larger than original image.
726 * (bug 23835) Need "thumbmime" result in "imageinfo" query.
727 * (bug 23851) Repair diff for file redirect pages.
728 * (bug 24009) Include implicit groups in action=query&list=users&usprop=groups.
729 * (bug 24016) API: Handle parameters specified in simple string syntax
730   ( 'paramname' => 'defaultval' ) correctly when outputting help.
731 * (bug 24089) Logevents causes PHP Notice if leprop=title isn't supplied.
732 * (bug 23473) Give description of properties on all modules.
733 * (bug 24136) unknownerror when adding new section without summary, but
734   forceditsummary.
735 * (bug 22339) Added srwhat=nearmatch to list=search to get a "go" result.
736 * (bug 24303) Added new &servedby parameter to all actions which adds the
737   hostname that served the request to the result. It is also added
738   unconditionally on error.
739 * (bug 24185) Titles in the Media and Special namespace are now supported for
740   title normalization in action=query. Special pages have their name resolved
741   to the local alias.
742 * (bug 24296) Added converttitles parameter to convert titles to their
743   canonical language variant.
744 * (bug 23936) Add "displaytitle" to query/info API.
745 * (bug 24485) Make iwbacklinks a generator, optionally display iwprefix and
746   iwtitle.
747 * (bug 24564) Fix fatal errors when using list=deletedrevs, prop=revisions or
748   one of the backlinks generators with limit=max.
749 * (bug 24656) API's parse module needs option to disable PP report.
750 * PARAM_REQUIRED parameter flag added. If this flag is set, and the end user
751   does not set the parameter, the API will automatically throw an error.
752 * (bug 24665) When starttimestamp is not specified, fake it by setting it to
753   NOW, not to the timestamp of the last edit.
754 * (bug 24677) axto= parameters added to allcategories, allimages, alllinks,
755   allmessages, allpages, and allusers.
756 * (bug 24236) Add add, remove, add-self, remove-self tags to
757   meta=siteinfo&siprop=usergroups.
758 * (bug 24484) Add prop=pageprops module.
759 * (bug 24330) Add &redirect parameter to ?action=edit.
760 * (bug 24722) For list=allusers&auprop=blockinfo, only show blockedby and
761   blockreason if the user is actually blocked.
762 * Add format=dump and format=dumpfm, outputs results in PHP's var_dump() format.
763 * For required string parameters, if '' is provided, this is now classed as
764   missing.
765 * (bug 24724) list=allusers is out by 1 (shows total users - 1).
766 * (bug 24166) API error when using rvprop=tags.
767 * Introduced "asynchronous download" mode for upload-by-url. Requires
768   $wgAllowAsyncCopyUploads to be true.
769 * sinumberingroup correctly gives size of 'user' group, and omits size of
770   implicit groups rather than showing 0.
771 * (bug 25248) API: paraminfo errors with certain modules.
772 * (bug 24792) API help for action=purge sometimes wrongly stated whether a
773   POST request was needed due to cache pollution.
774 * Added iiprop=parsedcomment to prop=imageinfo, similar to prop=revisions.
775 * Added rvparse to parse revisions. For performance reasons if this option is
776   used, rvlimit is enforced to 1.
777 * (bug 25748) If a action=parse request provides an oldid that is actually the
778   current revision id, try the parser cache, and save it to it if necessary.
779 * (bug 25463) Export header should not be shown if no pages were requested, to
780   reduce confusion.
781 * (bug 25648) API discovery information has been added as RSD link in page.
782   <head> and by providing an API module action=rsd. Added hook
783   ApiRsdServiceApis for extensions to add their own service to the services
784   list.
785 * The HTML of diff output markers has changed. Hyphens are now minus signs,
786   empty markers are now filled with non-breaking-space characters.
787 * (bug 25741) Add more data to list=search's srprop.
788 * (bug 25760) counter property still reported by the API when
789   $wgDisableCounters enabled.
790 * (bug 25987) prop=info&inprop=watched now also works for missing pages.
791 * (bug 26006) prop=langlinks now allows obtaining full URL.
792 * (bug 26075) ApiDelete.php now calls correctly ArticleDelete hook.
793 * (bug 26089) add block expiration to blockinfo.
794 * (bug 26125) prop=imageinfo&iiprop=size now returns the page count if the
795   file is a multi-page file.
796 * (bug 10268) Added linktodiffs parameter on action=feedwatchlist.
797 * (bug 26219) Show API limits for multi values in description.
798 * (bug 28070) Fix watchlist RSS for databases that store timestamps in a 
799   real timestamp field.
800 * (bug 27722) list=filearchive now supports revdel.
801
802 === Language support changes in 1.17 ===
803
804 MediaWiki supports over 330 languages. Many localizations are updated regularly.
805
806 The following languages were added:
807
808 * Moroccan Spoken Arabic (ary)
809 * Banjar (bjn)
810 * Kabardian (kdb)
811 * Kabardian (Cyrillic) (kbd-cyrl)
812 * Latgalian (ltg)
813 * Minangkabau (min)
814 * Dutch (informal) (nl-informal)
815 * Rusyn (rue)
816
817 Other significant changes to MediaWiki's language support:
818
819 * Fiji Hindi (Devangari script) was removed.
820 * Removed deprecated language code "dk" (Danish), use "da" instead.
821 * Link trail added for sl and sh.
822 * (bug 27633) Add characters to linkTrail for Portuguese (pt and pt-br).
823 * (bug 23156) Commafy and search normalization updated for Belarusian
824   (Taraškievica).
825 * (bug 23283) Native name for Old English -> Ænglisc.
826 * (bug 23364) Native name for Azerbaijani -> Azərbaycanca.
827 * (bug 24593) Native name for Sorani now uses only Arabic script.
828 * (bug 24628) Generic translations for NS_USER/NS_USER_TALK for Esperanto.
829 * (bug 24917) Polish as fallback for Kashubia.
830 * (bug 24794) Tatar link trail updated.
831 * Esperanto date format corrected.
832 * (bug 28159) Change interwiki name of language kbd to Къэбэрдеибзэ /
833   Qabardjajəbza.
834 * (bug 28184) Namespaces for the Latgalian Wikipedia.
835 * (bug 25010) Bashkir-language interwikis: linktext change from Башҡорт
836   to Башҡортса.
837 * (bug 26395) Change name of Cornish language to Kernowek.
838
839 === Other changes in 1.17 ===
840
841 * DatabaseFunctions.php that was needed for compatibility with pre-1.3
842   extensions has been removed.
843 * XmlFunctions.php has been removed. Use the Xml or Html classes as appropriate.
844 * The FailFunction "error handling" method has now been removed
845 * Sysops now have the "suppressredirect" right by default
846 * Removed $wgRemoteUploads. It was not well supported and superseded by
847   $wgUploadNavigationUrl.
848 * (bug 26253) $wgPostCommitUpdateList has been removed
849 * The PHPUnit test suite has been removed from this release due to serious issues
850   which should be resolved by the 1.18 release.
851 * Oracle DB now uses the __destruct fuction to commit/close connection as it 
852   doesn't commit on close if transation is triggered in OCI.
853
854 == Compatibility ==
855
856 MediaWiki 1.17 requires PHP 5.2.3 or later.
857
858 MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but 
859 support for them is somewhat less mature. There is experimental support for IBM
860 DB2 and Microsoft SQL Server.
861
862 The supported versions are:
863
864 * MySQL 4.0 or later
865 * PostgreSQL 8.3 or later
866 * SQLite 3
867 * Oracle 9.0.1 or later
868
869 == Upgrading ==
870
871 1.17 has several database changes since 1.16, and will not work without schema
872 updates.
873
874 If upgrading from before 1.11, and you are using a wiki as a commons repository,
875 make sure that it is updated as well. Otherwise, errors may arise due to
876 database schema changes.
877
878 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
879 new database fields are filled with data.
880
881 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
882 changes are made, and there is a slightly higher chance that things could
883 break. Don't forget to always back up your database before upgrading!
884
885 See the file UPGRADE for more detailed upgrade instructions.
886
887 For notes on 1.16.x and older releases, see HISTORY.
888
889 == Online documentation ==
890
891 Documentation for both end-users and site administrators is available on 
892 MediaWiki.org, and is covered under the GNU Free Documentation License (except 
893 for pages that explicitly state that their contents are in the public domain):
894
895         http://www.mediawiki.org/wiki/Documentation
896
897 == Mailing list ==
898
899 A mailing list is available for MediaWiki user support and discussion:
900
901         http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
902
903 A low-traffic announcements-only list is also available:
904
905         http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
906
907 It's highly recommended that you sign up for one of these lists if you're
908 going to run a public MediaWiki, so you can be notified of security fixes.
909
910 == IRC help ==
911
912 There's usually someone online in #mediawiki on irc.freenode.net