dev

Forked from tuleap/dev

Clone or download

Read-only

request #7636: Include Docman and Tracker plugins in frequencies graph

admin ยป plugins ยป statistics ยป frequencies (graph) - rename "Document viewed" to "Legacy document viewed" - add V3 mention for legacy tracker entries - add hooks to let plugins insert their own data - Docman plugin add its own sample based on plugin_docman_log.time - Tracker plugin add its own sample based on tracker_artifact.submitted_on This is based on a contribution by Sodern Change-Id: I1c48a1779aef263608fa9c8e55f48967db56378b

Modified Files

Name
A plugins/docman/include/Docman_Sample.php +31 โˆ’0 Go to diff View file
M plugins/docman/include/autoload.php +3 โˆ’2 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +25 โˆ’0 Go to diff View file
A plugins/statistics/include/Statistics_Event.php +41 โˆ’0 Go to diff View file
M plugins/statistics/include/autoload.php +3 โˆ’2 Go to diff View file
A plugins/statistics/include/constants.php +21 โˆ’0 Go to diff View file
M plugins/statistics/include/statisticsPlugin.class.php +1 โˆ’0 Go to diff View file
M plugins/statistics/www/frequence_stat.php +7 โˆ’3 Go to diff View file
M plugins/statistics/www/frequence_stat_graph.php +13 โˆ’5 Go to diff View file
A plugins/tracker/include/Tracker/Sample.class.php +31 โˆ’0 Go to diff View file
M plugins/tracker/include/autoload.php +3 โˆ’2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +21 โˆ’0 Go to diff View file