X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=RELEASE-NOTES-1.21;h=9ff57b6b6863c239f80506b263f0f1a43b046576;hb=d7dc6cc2d06e6f7518225174415949764a6c0781;hp=af7264aba3056af78f9c1610f2ad95bfd34bf058;hpb=e5d41cca909a8ec1b19c6c080388c885854be3f7;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index af7264aba3..9ff57b6b68 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -53,6 +53,14 @@ production. * Added EditPage::showStandardInputs:options hook to allow extensions to add new fields to the "editOptions" area of the edit form. * Upload stash DB schema altered to improve upload performance. +* The following global functions are now reporting deprecated warnings in + debug mode: wfMsg, wfMsgNoTrans, wfMsgForContent, wfMsgForContentNoTrans, + wfMsgReal, wfMsgGetKey, wfMsgHtml, wfMsgWikiHtml, wfMsgExt, wfEmptyMsg. Use + the Message class, or the global method wfMessage. +* Debug message emitted by wfDebugLog() will now be prefixed with the group + name when its logged to the default log file. That is the case whenever the + group has no key in wgDebugLogGroups, that will help triage the default log. +* (bug 24620) Add types to LogFormatter === Bug fixes in 1.21 === * (bug 40353) SpecialDoubleRedirect should support interwiki redirects.