summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-12 15:23:37 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-12 15:23:37 -0400
commit00206a4d7f87981b3b1212942ce65f371c0cb3ae (patch)
tree5cbe78d538838718714e3ece07deecf21b49db68 /CHANGELOG.txt
parentd2900abc52256190275b1ed7c3d75e88d14c48c4 (diff)
downloadbrdo-00206a4d7f87981b3b1212942ce65f371c0cb3ae.tar.gz
brdo-00206a4d7f87981b3b1212942ce65f371c0cb3ae.tar.bz2
Issue #1647440 by chrisrockwell, Dave Reid, greggles: Fix PHP notice if invalid format ID requested at filter/tips/format-id
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index dfdfdd765..ec87eb020 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,11 @@
Drupal 7.40, xxxx-xx-xx (development version)
-----------------------
+- Changed the page that displays filter tips for a particular text format, for
+ example filter/tips/full_html, to return "page not found" or "access denied"
+ if the format does not exist or the user does not have access to it. This
+ change adds a new menu item to the Filter module's hook_menu() entry (minor
+ data structure change).
- Added a new hook, hook_block_cid_parts_alter(), to allow modules to alter the
cache keys used for caching a particular block.
- Made drupal_set_message() display and return messages when "0" is passed in