diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-01-05 15:47:40 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-01-05 15:47:40 +0000 |
commit | 1074925720e84bcb9f2b1b6908da805c132a1c8a (patch) | |
tree | 2b458a55e5863920c95ef4e5e27db11a1ed0cb4a /phpBB/docs | |
parent | 8b423ba3084fbe29ce83aef2a5f6ac5380ee006e (diff) | |
download | forums-1074925720e84bcb9f2b1b6908da805c132a1c8a.tar forums-1074925720e84bcb9f2b1b6908da805c132a1c8a.tar.gz forums-1074925720e84bcb9f2b1b6908da805c132a1c8a.tar.bz2 forums-1074925720e84bcb9f2b1b6908da805c132a1c8a.tar.xz forums-1074925720e84bcb9f2b1b6908da805c132a1c8a.zip |
- backport viewforum performance change from 3.1.x to 3.0.x
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8305 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d2e4ed52ee..660e5abb19 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -90,6 +90,11 @@ <li>[Fix] Allow single quotes in db password to be stored within config.php in installer</li> <li>[Fix] Correctly quote db password for re-display in installer (Bug #16695 / thanks to m313 for reporting too - #s17235)</li> <li>[Fix] Correctly handle empty imageset entries (Bug #16865)</li> + <li>[Fix] Correctly check empty subjects/messages (Bug #17915)</li> + <li>[Change] Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745)</li> + <li>[Fix] Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265)</li> + <li>[Change] Sped up viewforum considerably (also goes towards mcp_forum)</li> + </ul> <a name="v30rc8"></a><h3>1.i. Changes since 3.0.RC8</h3> |