Revert broken rewrite of login forms:
[lhc/web/wiklou.git] / RELEASE-NOTES
index d5bc368..0f590e5 100644 (file)
@@ -82,11 +82,6 @@ this. Was used when mwEmbed was going to be an extension.
 * (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)
-* UserLoginForm and UserCreateForm hooks, and AuthPlugin::modifyUITemplate, now receive a 
-  SpecialPage subclass instead of a QuickTemplate subclass.  Hence there is no 
-  $template->set(), etc.  The hook has access to most of the stuff that will go into the 
-  Login/Create form; see the documentation on HTMLForm for syntax for extra fields.  
-* LoginForm class is deprecated, its state constants are now in the Login class.
 
 === New features in 1.16 ===