aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorRuslan Uzdenov <rxu@mail.ru>2009-08-17 13:32:41 +0000
committerRuslan Uzdenov <rxu@mail.ru>2009-08-17 13:32:41 +0000
commit6262263aefe4857d1c7af3ee68ed7c6a1e91e196 (patch)
tree9a9ebecbb8f51a7d759f549f152c6922e89235c5 /phpBB/docs
parent45f570038426f36d547dcdc23ef631bd48a7dc6e (diff)
downloadforums-6262263aefe4857d1c7af3ee68ed7c6a1e91e196.tar
forums-6262263aefe4857d1c7af3ee68ed7c6a1e91e196.tar.gz
forums-6262263aefe4857d1c7af3ee68ed7c6a1e91e196.tar.bz2
forums-6262263aefe4857d1c7af3ee68ed7c6a1e91e196.tar.xz
forums-6262263aefe4857d1c7af3ee68ed7c6a1e91e196.zip
Fix bug #43295 - Moved topics show unapproved even without permissions in the new forum
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10006 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 6182711169..9fec6f73c1 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -195,6 +195,7 @@
<li>[Fix] Fixed incorrect &quot;topic does not exist&quot; when unapproved posts were visited without global moderator permissions. (Bug #47795)</li>
<li>[Fix] Prevent style switcher from blocking the tab key. (Bug #49335)</li>
<li>[Fix] Correctly redirect on MCP main page after posts approval/disapproval from it. (Bug #49625)</li>
+ <li>[Fix] Do not display topic approval status image for shadow topic if a user is not a moderator in the forum the topic has been moved to. (Bug #43295)</li>
<li>[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</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>