stable
Clone or download
Read-only
This is part of story #8597 have a recent version of ViewVC For now, to be able to test you must remove viewvc-tuleap by hand (rpm -e --nodeps viewvc-tuleap) and then install the viewvc package. This contribution also fix the sticky revision when you use viewvc-tuleap. Change-Id: I0ef0d09557d03f15a27ccb3c50bb613c2df383f2
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/svn/bin/viewvc-epel.cgi | +63 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Explorer/ExplorerPresenter.class.php | +0 | −2 | Go to diff View file |
M | plugins/svn/include/Svn/Explorer/RepositoryDisplayController.class.php | +29 | −12 | Go to diff View file |
M | plugins/svn/include/Svn/SvnRouter.class.php | +10 | −0 | Go to diff View file |
A | plugins/svn/include/Svn/ViewVC/EPELViewVCProxy.php | +229 | −0 | Go to diff View file |
R | plugins/svn/include/Svn/ViewVC/ViewVCProxy.class.php | Go to diff View file | ||
A | plugins/svn/include/Svn/ViewVC/ViewVCProxy.php | +28 | −0 | Go to diff View file |
A | plugins/svn/include/Svn/ViewVC/ViewVCProxyFactory.php | +53 | −0 | Go to diff View file |
M | plugins/svn/include/autoload.php | +6 | −3 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +16 | −2 | Go to diff View file |
M | plugins/svn/site-content/en_US/svn.tab | +4 | −0 | Go to diff View file |
M | plugins/svn/site-content/fr_FR/svn.tab | +5 | −1 | Go to diff View file |
M | plugins/svn/templates/explorer/index.mustache | +1 | −1 | Go to diff View file |
M | src/common/autoload.php | +4 | −2 | Go to diff View file |
A | src/common/include/ViewVCVersionChecker.php | +35 | −0 | Go to diff View file |