stable

Clone or download

Read-only

Display the last push date for SVN repository

part of story #10211 include SVN plugin disk stats in site stats In SVN plugin repository list, the table should be enhanced with the last commit date for repository Change-Id: I63d325bd5c0c4b1afff1bab6656d9f0b2f2d4e11

Modified Files

Name
M plugins/svn/include/Svn/Dao.class.php +2 −0 Go to diff View file
M plugins/svn/include/Svn/Explorer/ExplorerController.class.php +34 −18 Go to diff View file
M plugins/svn/include/Svn/Explorer/ExplorerPresenter.class.php +30 −28 Go to diff View file
A plugins/svn/include/Svn/Explorer/RepositoryBuilder.php +34 −0 Go to diff View file
A plugins/svn/include/Svn/Explorer/RepositoryPresenter.php +54 −0 Go to diff View file
M plugins/svn/include/Svn/Repository/Repository.class.php +2 −2 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryManager.class.php +20 −7 Go to diff View file
M plugins/svn/include/autoload.php +4 −2 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +39 −36 Go to diff View file
M plugins/svn/site-content/fr_FR/LC_MESSAGES/tuleap-svn.po +3 −0 Go to diff View file
M plugins/svn/site-content/tuleap-svn.pot +3 −0 Go to diff View file
M plugins/svn/templates/explorer/index.mustache +17 −11 Go to diff View file