diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-17 12:32:41 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-17 12:32:41 +0000 |
commit | 021fec01b291e37a1ddec27628522c62f6a86521 (patch) | |
tree | 6658708aa0ce1716443c0da5c3087135ffb8701c /phpBB/docs | |
parent | c09bd8c69f6acc30f581a6cd9136c7c3a7d8f8aa (diff) | |
download | forums-021fec01b291e37a1ddec27628522c62f6a86521.tar forums-021fec01b291e37a1ddec27628522c62f6a86521.tar.gz forums-021fec01b291e37a1ddec27628522c62f6a86521.tar.bz2 forums-021fec01b291e37a1ddec27628522c62f6a86521.tar.xz forums-021fec01b291e37a1ddec27628522c62f6a86521.zip |
- IE6 is not able to correctly cope with gzip compression
- hopefully fixed the rtl icon issue in FF without breaking ltr display.
git-svn-id: file:///svn/phpbb/trunk@8040 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-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 3dcb7057e1..3b82d57c1e 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -222,6 +222,8 @@ p a { <li>[Fix] If sending PM's to groups only include activated member (Bug #14040)</li> <li>[Fix] Correctly wrap words in emails containing utf8 characters (Bug #14109)</li> <li>[Change] For new posts or editing the first post topic titles have a maxlength of 60 characters. For any subsequent posts the length is extended to 64 to make room for the Re: part, but cutting at 60 characters. The maxlength need to be 64, else users using opera are unable to post (opera does not allow pre-filling a field with more characters than specified within the maxlength attribute)</li> + <li>[Fix] Disable gzip compression for cached stylesheet for Internet Explorer 6 or empty browser (IE6 is not able to properly display the compressed stylesheet) (Bug #14054)</li> + <li>[Fix] Header icons fixed in FF for RTL languages (Bug #14084)</li> </ul> </div> |