X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=blobdiff_plain;f=RELEASE-NOTES-1.24;h=a666610483814a0818a5c4a40dbf0b69326d6a87;hb=b2cfe401382b53e6d862fecd1ba200e1842d5cfa;hp=439e5f5bd2bc1c32aaa29b9ec493233b94f7b7e5;hpb=57a0864cece51b476d55116f9c65f0606a2f0df5;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 439e5f5bd2..a666610483 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -26,6 +26,10 @@ production. 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 @@ -78,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