Remove left-over references from comments to removed FSRepo class
[lhc/web/wiklou.git] / RELEASE-NOTES-1.29
index 9fc0cbe..8b10207 100644 (file)
@@ -37,6 +37,12 @@ production.
   dnsbls, are now indicated as such and use a new i18n message when displayed.
 * Added new $wgHTTPImportTimeout setting. Sets timeout for
   downloading the XML dump during a transwiki import in seconds.
+* Parser limit report is now available in machine-readable format to JavaScript
+  via mw.config.get('wgPageParseReport').
+* Added $wgSoftBlockRanges, to allow for automatically blocking anonymous edits
+  from certain IP ranges (e.g. private IPs).
+* (T59603) Added new magic word {{PAGELANGUAGE}} which returns the language code
+  of the page being parsed.
 
 === External library changes in 1.29 ===
 
@@ -154,6 +160,13 @@ changes to languages because of Phabricator reports.
 * Class ImageGallery (deprecated in 1.22) was removed.
   Use ImageGalleryBase::factory instead.
 * Title::moveNoAuth() (deprecated in 1.25) was removed. Use MovePage class instead.
+* Hook UnknownAction (deprecated in 1.19) was actually deprecated (it will now emit warnings).
+  Create a subclass of Action, and add it to $wgActions instead.
+* WikiRevision:getText() (deprecated since 1.21) is no longer marked deprecated.
+* Linker:getInterwikiLinkAttributes (deprecated since 1.25) was removed.
+* Linker:getInternalLinkAttributes (deprecated since 1.25) was removed.
+* Linker:getInternalLinkAttributesObj (deprecated since 1.25) was removed.
+* Linker:getLinkAttributesInternal (deprecated since 1.25) was removed.
 
 == Compatibility ==