X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=blobdiff_plain;f=RELEASE-NOTES-1.24;h=a666610483814a0818a5c4a40dbf0b69326d6a87;hb=b2cfe401382b53e6d862fecd1ba200e1842d5cfa;hp=0fe9da3dda54e1a075e71ca6a1e51d7d590f9dd5;hpb=803515148a676af3018219887124ea949371b782;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 0fe9da3dda..a666610483 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -24,6 +24,12 @@ production. * HTMLForm now supports multiple copies of an input field or set of input fields, e.g. the form may request "one or more usernames" without having to have the user enter delimited list of names into a text field. +* Added a new hook, "SidebarBeforeOutput", to allow to edit the structure of + the sidebar just before its display. +* (bug 49156) Added the mediawiki.cookie ResourceLoader module, which wraps + jQuery.cookie so that getting/setting a cookie is syntactically and functionally + similar to using the WebRequest#getCookie/WebResponse#setcookie methods. +* (bug 44740) jQuery upgraded from 1.8.3 to 1.11.1. === Bug fixes in 1.24 === * (bug 62258) A bug was fixed in File::getUnscaledThumb when a height @@ -62,6 +68,7 @@ changes to languages because of Bugzilla reports. * CLDRPluralRuleConverter_Operator to CLDRPluralRuleConverterOperator * CLDRPluralRuleEvaluator_Range to CLDRPluralRuleEvaluatorRange * CSSJanus_Tokenizer to CSSJanusTokenizer +* MediaWiki_I18N to MediaWikiI18N * RevDel_ArchiveItem to RevDelArchiveItem * RevDel_ArchiveList to RevDelArchiveList * RevDel_ArchivedFileItem to RevDelArchivedFileItem @@ -75,6 +82,22 @@ changes to languages because of Bugzilla reports. * RevDel_LogList to RevDelLogList * RevDel_RevisionItem to RevDelRevisionItem * RevDel_RevisionList to RevDelRevisionList +* WebInstaller_Complete to WebInstallerComplete +* WebInstaller_Copying to WebInstallerCopying +* WebInstaller_DBConnect to WebInstallerDBConnect +* WebInstaller_DBSettings to WebInstallerDBSettings +* WebInstaller_Document to WebInstallerDocument +* WebInstaller_ExistingWiki to WebInstallerExistingWiki +* WebInstaller_Install to WebInstallerInstall +* WebInstaller_Language to WebInstallerLanguage +* WebInstaller_Name to WebInstallerName +* WebInstaller_Options to WebInstallerOptions +* WebInstaller_Readme to WebInstallerReadme +* WebInstaller_ReleaseNotes to WebInstallerReleaseNotes +* WebInstaller_Restart to WebInstallerRestart +* WebInstaller_Upgrade to WebInstallerUpgrade +* WebInstaller_UpgradeDoc to WebInstallerUpgradeDoc +* WebInstaller_Welcome to WebInstallerWelcome ==== Removed classes ==== * IPBlockForm - Use SpecialBlock directly @@ -118,7 +141,7 @@ Don't forget to always back up your database before upgrading! See the file UPGRADE for more detailed upgrade instructions. -For notes on 1.21.x and older releases, see HISTORY. +For notes on 1.22.x and older releases, see HISTORY. == Online documentation ==