diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-09-23 12:07:34 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-09-23 12:07:34 +0000 |
commit | 38afbf6759744fc541c71b5af07b500555e3e3b7 (patch) | |
tree | 8b02d917b6ab62e742ae566008c84e5a01ab6a55 /phpBB/docs | |
parent | 687da94982f5d6f8c3290893d40ed84b02f54a37 (diff) | |
download | forums-38afbf6759744fc541c71b5af07b500555e3e3b7.tar forums-38afbf6759744fc541c71b5af07b500555e3e3b7.tar.gz forums-38afbf6759744fc541c71b5af07b500555e3e3b7.tar.bz2 forums-38afbf6759744fc541c71b5af07b500555e3e3b7.tar.xz forums-38afbf6759744fc541c71b5af07b500555e3e3b7.zip |
Correctly handle unread status of subforums (that are not shown on the index) of forums that are shown on the index. #14589
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8909 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 8b0498f188..38a2316b2b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -120,6 +120,7 @@ <li>[Fix] Pass S_SEARCH_ACTION through append_sid() in search.php. (Bug #21585)</li> <li>[Fix] Correctly delete message attachments. (Bug #23755)</li> <li>[Fix] Support (and retain) tabs in code blocks. (Bug #25445)</li> + <li>[Fix] Correctly handle unread status of subforums (that are not shown on the index) of forums that are shown on the index. (Bug #14589)</li> <li>[Change] No longer allow the direct use of MULTI_INSERT in sql_build_array. sql_multi_insert() must be used.</li> <li>[Change] Display warning in ACP if config.php file is left writable.</li> |