summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-04-01 17:08:55 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-04-01 17:08:55 -0400
commitb927d876e96d30d858f28887a558261e13d2f822 (patch)
tree34991e54e05f103fe2f7de23fa3767d654712edf /CHANGELOG.txt
parent867ce3aa4d2c7b8521dd74298454756b958a78ba (diff)
downloadbrdo-b927d876e96d30d858f28887a558261e13d2f822.tar.gz
brdo-b927d876e96d30d858f28887a558261e13d2f822.tar.bz2
Issue #1229014 by bfroehle, jackbravo, illmasterc: Fixed Content-Disposition header makes private files show open/save prompts, but public files show inline.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index d74221f7b..fc5772139 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,9 @@
Drupal 7.22, xxxx-xx-xx (development version)
-----------------------
+- Removed an unnecessary "Content-Disposition" header from private file
+ downloads; it prevented many private files from being viewed inline in a web
+ browser.
- Changed various field API functions to allow them to optionally act on a
single field within an entity (API addition: http://drupal.org/node/1825844).
- Fixed a bug which prevented Drupal's file transfer functionality from working