r67682 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67681‎ | r67682 | r67683 >
Date:03:49, 9 June 2010
Author:tstarling
Status:deferred
Tags:
Comment:
* Removed release notes for doc-only change r67626
* Removed compression feature added in r67672, please backport bug fixes only. Added release notes.
* Added release notes for r67654.
Modified paths:
  • /branches/REL1_16/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_16/phase3/includes/HttpFunctions.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/includes/HttpFunctions.php
@@ -715,7 +715,6 @@
716716 $this->curlOptions[CURLOPT_WRITEFUNCTION] = $this->callback;
717717 $this->curlOptions[CURLOPT_HEADERFUNCTION] = array($this, "readHeader");
718718 $this->curlOptions[CURLOPT_MAXREDIRS] = $this->maxRedirects;
719 - $this->curlOptions[CURLOPT_ENCODING] = ""; # Enable compression
720719
721720 /* not sure these two are actually necessary */
722721 if(isset($this->reqHeaders['Referer'])) {
Index: branches/REL1_16/phase3/RELEASE-NOTES
@@ -49,8 +49,9 @@
5050 * (bug 23175) Re-added window.ta variable for backwards compatibility.
5151 * (bug 23264) Fixed breakage of various command line scripts due to extra line
5252 endings being inserted by Maintenance::output().
53 -* MonobookTemplateToolboxEnd has been deprecated. Use SkinTemplateToolboxEnd
54 - instead.
 53+* Fixed HTTP client functionality with safe_mode=On.
 54+* Fixed parser tests broken in 1.16 beta 3.
 55+* For Oracle DB backend: fixed parser tests and table prefix feature.
5556
5657 == Changes since 1.16 beta 2 ==
5758

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r67626Merge from trunk r67623....platonides15:08, 8 June 2010
r67654* Backport r67651.freakolowsky18:15, 8 June 2010
r67672MFT 67663-67664 per CR request.platonides22:14, 8 June 2010

Status & tagging log