summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-03-30 13:01:03 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-03-30 13:01:03 -0400
commit5177237f58d129f9348af723de886168f73f6a43 (patch)
tree5ed57d6f1b4639956e9bbf33c9c16aca38b3b60d /CHANGELOG.txt
parent20a45b1117e28f4458fd72de81eb8ec0173d9b99 (diff)
downloadbrdo-5177237f58d129f9348af723de886168f73f6a43.tar.gz
brdo-5177237f58d129f9348af723de886168f73f6a43.tar.bz2
Issue #1429442 by Jody Lynn, mathankumarc, gnuget, nrambeck, dcam | sun: Fixed Access denied page shown after submitting form that creates a unpublished node.
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 71dc76988..0f017bf6f 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,9 @@
Drupal 7.22, xxxx-xx-xx (development version)
-----------------------
+- Changed the default behavior after a user creates a node they do not have
+ access to view. The user will now be redirected to the front page rather than
+ an access denied page.
- Fixed a bug which prevented empty HTTP headers (such as "0") from being set.
(Minor behavior change: Callers of drupal_add_http_header() must now set
FALSE explicitly to prevent a header from being sent at all; this was already