diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-03-17 16:25:07 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-03-17 16:25:07 +0000 |
commit | b7ef95ed091580df66da23fc1bca403758645fc3 (patch) | |
tree | 131cd972531444dbaac86c334e290d08a36c4b8d /phpBB/docs/CHANGELOG.html | |
parent | 217dc8e6d53beb62e6aa5ccaed68b86a9282d88e (diff) | |
download | forums-b7ef95ed091580df66da23fc1bca403758645fc3.tar forums-b7ef95ed091580df66da23fc1bca403758645fc3.tar.gz forums-b7ef95ed091580df66da23fc1bca403758645fc3.tar.bz2 forums-b7ef95ed091580df66da23fc1bca403758645fc3.tar.xz forums-b7ef95ed091580df66da23fc1bca403758645fc3.zip |
This should get rid of the filesorts and temp tables on index (with topic read tracking as exception).
Updater still needs testing. Not yet merged to 3.1
#22715 - thanks HoL
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8436 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-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 b50f5fcf8f..ea3986cdcc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -137,6 +137,7 @@ <li>[Fix] Do not allow selecting non-authorized groups within memberlist by adjusting URL (Bug #22805 - patch provided by ToonArmy)</li> <li>[Fix] Correctly specify "close report action" (Bug #22685)</li> <li>[Fix] Display "empty password error" within the login box instead of issuing a general error (Bug #22525)</li> + <li>[Fix] Clean up who is online code in page_header (Bug #22715, thanks HighwayofLife)</li> </ul> |