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