Mostly revert r53358 and r53365 per comments on code review. Change message to just...
[lhc/web/wiklou.git] / RELEASE-NOTES
index 138d626..fdf2f45 100644 (file)
@@ -73,9 +73,7 @@ this. Was used when mwEmbed was going to be an extension.
   to same server
 * $wgSpecialVersionExtended shows the extended version information besides 
   PHP and database version.
-* $wgSecondaryGoNamespaces allows an arry of namespaces to be checked when the
-  GO button is pressed, in addition to the main namespace.
-* (bug 19907) $wgCrossSiteAJAXdomains and $wgCrossSiteAJAXdomainsRegex added 
+* (bug 19907) $wgCrossSiteAJAXdomains and $wgCrossSiteAJAXdomainExceptions added 
   to control which external domains may access the API via cross-site AJAX.
 * $wgMaintenanceScripts for extensions to add their scripts to the default list
 * $wgMemoryLimit has been added, default value '50M'
@@ -156,8 +154,6 @@ this. Was used when mwEmbed was going to be an extension.
 * (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup
 * (bug 18768) Remove AdminSettings requirements. Maintenance environment
   will still load it if it exists, but it's not required for anything
-* Added $wgSecondaryGoNamespaces, allowing an array of namespaces to be checked
-  when the Go button is pressed in addition to the main namespace.
 * (bug 19900) The "listgrouprights-key" message is now wrapped in a div with
   class "mw-listgrouprights-key"
 * (bug 471) Allow RSS feeds for watchlist, using an opt-in security token
@@ -357,8 +353,6 @@ this. Was used when mwEmbed was going to be an extension.
 * (bug 19839) Comments in log items are no more double escaped
 * (bug 18161) Fix inconsistent separators in watchlist link toolbars with
   "enhanced recent changes"
-* (bug 19857) maintenance/deleteRevision.php on last revision no longer breaks
-  target page
 * (bug 16877) Moving a page over a redirect no longer leaves an orphan entry in
   the recentchanges table
 * (bug 16009) Limit selection forms based on Pager now links to the correct page
@@ -415,6 +409,14 @@ this. Was used when mwEmbed was going to be an extension.
   versions of MediaWiki were affected).
 * (bug 14817) Moving a page to a subpage of itself moves it twice
 * (bug 20289) $wgMaximumMovedPages should only count pages actually moved
+* (bug 15248) Non-breaking spaces and certain other Unicode space characters
+  are now normalized to ordinary spaces in titles; if your wiki has existing
+  titles with such characters, run cleanupTitles.php and/or cleanupImages.php
+* (bug 20296) Fixed an PHP warning in Language::getMagic() in PHP 5.3
+* When creating accounts, don't prefill name from current username (which
+  presumably is already taken)
+* (bug 15646) Page creation notification email is not longer sent when a 
+  watched page is deleted
 
 == API changes in 1.16 ==