aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorRuslan Uzdenov <rxu@mail.ru>2009-08-17 13:25:04 +0000
committerRuslan Uzdenov <rxu@mail.ru>2009-08-17 13:25:04 +0000
commitb4297abf2a6aca7e6d3ffccbb61c096a5c590f86 (patch)
treedf34fefd6e2ebc49c3fa7dbecf07abd95c252669 /phpBB/docs
parent300f6868afc4ee53d97d289f85a0383b88ba377e (diff)
downloadforums-b4297abf2a6aca7e6d3ffccbb61c096a5c590f86.tar
forums-b4297abf2a6aca7e6d3ffccbb61c096a5c590f86.tar.gz
forums-b4297abf2a6aca7e6d3ffccbb61c096a5c590f86.tar.bz2
forums-b4297abf2a6aca7e6d3ffccbb61c096a5c590f86.tar.xz
forums-b4297abf2a6aca7e6d3ffccbb61c096a5c590f86.zip
Fix bug #49525 - Search for unreads should require login
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10004 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index a605f3a164..6182711169 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -223,6 +223,7 @@
<li>[Change] Introduce new parameter to page_header() for forum specific who is online listings.</li>
<li>[Change] Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.</li>
<li>[Change] Unapproved topics can no longer be replied to (Bug #44005)</li>
+ <li>[Change] Require user to be registered and logged in to search for unread posts if topic read tracking is disabled for guests (Bug #49525)</li>
<li>[Change] Allow three-digit hex notation in Color BBcode. (Bug #39965 - Patch by m0rpha)</li>
<li>[Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)</li>
<li>[Feature] Backported 3.2 captcha plugins.