X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=268c2b6f32d554a390784761c035d32a4e983ce3;hb=0d0d7b555992a3a8ae82329da5bd9e7b9d30c9a8;hp=828dc5b355774c238a3c21c07d71a06e50df98b0;hpb=008b4f7d0fe9567524dba35767db31943f5ea1ef;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 828dc5b355..268c2b6f32 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -48,6 +48,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN whitelist on or off. * Added $wgRenderHashAppend to append some string to the parser cache and the sitenotice cache keys. +* $wgRCChangedSizeThreshold is now a positive integer by default, === Migrated extensions === The following extensions are migrated into MediaWiki 1.14: @@ -57,6 +58,9 @@ The following extensions are migrated into MediaWiki 1.14: * Special:Log/newusers recording new users (was extension Newuserlog) * Special:LinkSearch to search for external links (was extension LinkSearch) * RenderHash +* NoMoveUserPages +* Poem (patch by Nathaniel Herman) +* UniversalEditButton === New features in 1.14 === @@ -140,7 +144,32 @@ The following extensions are migrated into MediaWiki 1.14: restriction types on the protection form. * (bug 8440) Allow preventing blocked users from editing their talk pages * Improved upload file type detection for OpenDocument formats - +* Added the ability to set the target attribute on external links with + $wgExternalLinkTarget +* api.php now sends "Retry-After" and "X-Database-Lag" HTTP headers if the maxlag + check fails, just like index.php does +* Added "link" parameter to image links, to allow images to link to an + arbitrary title or URL. This should replace inaccessible and incomplete + solutions such as CSS-based overlays and ImageMap. +* (bug 368) Don't use caption for alt attribute; allow manual specification + using new "alt=" parameter for images +* (bug 44) The {{ns:}} core parser function now also accepts localized namespace + names and aliases; also, its output now uses spaces instead of underscores to + match the behavior of the {{NAMESPACE}} magic word +* Added the ability to display user edit counts in Special:ListUsers. Off by + default, enabled with $wgEdititis = true (named after the medical condition + marked by unhealthy obsession with edit counts). +* Added a file cache to the parser to improve page rendering time on pages with + several uses of the same image. +* (bug 1250) Users can still use "show preview" and "show changes" even if the + wiki is set to read-only mode. +* Added a call to the 'UnwatchArticleComplete' hook to the watchlist editor. This + should make it so that ALL user-accessible methods of removing a page from a watchlist + lead to this hook being called (it was previously only called from within Article.php +* Maximum execution time for shell processes on linux is now configured with + $wgMaxShellTime (180 seconds by default) +* (bug 1306) 'Email user' link no longer shown on user page when emailing + is not available due to lack of confirmed address or disabled preference === Bug fixes in 1.14 === @@ -225,6 +254,25 @@ The following extensions are migrated into MediaWiki 1.14: * Fixed incorrect usage of DB_LAST in Special:Export. Deprecated DB_LAST. * (bug 15642) Blocked sysops can no longer block other users * Http::request() now respects $wgHTTPtimeout when not using cURL +* (bug 15158) Userinvalidcssjstitle not shown on preview +* (bug 15196) Free external links should be numbered in a localised manner +* (bug 15388) Title of Special:PrefixIndex +* Links with no title but a curid parameter now use the curid to pick a page +* (bug 10323) Special:Undelete should have "inverse selection" button +* (bug 15831) Modern skin RTL support is bugous +* (bug 15869) Nostalgia skin does not show page title in printable mode +* (bug 15795) Special:Userrights is now listed on Special:SpecialPages when the + user can only change his rights +* (bug 15846) Categories "leak" from older revisions in certain circumstances +* (bug 15928) Special pages dropdown should be inline in non-MonoBook skins +* (bug 14178) Some uses of UserLoadFromSession hook cause segfault +* (bug 15925) Postitive bytes added on recentchanges and watchlists are now bolded + if above the threshold, previously it only worked for negatives +* Specify apple-touch-icon before favicon in HTML head section to make the Konqueror + browser correctly use the latter +* (bug 15717) Set $separatorTransformTable for language 'eu' +* (bug 15605) Enabled $datePreferences for language 'hr'. Added standard date + preferences. === API changes in 1.14 === @@ -279,16 +327,38 @@ The following extensions are migrated into MediaWiki 1.14: * (bug 15609) Add inprop=url and inprop=readable to prop=info * Add ApiDisabled and ApiQueryDisabled classes so individual modules can be disabled in LocalSettings.php +* (bug 15653) Add prop=duplicatefiles +* (bug 15768) Add list=watchlistraw +* (bug 15647) action=edit with basetimestamp fails if the page has been deleted + and undeleted since the last edit +* (bug 15785) Allow for different expiry times for different protections in + action=protect +* Added allowsduplicates attribute to action=paraminfo output +* (bug 15767) apfilterlanglinks returns duplicate results +* (bug 15845) Added pageid/fromid parameter to action=delete/move, making + manipulation of legacy pages with invalid titles possible +* (bug 15881) Empty or invalid parameters cause database errors +* The maxage and smaxage parameters are now properly validated +* (bug 15945) list=recentchanges doesn't check $wgUseRCPatrol, $wgUseNPPatrol + and patrolmarks right +* (bug 15985) acfrom and aifrom parameters didn't work when sorting in + descending order. +* (bug 15995) Add cmstartsortkey and cmendsortkey parameters to + list=categorymembers +* (bug 16017) list=categorymembers sets invalid continue parameters for + sortkeys containing pipes === Languages updated in 1.14 === MediaWiki supports over 300 languages. Many localisations are updated regularly. Below only new and removed languages are listed. +* Bakhtiari (bqi) (new) * Fiji Hindi (Devanagari script) (hif-deva) (new) * Krio (kri) (new) * Lezghian (lez) (new) * Laz (lzz) (new) +* Eastern Mari (mhr) (new) * Niuean (niu) (new) * Oromo (om) (new) * Plautdietsch (pdt) (new) @@ -298,7 +368,7 @@ regularly. Below only new and removed languages are listed. == Compatibility == -MediaWiki 1.14 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported. +MediaWiki 1.14 requires PHP 5 (5.2 recommended). PHP 4 is no longer supported. PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing: http://bugs.php.net/bug.php?id=34879