stable

Clone or download

Read-only

story #9795 export userlog content in CSV

In site admin section, have user log plugin installed. By default exports logs of current day When filter is used, only exports filter results Change-Id: I9c01cebda6b2b84cd3580b4374a18bda7ceee298

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