diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-01 13:52:37 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-01 13:52:37 +0000 |
| commit | 73a6f7263b02ed694d986967a162f2359f89f709 (patch) | |
| tree | 8827473a05aa23b672eff26e2739d003b8c0d001 /phpBB/docs | |
| parent | 79406749622b816f569212ba89af1e27d1a7a772 (diff) | |
| download | forums-73a6f7263b02ed694d986967a162f2359f89f709.tar forums-73a6f7263b02ed694d986967a162f2359f89f709.tar.gz forums-73a6f7263b02ed694d986967a162f2359f89f709.tar.bz2 forums-73a6f7263b02ed694d986967a162f2359f89f709.tar.xz forums-73a6f7263b02ed694d986967a162f2359f89f709.zip | |
Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9907 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 5c627ae16c..eee01525aa 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -185,6 +185,7 @@ <li>[Fix] Correctly log action when users request to join a group (Bug #37585 - Patch by nickvergessen)</li> <li>[Fix] Do not try to create thumbnails for images we cannot open properly. (Bug #48695)</li> <li>[Fix] Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)</li> + <li>[Fix] Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535)</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> |
