stable
Clone or download
Read-only
Merge commit 'refs/changes/40/7940/1' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: request #10078: Remove support of viewvc-tuleap
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/svn/bin/viewvc.cgi | +0 | −68 | Go to diff View file |
M | plugins/svn/include/Svn/Explorer/RepositoryDisplayController.class.php | +5 | −11 | Go to diff View file |
D | plugins/svn/include/Svn/ViewVC/EPELViewVCProxy.php | +0 | −268 | Go to diff View file |
D | plugins/svn/include/Svn/ViewVC/TuleapViewVCProxy.class.php | +0 | −281 | Go to diff View file |
M | plugins/svn/include/Svn/ViewVC/ViewVCProxy.php | +244 | −6 | Go to diff View file |
D | plugins/svn/include/Svn/ViewVC/ViewVCProxyFactory.php | +0 | −53 | Go to diff View file |
M | plugins/svn/include/autoload.php | +2 | −5 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +6 | −18 | Go to diff View file |
M | src/common/autoload.php | +2 | −9 | Go to diff View file |
D | src/common/cvs/ViewVC/EPELViewVCProxy.php | +0 | −221 | Go to diff View file |
D | src/common/cvs/ViewVC/TuleapViewVCProxy.php | +0 | −63 | Go to diff View file |
M | src/common/cvs/ViewVC/ViewVCProxy.php | +196 | −3 | Go to diff View file |
D | src/common/cvs/ViewVC/ViewVCProxyFactory.php | +0 | −48 | Go to diff View file |
D | src/common/include/ViewVCVersionChecker.php | +0 | −35 | Go to diff View file |
D | src/common/svn/viewvc/EPELViewVCProxy.php | +0 | −238 | Go to diff View file |
D | src/common/svn/viewvc/TuleapViewVCProxy.php | +0 | −80 | Go to diff View file |
M | src/common/svn/viewvc/ViewVCProxy.php | +213 | −3 | Go to diff View file |
D | src/common/svn/viewvc/ViewVCProxyFactory.php | +0 | −48 | Go to diff View file |
M | src/www/cvs/viewvc.php | +3 | −6 | Go to diff View file |
M | src/www/include/viewvc_utils.php | +2 | −188 | Go to diff View file |
M | src/www/svn/viewvc.php | +3 | −6 | Go to diff View file |
M | tests/simpletest/common/layout/LayoutTest.php | +2 | −2 | Go to diff View file |