stable

Forked from tuleap/stable

Clone or download

Read-only

Merge commit 'refs/changes/88/4688/6' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: request #8590 Properly generate absolute server URL when behind a reverse proxy

Modified Files

Name
M plugins/git/include/Git/HTTP/CommandGitolite.class.php +1 −1 Go to diff View file
M plugins/mediawiki/www/LocalSettings.php +1 −6 Go to diff View file
M plugins/userlog/include/userlogPlugin.class.php +1 −1 Go to diff View file
M src/common/dao/UserDao.class.php +1 −1 Go to diff View file
M src/common/include/HTTPRequest.class.php +93 −11 Go to diff View file
M src/common/user/User.class.php +1 −1 Go to diff View file
M src/etc/local.inc.dist +16 −1 Go to diff View file
M src/www/include/pre.php +1 −0 Go to diff View file
M src/www/include/viewvc_utils.php +1 −1 Go to diff View file
M tests/lib/TuleapTestCase.class.php +21 −1 Go to diff View file
M tests/simpletest/common/REST/GateKeeperTestPHP53.php +3 −13 Go to diff View file
M tests/simpletest/common/include/HTTPRequestTest.php +136 −9 Go to diff View file