aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-08-11 13:35:15 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-08-11 13:35:15 +0000
commitff458a5b4e81c1f35a3341ad4646205e52c5b5da (patch)
tree9d6e315b8ac91d5afdb45c79602aea0231567e05 /phpBB/docs
parent9dc2095b52fbe27925ac995879a0b491ae3e5130 (diff)
downloadforums-ff458a5b4e81c1f35a3341ad4646205e52c5b5da.tar
forums-ff458a5b4e81c1f35a3341ad4646205e52c5b5da.tar.gz
forums-ff458a5b4e81c1f35a3341ad4646205e52c5b5da.tar.bz2
forums-ff458a5b4e81c1f35a3341ad4646205e52c5b5da.tar.xz
forums-ff458a5b4e81c1f35a3341ad4646205e52c5b5da.zip
Update search index if only post subject changed. (Bug #49435)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9955 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 3e5757aa70..f87e0439f0 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -191,6 +191,7 @@
<li>[Fix] Fix general error while registration, through undefined variable $config in validate_referer (Bug #49035 - Patch by wjvriend)</li>
<li>[Fix] Correctly extract column default value when exporting PostgreSQL tables. (Bug #48955)</li>
<li>[Fix] Allow updater to work correctly with PHP filename extensions other than &quot;.php&quot;. (Bugs #15809, #49215)</li>
+ <li>[Fix] Update search index if only post subject changed. (Bug #49435)</li>
<li>[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</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>