aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-08-01 12:28:50 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-08-01 12:28:50 +0000
commit2958890439f29b9cf45997c52c8cfa57e0f16bc8 (patch)
tree8a2703312cd3bc4b81f60e339351f72b1482a889 /phpBB/docs
parent6bc7e1516206862472091e53d8f3f357a755eac8 (diff)
downloadforums-2958890439f29b9cf45997c52c8cfa57e0f16bc8.tar
forums-2958890439f29b9cf45997c52c8cfa57e0f16bc8.tar.gz
forums-2958890439f29b9cf45997c52c8cfa57e0f16bc8.tar.bz2
forums-2958890439f29b9cf45997c52c8cfa57e0f16bc8.tar.xz
forums-2958890439f29b9cf45997c52c8cfa57e0f16bc8.zip
Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9905 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-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 25f4f04158..5c627ae16c 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -184,6 +184,7 @@
<li>[Fix] Min/max characters per posts also affects polls option (Bug #47295 - Patch by nickvergessen)</li>
<li>[Fix] Correctly log action when users request to join a group (Bug #37585 - Patch by nickvergessen)</li>
<li>[Fix] Do not try to create thumbnails for images we cannot open properly. (Bug #48695)</li>
+ <li>[Fix] Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)</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>