diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-11-26 19:58:35 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-11-26 19:58:35 +0000 |
commit | fb77cdd0513994dca478c06a3c9ac5912da07872 (patch) | |
tree | 722500e2be300938c98f48fe8c2546db24cce96d /phpBB/docs | |
parent | 63b089f6535cf53ec8bec87decf56caab30bd0ad (diff) | |
download | forums-fb77cdd0513994dca478c06a3c9ac5912da07872.tar forums-fb77cdd0513994dca478c06a3c9ac5912da07872.tar.gz forums-fb77cdd0513994dca478c06a3c9ac5912da07872.tar.bz2 forums-fb77cdd0513994dca478c06a3c9ac5912da07872.tar.xz forums-fb77cdd0513994dca478c06a3c9ac5912da07872.zip |
Better handling and finer control for custom profile fields visibility options. (Patch by Highway of Life)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9127 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 221a255390..c83bd2cc72 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -95,9 +95,10 @@ <li>[Fix] Only display special ranks to guests; no longer display normal ranks for guests (Bug #36735)</li> <li>[Fix] Properly treat punctuation marks after local urls (Bug #37055)</li> <li>[Fix] Make searching for members by YIM address work in prosilver</li> + <li>[Fix] Tell users to recreate the search index after changing the common word threshold for fulltext_native (Bug #36345)</li> <li>[Change] Alllow applications to set custom module inclusion path (idea by HoL)</li> <li>[Change] Handle checking for duplicate usernames in chunks (Bug #17285 - Patch by A_Jelly_Doughnut)</li> - <li>[Fix] Tell users to recreate the search index after changing the common word threshold for fulltext_native (Bug #36345)</li> + <li>[Change] Better handling and finer control for custom profile fields visibility options. (Patch by Highway of Life)</li> </ul> <a name="v302"></a><h3>1.ii. Changes since 3.0.2</h3> |