Cleaned up some PHP coding style issues, and a few problems with
[lhc/web/wiklou.git] / RELEASE-NOTES
index d5d5330..bd4532f 100644 (file)
@@ -56,6 +56,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Added $wgAllowUserSkin to let the wiki's owner disable user selectable skins
   on the wiki. If it's set to true, then the skin used will *always* be
   $wgDefaultSkin.
+* Added $wgEnotifUseRealName, which allows UserMailer to send out e-mails based
+  on the user's real name if one is set. Defaults to false (use the username)
 
 === Migrated extensions ===
 The following extensions are migrated into MediaWiki 1.14:
@@ -188,6 +190,9 @@ The following extensions are migrated into MediaWiki 1.14:
 * (bug 13710) Allow to force "watch this" checkbox via URL using para "watchthis"
 * (bug 15125) Add Public Domain to default options when installing. Patch by Nathan Larson.
 * Set a special temporary directory for ImageMagick with $wgImageMagickTempDir
+* (bug 16113) Show/hide for redirects in Special:NewPages
+* (bug 15903) Upload link was added to Nostalgia skin
+* (bug 15761) Add user toggle to omit diff after rollback
 
 === Bug fixes in 1.14 ===
 
@@ -306,6 +311,10 @@ The following extensions are migrated into MediaWiki 1.14:
   of time with CACHE_NONE (default objectcache table configuration).
 * Trying to set two different default category sort keys for one page now produces
   a warning
+* (bug 16143) Fix redirect loop on special pages starting with lower case letters
+* (bug 15737) Fix notices while expanding using PPCustomFrame
+* (bug 15544) Non-index entry points cause the "Wiki not set up" message to
+  have corrupt URLs
 
 === API changes in 1.14 ===
 
@@ -390,6 +399,7 @@ The following extensions are migrated into MediaWiki 1.14:
 * (bug 16105) Image metadata attributes containing spaces result in invalid XML
 * (bug 16126) Added siprop=magicwords to meta=siteinfo
 * (bug 16159) Added wlshow=patrolled|!patrolled to list=watchlist
+* (bug 16225) Titles like Talk:Talk:Foo broke apfrom and friends
 
 === Languages updated in 1.14 ===