aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-08-15 20:44:53 +0000
committerChris Smith <toonarmy@phpbb.com>2009-08-15 20:44:53 +0000
commite63b12c4b1487a683ced3b97f7414fa4f7bc58a8 (patch)
tree6943c3abfed0f5ffd51f042bbf46e4cab7833c0e /phpBB/docs
parent0393a6232b5aa2b8764c50b40e2cb8b7b0803302 (diff)
downloadforums-e63b12c4b1487a683ced3b97f7414fa4f7bc58a8.tar
forums-e63b12c4b1487a683ced3b97f7414fa4f7bc58a8.tar.gz
forums-e63b12c4b1487a683ced3b97f7414fa4f7bc58a8.tar.bz2
forums-e63b12c4b1487a683ced3b97f7414fa4f7bc58a8.tar.xz
forums-e63b12c4b1487a683ced3b97f7414fa4f7bc58a8.zip
Prevent style switcher from blocking the tab key. #49335
Tested under FF 3.0/3.5/Opera/Chrome on Linux git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9994 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index b7295b898f..794efe0640 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -194,6 +194,7 @@
<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>[Fix] Fixed incorrect &quot;topic does not exist&quot; when unapproved posts were visited without global moderator permissions. (Bug #47795)</li>
+ <li>[Fix] Prevent style switcher from blocking the tab key. (Bug #49335)</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>