Missed this in r56164
[lhc/web/wiklou.git] / RELEASE-NOTES
index 1234eb7..4b81544 100644 (file)
@@ -79,6 +79,9 @@ this. Was used when mwEmbed was going to be an extension.
 * $wgMemoryLimit has been added, default value '50M'
 * $wgExtraRandompageSQL is deprecated, the SpecialRandomGetRandomTitle hook 
   should be used instead
+* (bug 20489) $wgIllegalFileChars added to override the default list of illegal characters in file names.
+* (bug 19646) $wgImgAuthDetails added  to display reason access to uploaded file was denied to users(img_auth only)
+* (bug 19646) $wgImgAuthPublicTest added to test to see if img_auth set up correctly (img_auth only)
 
 === New features in 1.16 ===
 
@@ -201,6 +204,12 @@ this. Was used when mwEmbed was going to be an extension.
   display-in-limit-form.
 * (bug 18880) LogEventsList::showLogExtract() can now take a string-by-reference
   and add its HTML to it, rather than having to go straight to $wgOut.
+* Added $wgShowDBErrorBacktrace, to allow users to easily gather backtraces for
+  database connection and query errors.
+* Show change block / unblock link on Special:Contributions if user is blocked
+* Display note on Special:Contributions if the user is blocked, and provide an 
+  excerpt from the block log.
+* (bug 19646) New hook: ImgAuthBeforeStream for tests and functionality before file is streamed to user, but only when using img_auth
 
 === Bug fixes in 1.16 ===
 
@@ -418,8 +427,6 @@ this. Was used when mwEmbed was going to be an extension.
 * (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 no longer sent when a
-  watched page is deleted
 * (bug 20358) Unprotect tab was missing accesskey; now same as protect tab.
 * (bug 20317) Cleaned up default main page link accesskey settings
 * (bug 20362) Special:Statistics now produces valid HTML when view counters are
@@ -454,6 +461,16 @@ this. Was used when mwEmbed was going to be an extension.
 * (bug 20466) Hidden categories are no more displayed when printing
 * (bug 20446) When changing user rights with User@remotewiki and remotewiki is
   the local wiki, the user is now treated as the local user
+* (bug 20494) OutputPage::getArticleBodyOnly() no longer requires an useless
+  argument
+* (bug 20136) Protection form JavaScript now synchronizes the expiry boxes on
+  any change, in addition to onkeyup.
+* Don't link to "edit this page" on MediaWiki:Noarticletext if user is not allowed
+  to create page. Done via new message MediaWiki:Noarticletext-nopermission
+* Improved compatibility between the Vector skin and addPortletLink() from wikibits.js:
+  empty portlets are now present but hidden, adding an element to a portlet unhides it
+* (bug 19531) addPortletLink() now wraps inserted labels in a <span> element to be
+  compatible with the CSS for the Vector skin
 
 == API changes in 1.16 ==