diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-02-18 01:23:31 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-02-18 01:23:31 +0000 |
commit | 9bcb25cd100ee898124294f0c13a4b724892926e (patch) | |
tree | d29e22e0137434cd58482dfa5f82f583e85d4f57 /phpBB/docs/CHANGELOG.html | |
parent | 30b83896a1718400307de7d531c16a152c0f6668 (diff) | |
download | forums-9bcb25cd100ee898124294f0c13a4b724892926e.tar forums-9bcb25cd100ee898124294f0c13a4b724892926e.tar.gz forums-9bcb25cd100ee898124294f0c13a4b724892926e.tar.bz2 forums-9bcb25cd100ee898124294f0c13a4b724892926e.tar.xz forums-9bcb25cd100ee898124294f0c13a4b724892926e.zip |
We can put the fix for #57505 into 3.0.7 because we have to regenerate the packages with the template changes anyway.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10500 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 5b2dba6825..411e399124 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -95,7 +95,6 @@ <li>[Fix] Take admin's time zone settings into account when listing database backup files. (Bug #57385)</li> <li>[Fix] Honor minimum and maximum password length in generated passwords as much as we can. (Bug #13181)</li> <li>[Fix] No longer return the character O in generated random strings and passwords. (Bug #57345)</li> - <li>[Fix] Some XHTML corrections in subsilver2. (Bug #57505)</li> <li>[Feature] Support for Microsoft's Native SQL Server Driver for PHP (Bug #57055 - Patch by Chris Pucci at Microsoft)</li> <li>[Feature] Add ability to enable quick reply in all forums.</li> </ul> @@ -112,7 +111,7 @@ <li>[Fix] Do not link to user profile in ATOM feed entry if post has been made by the guest user. (Bug #54275)</li> <li>[Fix] Make word censoring case insensitive. (Bug #54265)</li> <li>[Fix] Fulltext-MySQL search for keywords and username at the same time. (Bug #54325)</li> - <li>[Fix] Various XHTML and CSS mistakes in prosilver. (Bugs #54705, #55895)</li> + <li>[Fix] Various XHTML and CSS mistakes in prosilver and subsilver2. (Bugs #54705, #55895, #57505)</li> <li>[Fix] Correctly show topic ATOM feed link when only post id is specified. (Bug #53025)</li> <li>[Fix] Cleanly handle forum/topic not found in ATOM Feeds. (Bug #54295)</li> <li>[Fix] PHP 5.3 compatibility: Check if function dl() exists before calling it. (Bug #54665)</li> |