Localisation updates for core messages from Betawiki (2008-10-12 21:44 CEST)
[lhc/web/wiklou.git] / RELEASE-NOTES
index ec35c0e..7469a19 100644 (file)
@@ -52,7 +52,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 === Migrated extensions ===
 The following extensions are migrated into MediaWiki 1.14:
 
-* DismissableSiteNotice to allow registered users to dismiss the site notice
 * Special:DeletedContributions to show deleted user contributions (was extension
   DeletedContributions)
 * Special:Log/newusers recording new users (was extension Newuserlog)
@@ -60,6 +59,8 @@ The following extensions are migrated into MediaWiki 1.14:
 * RenderHash
 * NoMoveUserPages
 * Special:Nuke to mass delete all pages created by a user
+* Poem (patch by Nathaniel Herman)
+* UniversalEditButton
 
 === New features in 1.14 ===
 
@@ -147,11 +148,19 @@ The following extensions are migrated into MediaWiki 1.14:
   $wgExternalLinkTarget
 * api.php now sends "Retry-After" and "X-Database-Lag" HTTP headers if the maxlag
   check fails, just like index.php does
-* Configurable per-namespace and per-page header,
-  respectively MediaWiki:Pageheader-# where # is the namespace number, and
-  MediaWiki:Pagenumber-#-PAGENAME where # is the page's namespace number and
-  PAGENAME is the page name minus the namespace prefix. Can be disabled with the new magic word __NOHEADER__
-
+* Added "link" parameter to image links, to allow images to link to an 
+  arbitrary title or URL. This should replace inaccessible and incomplete
+  solutions such as CSS-based overlays and ImageMap.
+* (bug 368) Don't use caption for alt attribute; allow manual specification
+  using new "alt=" parameter for images
+* (bug 44) The {{ns:}} core parser function now also accepts localized namespace
+  names and aliases; also, its output now uses spaces instead of underscores to
+  match the behavior of the {{NAMESPACE}} magic word
+* Added the ability to display user edit counts in Special:ListUsers. Off by 
+  default, enabled with $wgEdititis = true (named after the medical condition 
+  marked by unhealthy obsession with edit counts).
+* Added a file cache to the parser to improve page rendering time on pages with
+  several uses of the same image.
 
 === Bug fixes in 1.14 ===
 
@@ -241,6 +250,12 @@ The following extensions are migrated into MediaWiki 1.14:
 * (bug 15388) Title of Special:PrefixIndex
 * Links with no title but a curid parameter now use the curid to pick a page
 * (bug 10323) Special:Undelete should have "inverse selection" button
+* (bug 15831) Modern skin RTL support is bugous
+* (bug 15869) Nostalgia skin does not show page title in printable mode
+* (bug 15795) Special:Userrights is now listed on Special:SpecialPages when the
+  user can only change his rights
+* (bug 15846) Categories "leak" from older revisions in certain circumstances
+* (bug 15928) Special pages dropdown should be inline in non-MonoBook skins
 
 === API changes in 1.14 ===
 
@@ -303,6 +318,10 @@ The following extensions are migrated into MediaWiki 1.14:
   action=protect
 * Added allowsduplicates attribute to action=paraminfo output
 * (bug 15767) apfilterlanglinks returns duplicate results
+* (bug 15845) Added pageid/fromid parameter to action=delete/move, making
+  manipulation of legacy pages with invalid titles possible
+* (bug 15881) Empty or invalid parameters cause database errors 
+* The maxage and smaxage parameters are now properly validated
 
 === Languages updated in 1.14 ===