aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-11-06 11:15:38 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-11-06 11:15:38 +0000
commitac88c61e63ff5d7f7ea91b81e6cc73380171bc3b (patch)
tree662b587c8999e1305a02b74f971fc85f7af62a66 /phpBB/docs
parent5abe1ea4fef5cf7b6e7b28125b072dc78ca86aaa (diff)
downloadforums-ac88c61e63ff5d7f7ea91b81e6cc73380171bc3b.tar
forums-ac88c61e63ff5d7f7ea91b81e6cc73380171bc3b.tar.gz
forums-ac88c61e63ff5d7f7ea91b81e6cc73380171bc3b.tar.bz2
forums-ac88c61e63ff5d7f7ea91b81e6cc73380171bc3b.tar.xz
forums-ac88c61e63ff5d7f7ea91b81e6cc73380171bc3b.zip
- fix images off, css on problem for post/reply buttons
- changed calculating new/unread pm count to no longer rely on code logic, but apply all rules, operate on messages and then re-calculating after delivery. git-svn-id: file:///svn/phpbb/trunk@8229 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 d0bc033fb6..afe468b28b 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -92,6 +92,7 @@
<li>[Fix] Fixing false new private message indicator (Bug #14627)</li>
<li>[Fix] Let newly activated passwords work if users were converted (Bug #14787)</li>
<li>[Fix] Quote bbcode fixes. Letting parse quote=&quot;[&quot; and re-allowing whitelisted bbcodes within username portion (Bug #14770)</li>
+ <li>[Fix] Allow alternative text for styled buttons if images turned off, but CSS staying on</li>
<li>[Sec] Fix bbcode helpline display for custom bbcodes - this requires style changes for any custom style (Bug #14850)</li>
<li>[Fix] Correctly count announcements when filtering forums by date (Bug #14877)</li>
<li>[Fix] Allow charset names containing underscores or spaces</li>