From 7e0f5c0b7c37b205a9ad62f4f2736db4892e4589 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 8 May 2009 14:50:23 +0000 Subject: [PATCH] honestly... i do not see this as a security issue (you may indeed enlight me though) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9513 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d2d3ee7a3a..d609e11a5a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -153,6 +153,7 @@
  • [Fix] Correct calculation of source/target forum statistics if mass moving topics with global announcements (Bug #44545)
  • [Fix] Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555)
  • [Fix] IE8 textarea issues (Bug #43305)
  • +
  • [Fix] Prevent accounts from being activated by users when admin activation is turned on and the correct activation key is known.
  • [Change] Default difference view is now 'inline' instead of 'side by side'
  • [Change] Added new option for merging differences to conflicting files in automatic updater
  • [Change] Add link to user profile in the MCP for user notes and warn user.
  • @@ -168,7 +169,6 @@
  • [Feature] db_tools now support create table and drop table.
  • [Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
  • [Feature] New search option: Maximum number of words allowed to search for.
  • -
  • [Sec] Prevent accounts from being activated by users when admin activation is turned on and the correct activation key is known.
  • [Sec] Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)