From: Daniel Friesen Date: Thu, 24 Mar 2011 03:00:31 +0000 (+0000) Subject: Better RELEASE-NOTES for r79520, also taking it's follow ups into account. X-Git-Tag: 1.31.0-rc.0~31216 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=bdeaa960ddf4bb4ba33905bd6c8e655e02d3d708;p=lhc%2Fweb%2Fwiklou.git Better RELEASE-NOTES for r79520, also taking it's follow ups into account. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b1b62fc5c0..306d7528e1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -32,12 +32,6 @@ PHP if you have not done so prior to upgrading MediaWiki. $wgValidSkinNames but now the value. This means for $wgValidSkinNames["monobook"] = "MonoBook"; the skin loader will no longer try loading SkinMonobook and will instead load SkinMonoBook. -* The parser now attempts to output markers for editsection tokens and defer the - rendering of them so skin and language specific markup does not need to be - saved inside the parser cache note that this changes the cache key making all - old entries in the parser cache invalid you can set $wgUseEditSectionTokens to - false to disable this and keep your old parser cache entries. - Note that this feature should reduce parser cache fragmentation when enabled. * $wgMaxUploadSize may now be set to an array to specify the upload size limit per upload type. * $wgAPICacheHelp added in 1.16 is now removed. To disable API help caching, set @@ -120,6 +114,9 @@ PHP if you have not done so prior to upgrading MediaWiki. * (bug 27924) PhpHttpRequest doesn't return response body if HTTP != 200 * Added hook BitmapHandlerTransform to allow extension to transform a file without overriding the entire handler. +* The parser now attempts to output markers for editsection tokens and defer the + rendering of them post-cache to reduce parser cache fragmentation and ensure + skin customizability of edit section links. === Bug fixes in 1.18 === * (bug 23119) WikiError class and subclasses are now marked as deprecated