aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/CHANGELOG.html
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-07-18 23:29:25 +0000
committerChris Smith <toonarmy@phpbb.com>2009-07-18 23:29:25 +0000
commitd61afd3509de3823c4f405fc95f8f799f073c505 (patch)
tree3c6a976f11d70c14adb78ed66a9b40b1e90383bd /phpBB/docs/CHANGELOG.html
parent1bc805f4add0346060d50e91167ccc4e135b0c38 (diff)
downloadforums-d61afd3509de3823c4f405fc95f8f799f073c505.tar
forums-d61afd3509de3823c4f405fc95f8f799f073c505.tar.gz
forums-d61afd3509de3823c4f405fc95f8f799f073c505.tar.bz2
forums-d61afd3509de3823c4f405fc95f8f799f073c505.tar.xz
forums-d61afd3509de3823c4f405fc95f8f799f073c505.zip
Ensure user errors are displayed regardless of PHP settings. #47505
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9785 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 5d03c71443..8f667faef2 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -163,6 +163,7 @@
<li>[Fix] Add hard limit for smilies.</li>
<li>[Fix] Remove redundant SQL query from ucp.php. (Bug #40305)</li>
<li>[Fix] Reorder frame order of animated subsilver2 topic icons to be useful when animation is disabled. (Bug #29385 - Patch by prototech)</li>
+ <li>[Fix] Ensure user errors are displayed regardless of PHP settings. (Bug #47505)</li>
<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
<li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li>
<li>[Change] Template engine now permits to a limited extent variable includes.</li>