stable
Clone or download
Read-only
request #11467: SVN web browser works with Subversion 1.9 from WANdisco and Python 2.7 from the RH SCL
To test you need to update your platform to Subversion 1.9 from the WANdisco repository and to install python27-subversion-python. The Python code relative has been converted to PHP has the RH SCL Python 2.7 does not have python-ldap. Change-Id: Ic05b275bccb0c7202a401dd30e3c18a8fa3a7068
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/include/ldapPlugin.class.php | +23 | −0 | Go to diff View file |
M | plugins/svn/bin/viewvc-epel.cgi | +7 | −3 | Go to diff View file |
M | plugins/svn/include/Svn/ViewVC/ViewVCProxy.php | +34 | −5 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +2 | −1 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/cvs/ViewVC/ViewVCProxy.php | +1 | −1 | Go to diff View file |
M | src/common/cvs/ViewVC/viewvc-epel.cgi | +7 | −3 | Go to diff View file |
A | src/common/svn/Event/GetSVNLoginNameEvent.php | +77 | −0 | Go to diff View file |
M | src/common/svn/viewvc/ViewVCProxy.php | +36 | −4 | Go to diff View file |
M | src/common/svn/viewvc/viewvc-epel.cgi | +7 | −3 | Go to diff View file |
M | src/utils/session.py | +6 | −67 | Go to diff View file |
D | src/utils/svn/codendildap.py | +0 | −99 | Go to diff View file |
M | src/utils/svn/svnaccess.py | +2 | −25 | Go to diff View file |
M | src/utils/user.py | +0 | −32 | Go to diff View file |
M | src/www/svn/viewvc.php | +2 | −2 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +1 | −1 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +1 | −1 | Go to diff View file |