aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-07-14 20:21:51 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-07-14 20:21:51 +0000
commit753b8bb0bb6f6c8398189be451cc5095759c1e3e (patch)
treef18921cce58b97f3ec08aefee3aa0eb71140f035 /phpBB/docs
parent51748b00ed8e6b709f1a7df59570e8ecee6783d5 (diff)
downloadforums-753b8bb0bb6f6c8398189be451cc5095759c1e3e.tar
forums-753b8bb0bb6f6c8398189be451cc5095759c1e3e.tar.gz
forums-753b8bb0bb6f6c8398189be451cc5095759c1e3e.tar.bz2
forums-753b8bb0bb6f6c8398189be451cc5095759c1e3e.tar.xz
forums-753b8bb0bb6f6c8398189be451cc5095759c1e3e.zip
Fix bug #47865 - Fix "Always show a scrollbar for short pages" for IE8 and Firefox 3.5 - Patch by stokerpiller
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9756 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 30d624c08f..cc43d4b9cb 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -155,6 +155,7 @@
<li>[Fix] Add ability to prune users who never logged in. (Bug #44295 - Patch by rxu)</li>
<li>[Fix] Smilies and images not viewed in topic-print view (Bug #47265 - Patch by nickvergessen)</li>
<li>[Fix] Force full date for PMs print-view (Patch by nickvergessen)</li>
+ <li>[Fix] Fix &quot;Always show a scrollbar for short pages&quot; for IE8 and Firefox 3.5 (Bug #47865 - Patch by stokerpiller)</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>
<li>[Change] Template engine now permits to a limited extent variable includes.</li>