diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-07-27 15:05:59 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-07-27 15:05:59 +0000 |
commit | 78b1c4caaa17cc8760b685ad41c19f15f9d89b68 (patch) | |
tree | 4213ba662068ea4cfabf890a2d11066827473b0c /phpBB/docs | |
parent | 919d42d02dc46b11f011b8e5073720579aad6615 (diff) | |
download | forums-78b1c4caaa17cc8760b685ad41c19f15f9d89b68.tar forums-78b1c4caaa17cc8760b685ad41c19f15f9d89b68.tar.gz forums-78b1c4caaa17cc8760b685ad41c19f15f9d89b68.tar.bz2 forums-78b1c4caaa17cc8760b685ad41c19f15f9d89b68.tar.xz forums-78b1c4caaa17cc8760b685ad41c19f15f9d89b68.zip |
Do not send private message back to sender if sender is in the same group the private message was sent to.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9876 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 2cc0b05e38..23db9c780c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -178,6 +178,7 @@ <li>[Fix] Display "Locked" button instead of "Reply" one for locked forum in viewtopic (prosilver). (Bug #38055 - Patch by Raimon)</li> <li>[Fix] Correctly propagate umlauts over search result pages (Bug #33755)</li> <li>[Fix] Preserve post options when refusing to save the post as a draft. (Bug #39115)</li> + <li>[Fix] Do not send private message back to sender if sender is in the same group the private message was sent to.</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> |