stable
Clone or download
Read-only
Merge commit 'refs/changes/67/4867/12' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: story #8691: First commit for the new SVN plugin
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/svn/.editorconfig | +13 | −0 | Go to diff View file |
A | plugins/svn/ChangeLog | +0 | −0 | Go to diff View file |
A | plugins/svn/README.txt | +1 | −0 | Go to diff View file |
A | plugins/svn/VERSION | +1 | −0 | Go to diff View file |
A | plugins/svn/db/install.sql | +11 | −0 | Go to diff View file |
A | plugins/svn/db/uninstall.sql | +1 | −0 | Go to diff View file |
A | plugins/svn/include/Svn/Explorer/ExplorerController.class.php | +56 | −0 | Go to diff View file |
A | plugins/svn/include/Svn/Presenter/ExplorerPresenter.class.php | +37 | −0 | Go to diff View file |
A | plugins/svn/include/Svn/ServiceSvn.class.php | +69 | −0 | Go to diff View file |
A | plugins/svn/include/Svn/SvnRouter.class.php | +97 | −0 | Go to diff View file |
A | plugins/svn/include/SvnPluginDescriptor.class.php | +33 | −0 | Go to diff View file |
A | plugins/svn/include/SvnPluginInfo.class.php | +28 | −0 | Go to diff View file |
A | plugins/svn/include/autoload.php | +24 | −0 | Go to diff View file |
A | plugins/svn/include/constants.php | +24 | −0 | Go to diff View file |
A | plugins/svn/include/svnPlugin.class.php | +73 | −0 | Go to diff View file |
A | plugins/svn/site-content/en_US/svn.tab | +5 | −0 | Go to diff View file |
A | plugins/svn/site-content/fr_FR/svn.tab | +5 | −0 | Go to diff View file |
A | plugins/svn/templates/index.mustache | +3 | −0 | Go to diff View file |
A | plugins/svn/www/index.php | +31 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +2 | −0 | Go to diff View file |
M | tools/rpm/tuleap.spec | +2 | −0 | Go to diff View file |