Index: trunk/phase3/includes/Setup.php |
— | — | @@ -388,12 +388,6 @@ |
389 | 389 | $wgCanonicalServer = wfExpandUrl( $wgServer, PROTO_HTTP ); |
390 | 390 | } |
391 | 391 | |
392 | | -if ( $wgUseFileCache && $wgUseGzip ) { |
393 | | - // Bypass any previous output handler to avoid double |
394 | | - // compression (bug 34254) |
395 | | - wfResetOutputBuffers(); |
396 | | -} |
397 | | - |
398 | 392 | wfProfileIn( $fname . '-misc1' ); |
399 | 393 | |
400 | 394 | # Raise the memory limit if it's too low |
Index: trunk/phase3/RELEASE-NOTES-1.20 |
— | — | @@ -21,8 +21,6 @@ |
22 | 22 | * (bug 30245) Use the correct way to construct a log page title. |
23 | 23 | * (bug 34237) Regenerate an empty user_token and save to the database |
24 | 24 | when we try to set the user's cookies for login. |
25 | | -* (bug 34254) Using a gzipped file cache ($wgUseGzip and $wgUseFileCache) |
26 | | - compressed the output twice resulting in garbage output (since 1.18) |
27 | 25 | * (bug 32210) New edit emails for watched pages always provide a link to the |
28 | 26 | edit which triggered the mail. |
29 | 27 | * (bug 12021) Added user talk link on Special:Listusers |