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