diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-18 14:31:03 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-18 14:31:03 +0000 |
commit | 8b630499363f6eb53449167cc017ccea0654faa8 (patch) | |
tree | 7bec6353b83979e95f6a60d469e581154a9b7a89 /phpBB/docs | |
parent | 5f7e847b57e78744d7559daddd53f107458d43cd (diff) | |
download | forums-8b630499363f6eb53449167cc017ccea0654faa8.tar forums-8b630499363f6eb53449167cc017ccea0654faa8.tar.gz forums-8b630499363f6eb53449167cc017ccea0654faa8.tar.bz2 forums-8b630499363f6eb53449167cc017ccea0654faa8.tar.xz forums-8b630499363f6eb53449167cc017ccea0654faa8.zip |
Fix native full text search on postgresql while using excluding keyword matches. (Bug #19195)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8878 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index add2b9505a..da403c5fbf 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -116,6 +116,7 @@ <li>[Fix] Do not allow setting forums parent to the forum itself. (Bug #18855)</li> <li>[Fix] Display assigned rank/avatar for guests. (Bug #19155)</li> <li>[Fix] Set secure cookie for style switcher if required. (Bug #19625)</li> + <li>[Fix] Fix native full text search on postgresql while using excluding keyword matches. (Bug #19195)</li> <li>[Change] No longer allow the direct use of MULTI_INSERT in sql_build_array. sql_multi_insert() must be used.</li> <li>[Change] Display warning in ACP if config.php file is left writable.</li> |