stable

Clone or download

Read-only

Add git repositories to home page statistics

part of request #12509 Have plateform statistics in home page How to test - as annonymous go on platform homepage => no statistics are displayed - add $should_display_statistics = 1; in local.inc Go back on platform home page => git repositories statistics are displayed Change-Id: I6083ebe0f256a249b0c71ffb5e2f554d214df0c9

Modified Files

Name
M plugins/git/db/install.sql +2 −1 Go to diff View file
A plugins/git/db/mysql/updates/2018/201812051202_add_index_on_git_repository.php +41 −0 Go to diff View file
M plugins/git/include/GitDao.class.php +21 −0 Go to diff View file
M plugins/git/include/gitPlugin.class.php +12 −1 Go to diff View file