diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-08-12 12:10:23 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-08-12 12:10:23 +0000 |
commit | 8014c49f68c2081abfe40f5f3dd270025fdbaf1e (patch) | |
tree | 0a1d75b4df6e6c4d6e842919f198d795eeaa3e6f | |
parent | e8908364e5443b176d9c0e3938758204e045fbaf (diff) | |
download | forums-8014c49f68c2081abfe40f5f3dd270025fdbaf1e.tar forums-8014c49f68c2081abfe40f5f3dd270025fdbaf1e.tar.gz forums-8014c49f68c2081abfe40f5f3dd270025fdbaf1e.tar.bz2 forums-8014c49f68c2081abfe40f5f3dd270025fdbaf1e.tar.xz forums-8014c49f68c2081abfe40f5f3dd270025fdbaf1e.zip |
entries
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9963 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f87e0439f0..ea2459b653 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -192,6 +192,8 @@ <li>[Fix] Correctly extract column default value when exporting PostgreSQL tables. (Bug #48955)</li> <li>[Fix] Allow updater to work correctly with PHP filename extensions other than ".php". (Bugs #15809, #49215)</li> <li>[Fix] Update search index if only post subject changed. (Bug #49435)</li> + <li>[Fix] Fix who is online displaying incorrect data. (Bug #49485, thanks Brainy)</li> + <li>[Change] Introduce new parametwer to page_header for forum specific who is online listings. </li> <li>[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</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> |