Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -32,12 +32,6 @@ |
33 | 33 | $wgValidSkinNames but now the value. This means for |
34 | 34 | $wgValidSkinNames["monobook"] = "MonoBook"; the skin loader will no longer try |
35 | 35 | 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. |
42 | 36 | * $wgMaxUploadSize may now be set to an array to specify the upload size limit |
43 | 37 | per upload type. |
44 | 38 | * $wgAPICacheHelp added in 1.16 is now removed. To disable API help caching, set |
— | — | @@ -120,6 +114,9 @@ |
121 | 115 | * (bug 27924) PhpHttpRequest doesn't return response body if HTTP != 200 |
122 | 116 | * Added hook BitmapHandlerTransform to allow extension to transform a file |
123 | 117 | 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. |
124 | 121 | |
125 | 122 | === Bug fixes in 1.18 === |
126 | 123 | * (bug 23119) WikiError class and subclasses are now marked as deprecated |