aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-07-02 10:28:32 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-07-02 10:28:32 +0000
commit2854705096a5029295ab99fa9fcf063661fc2cbc (patch)
tree5cc8549b1aaf4574b9a4cb4b05e829aae6077832 /phpBB/docs
parent89d87a21823494069bf7d34f450985e0e705abeb (diff)
downloadforums-2854705096a5029295ab99fa9fcf063661fc2cbc.tar
forums-2854705096a5029295ab99fa9fcf063661fc2cbc.tar.gz
forums-2854705096a5029295ab99fa9fcf063661fc2cbc.tar.bz2
forums-2854705096a5029295ab99fa9fcf063661fc2cbc.tar.xz
forums-2854705096a5029295ab99fa9fcf063661fc2cbc.zip
Fix bug #36565 - Search by authorname does not display posts of guests and deleted users
Authorised by: naderman git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9713 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 249658a28c..f65689ae2e 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -141,6 +141,7 @@
<li>[Fix] Check if template file is empty before trying to read from it. (Bug #47345 - Patch by bantu)</li>
<li>[Fix] Correct descriptions of the permissions to use BBCode, smilies, images and flash to be more relevant. (Bug #36065 - Patch by rxu)</li>
<li>[Fix] Fix style issues in print mode. (Bug #26375 - Patch by leviatan21)</li>
+ <li>[Fix] Search by authorname does not display posts of guests and deleted users (Bug #36565 - Patch by nickvergessen)</li>
<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
<li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li>
<li>[Change] Template engine now permits to a limited extent variable includes.</li>