diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-19 13:10:13 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-19 13:10:13 +0000 |
commit | bc0898f55e2c0bda196fa44cc7d1bb15b6fda649 (patch) | |
tree | 47192341eaa0ae65e53478ea32d9e0047a523579 /phpBB/docs/CHANGELOG.html | |
parent | 8963b032de7c14151d9432ca208038c4f515d961 (diff) | |
download | forums-bc0898f55e2c0bda196fa44cc7d1bb15b6fda649.tar forums-bc0898f55e2c0bda196fa44cc7d1bb15b6fda649.tar.gz forums-bc0898f55e2c0bda196fa44cc7d1bb15b6fda649.tar.bz2 forums-bc0898f55e2c0bda196fa44cc7d1bb15b6fda649.tar.xz forums-bc0898f55e2c0bda196fa44cc7d1bb15b6fda649.zip |
fixing some annoying bugs
git-svn-id: file:///svn/phpbb/trunk@8204 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 77c6e500e8..e7cdbe9a8b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -85,6 +85,13 @@ <li>[Fix] Fixed MSSQL related bug in the update system</li> <li>[Fix] Display "Return to" links on unwritable forums (Bug #14824)</li> <li>[Fix] Mitigating different realpath() handling between PHP versions (fixing confirm box redirects)</li> + <li>[Fix] Fix signature editing - ability to remove signature (Bug #14820)</li> + <li>[Fix] Send correct activation key by forcing reactivation for inactive user (Bug #14819)</li> + <li>[Fix] Adding correct IP for private messages sent by issuing warnings (Bug #14781)</li> + <li>[Fix] Open private message notification (Bug #14773)</li> + <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="[" and re-allowing whitelisted bbcodes within username portion (Bug #14770)</li> </ul> <a name="v30rc6"></a><h3>1.ii. Changes since 3.0.RC6</h3> |