stable

Clone or download

Read-only

Merge commit 'refs/changes/46/7346/7' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #9795 export userlog content in CSV

Modified Files

Name
M plugins/userlog/include/UserLogBuilder.php +43 −6 Go to diff View file
M plugins/userlog/include/UserLogDao.class.php +13 −3 Go to diff View file
A plugins/userlog/include/UserLogExporter.php +71 −0 Go to diff View file
M plugins/userlog/include/UserLogManager.class.php +3 −23 Go to diff View file
M plugins/userlog/include/UserLogPresenter.php +15 −6 Go to diff View file
A plugins/userlog/include/UserLogRouter.php +118 −0 Go to diff View file
M plugins/userlog/include/autoload.php +4 −2 Go to diff View file
M plugins/userlog/include/constants.php +2 −1 Go to diff View file
M plugins/userlog/include/userlogPlugin.class.php +12 −27 Go to diff View file
M plugins/userlog/site-content/en_US/userlog.tab +1 −0 Go to diff View file
M plugins/userlog/site-content/fr_FR/userlog.tab +1 −0 Go to diff View file
M plugins/userlog/templates/userlogs.mustache +8 −0 Go to diff View file