MarkAHershberger has uploaded a new change for review. https://gerrit.wikimedia.org/r/60230
Change subject: update release notes ...................................................................... update release notes Change-Id: I6822307a25996654ee88d5185ef0ae0b2df38aea --- M RELEASE-NOTES-1.21 1 file changed, 8 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/30/60230/1 diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 387f89a..b8e8cba 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -123,10 +123,15 @@ quotmarks, order and whitespace in the attribute list). === Bug fixes in 1.21 === +* (bug 41769) Add parser method to call parser functions. +* (bug 46575) mw.loader: Guard against odd setTimeout behaviour in old Firefox. +* (bug 46084) Sanitize $limitReport before outputting. +* (bug 46859) Disable external entities in XMLReader. +* (bug 47251) Disable external entities in Import. * (bug 42649) PHP Fatal error: Call to a member function isLocal() on a - non-object in Title.php -* (bug 46493) Special:ProtectedPages results in whitepage when a bad title is protected -* (bug 40617) Installer can now customize the logo in LocalSettings.php + non-object in Title.php. +* (bug 46493) Special:ProtectedPages results in whitepage when a bad title is protected. +* (bug 40617) Installer can now customize the logo in LocalSettings.php. * (bug 40353) SpecialDoubleRedirect should support interwiki redirects. * (bug 40352) fixDoubleRedirects.php should support interwiki redirects. * (bug 9237) SpecialBrokenRedirect should not list interwiki redirects. -- To view, visit https://gerrit.wikimedia.org/r/60230 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6822307a25996654ee88d5185ef0ae0b2df38aea Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: REL1_21 Gerrit-Owner: MarkAHershberger <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
