r84661 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84660‎ | r84661 | r84662 >
Date:03:00, 24 March 2011
Author:dantman
Status:ok
Tags:
Comment:
Better RELEASE-NOTES for r79520, also taking it's follow ups into account.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -32,12 +32,6 @@
3333 $wgValidSkinNames but now the value. This means for
3434 $wgValidSkinNames["monobook"] = "MonoBook"; the skin loader will no longer try
3535 loading SkinMonobook and will instead load SkinMonoBook.
36 -* The parser now attempts to output markers for editsection tokens and defer the
37 - rendering of them so skin and language specific markup does not need to be
38 - saved inside the parser cache note that this changes the cache key making all
39 - old entries in the parser cache invalid you can set $wgUseEditSectionTokens to
40 - false to disable this and keep your old parser cache entries.
41 - Note that this feature should reduce parser cache fragmentation when enabled.
4236 * $wgMaxUploadSize may now be set to an array to specify the upload size limit
4337 per upload type.
4438 * $wgAPICacheHelp added in 1.16 is now removed. To disable API help caching, set
@@ -120,6 +114,9 @@
121115 * (bug 27924) PhpHttpRequest doesn't return response body if HTTP != 200
122116 * Added hook BitmapHandlerTransform to allow extension to transform a file
123117 without overriding the entire handler.
 118+* The parser now attempts to output markers for editsection tokens and defer the
 119+ rendering of them post-cache to reduce parser cache fragmentation and ensure
 120+ skin customizability of edit section links.
124121
125122 === Bug fixes in 1.18 ===
126123 * (bug 23119) WikiError class and subclasses are now marked as deprecated

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79520Try to output editsection markers instead of rendered editsection links and d...dantman20:17, 3 January 2011

Status & tagging log