diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-02-17 09:59:04 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-02-17 09:59:04 +0000 |
commit | e1ae09a7873817f37ef89b21985fd40822103ecc (patch) | |
tree | 240da8a2dbd5288c84096a90e4ecddf3ab94a606 /phpBB/docs | |
parent | 68393ecc1cfd9cd9934e4e1f8767bb18e833abcd (diff) | |
download | forums-e1ae09a7873817f37ef89b21985fd40822103ecc.tar forums-e1ae09a7873817f37ef89b21985fd40822103ecc.tar.gz forums-e1ae09a7873817f37ef89b21985fd40822103ecc.tar.bz2 forums-e1ae09a7873817f37ef89b21985fd40822103ecc.tar.xz forums-e1ae09a7873817f37ef89b21985fd40822103ecc.zip |
Let's fix #57825 in 3.0.7. - r10493
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10494 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 0204a1f3e8..bc692519bd 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -96,7 +96,6 @@ <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>[Fix] Small language correction for the FAQ page. (Bug #57825)</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> @@ -171,6 +170,7 @@ <li>[Fix] Unify BBCode Selection across browsers. (Bug #38765)</li> <li>[Fix] Allow convertors to read in configuration from files. (Bug #57265 - Patch by Dicky)</li> <li>[Fix] Fix problems with firebird by no longer using 'count' as a column alias. (Bug #57455)</li> + <li>[Fix] Small language correction for the FAQ page. (Bug #57825)</li> <li>[Change] Move redirect into a hidden field to avoid issues with mod_security. (Bug #54145)</li> <li>[Change] Log activation through inactive users ACP. (Bug #30145)</li> <li>[Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)</li> |