diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-16 14:02:06 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-16 14:02:06 +0000 |
commit | 683930ca4a31d502b704bbb9366938b4ed6562b1 (patch) | |
tree | cd1f3d62969335b3904f8bcea01a0fa3d8ac70a7 /phpBB/docs | |
parent | d4675c109aa65a909b97061643222f4f2d9fb140 (diff) | |
download | forums-683930ca4a31d502b704bbb9366938b4ed6562b1.tar forums-683930ca4a31d502b704bbb9366938b4ed6562b1.tar.gz forums-683930ca4a31d502b704bbb9366938b4ed6562b1.tar.bz2 forums-683930ca4a31d502b704bbb9366938b4ed6562b1.tar.xz forums-683930ca4a31d502b704bbb9366938b4ed6562b1.zip |
- Handle forum links/redirects within viewforum if no read permission given (to display login box or error message) (Bug #13467)
- Prevent changing postable forum having subforums to link forum without moving subforums out first
git-svn-id: file:///svn/phpbb/trunk@7895 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 5df23ae7e8..ee6cb416d3 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -249,7 +249,9 @@ p a { <li>[Change] Improved utf8_clean_string with a more complete list of homographs and NFKC normalization</li> <li>[Fix] Fixed error messages that ACP Database can give (Bug #13463)</li> <li>[Fix] Fixed potential issues with databases that use tables names is uppercase</li> - + <li>[Fix] Handle forum links/redirects within viewforum if no read permission given (to display login box or error message) (Bug #13467)</li> + <li>[Fix] Prevent changing postable forum having subforums to link forum without moving subforums out first</li> + </ul> </div> |