aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-05-25 16:03:40 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-05-25 16:03:40 +0000
commit20993d5cf1abdb448eb57c8b0de6c0f36bfc6f70 (patch)
tree0b217a8cf2f6945baccdc3e3fefe572db41adecd /phpBB/docs
parent17315b69c69fba5bad5f78bc1d38c301692f9904 (diff)
downloadforums-20993d5cf1abdb448eb57c8b0de6c0f36bfc6f70.tar
forums-20993d5cf1abdb448eb57c8b0de6c0f36bfc6f70.tar.gz
forums-20993d5cf1abdb448eb57c8b0de6c0f36bfc6f70.tar.bz2
forums-20993d5cf1abdb448eb57c8b0de6c0f36bfc6f70.tar.xz
forums-20993d5cf1abdb448eb57c8b0de6c0f36bfc6f70.zip
Introduced checks to stop negative postcounts (Bug #11561, #11421)
Allow IP v4/v6 urls for remote avatars (Bug #11633) Delete avatar files automatically (Bug #11631) Automatically add selected columsn to group by statements in the converter (Bug #11465) git-svn-id: file:///svn/phpbb/trunk@7677 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 214829722b..514fbdfec3 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -202,14 +202,19 @@ p a {
<li>[Fix] Check global purge setting (Bug #11555)</li>
<li>[Fix] Improper magic url parsing applied to already parsed [url=] bbcode tag (Bug #11429)</li>
<li>[Fix] Renamed two indicies for Oracle support (Bug #11457)</li>
- <li>[Fix] Added support for ISO-8859-8-i in the character set convertor</li>
+ <li>[Fix] Added support for ISO-8859-8-i in the character set convertor (Bug #11265)</li>
<li>[Fix] Added support for Oracle's "easy connect naming"</li>
<li>[Fix] Let Mark/Unmark All work in Manage Drafts (Bug #11679)</li>
<li>[Fix] Display correct message if no attachments found in user administration (Bug #11629)</li>
<li>[Fix] Let the "Delete all board cookies" being displayed for guests too (only prosilver) (Bug #11603)</li>
<li>[Fix] Do not display view topic link in MCP while there is no link present (Bug #11573)</li>
<li>[Fix] MySQL now properly sorts by post_subject (Bug #11637)</li>
- </ul>
+ <li>[Fix] Introduced checks to stop negative postcounts (Bug #11561, #11421)</li>
+ <li>[Fix] Allow IP v4/v6 urls for remote avatars (Bug #11633)</li>
+ <li>[Fix] Delete avatar files automatically (Bug #11631)</li>
+ <li>[Fix] Automatically add selected columsn to group by statements in the converter (Bug #11465)</li>
+
+</ul>
</div>
<a href="#top">Top</a>