Merge "Move non-user specific things from Title::isValidMoveOperation() to MovePage"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.24
index 8c584d0..8733f94 100644 (file)
@@ -165,7 +165,7 @@ production.
   similar way, links like [[localInterwikiPrefix:File:Image.png]] and
   [[localInterwikiPrefix:Category:Hello]] will now render as regular links, and
   will not include the file or add the page to the category.
-* New special page, MyLanguages, to redirect users to subpages with localised
+* New special page, MyLanguage, to redirect users to subpages with localised
   versions of a page. (Integrated from Extension:Translate)
 * MediaWiki now supports multiple password types, including bcrypt and PBKDF2.
   The default type can be changed with $wgPasswordDefault and the type
@@ -492,6 +492,9 @@ changes to languages because of Bugzilla reports.
 * (bug 67368) LESS functions embed() and embeddable(), added in MediaWiki 1.23
   and broken by design, have been removed. Use appropriate LESS mixins instead.
 * Removed cssjanus.py from maintenance directory as it was unused.
+* Removed maintenance/purgeOldText.inc and the PurgeRedundantText() function
+  it contained (superseded by Maintenance::purgeRedundantText() in 1.16).
+  The purgeOldText.php maintenance script has been retained.
 
 ==== Renamed classes ====
 * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression