diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-05 12:03:52 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-05 12:03:52 +0000 |
| commit | e0bf8245014ae38841e6edc6e1f43f1ed4070502 (patch) | |
| tree | e64483199609bd2aee288f45e04eeecf7f264acb /phpBB/docs | |
| parent | fc5a21e16a6502a89fd7b541683f21e216c8cf2e (diff) | |
| download | forums-e0bf8245014ae38841e6edc6e1f43f1ed4070502.tar forums-e0bf8245014ae38841e6edc6e1f43f1ed4070502.tar.gz forums-e0bf8245014ae38841e6edc6e1f43f1ed4070502.tar.bz2 forums-e0bf8245014ae38841e6edc6e1f43f1ed4070502.tar.xz forums-e0bf8245014ae38841e6edc6e1f43f1ed4070502.zip | |
Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10108 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 abd7719c0d..ee79525643 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -207,6 +207,7 @@ <li>[Fix] Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones. (Bug #11142 - Patch by dark/Rain and Raimon)</li> <li>[Fix] Send activation email when activating user from user settings. (Bug #43145)</li> <li>[Fix] Do not show resend activation email link when using admin activation. (Bug #44375 - Patch by bbrunnrman)</li> + <li>[Fix] Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)</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> |
