aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorRuslan Uzdenov <rxu@mail.ru>2009-07-24 12:05:17 +0000
committerRuslan Uzdenov <rxu@mail.ru>2009-07-24 12:05:17 +0000
commit4fcd83fa7d44e0e875697eecef2386f732052b58 (patch)
treec32d254c93908d6ca938dc8af209f30256677cd6 /phpBB/docs
parent4739c7ba3957dfe585973dafe7465cb9fd8c6d1f (diff)
downloadforums-4fcd83fa7d44e0e875697eecef2386f732052b58.tar
forums-4fcd83fa7d44e0e875697eecef2386f732052b58.tar.gz
forums-4fcd83fa7d44e0e875697eecef2386f732052b58.tar.bz2
forums-4fcd83fa7d44e0e875697eecef2386f732052b58.tar.xz
forums-4fcd83fa7d44e0e875697eecef2386f732052b58.zip
Fix bug #38055 - Post reply button shown in locked forum
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9846 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 3e7ae6e4e6..eb70dd1895 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -175,6 +175,7 @@
<li>[Fix] Do not add style-parameter to URL again, after admin re-authentification (Bug #18005 - Patch by leviatan21)</li>
<li>[Fix] Do not cut post-message in between HTML-Entities on search.php (Bug #31505 - Patch by leviatan21)</li>
<li>[Fix] Correctly set attachment flag for topics, posts and pms after deleting attachments (Bug #48265 - Patch by WorldWar and nickvergessen)</li>
+ <li>[Fix] Display &quot;Locked&quot; button instead of &quot;Reply&quot; one for locked forum in viewtopic (prosilver). (Bug #38055 - Patch by Raimon)</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>