stable
Clone or download
Read-only
Part of request #21338: Add statistics in the site administration about browser usages based on the active sessions Change-Id: Ib25094722c1c5a23fbbe9f6686988ea6c45195a8
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +12 | −0 | Go to diff View file |
A | src/common/BrowserDetection/BrowserUsageSessions.php | +38 | −0 | Go to diff View file |
A | src/common/BrowserDetection/BrowserUsageSessionsStatisticsRetriever.php | +51 | −0 | Go to diff View file |
M | src/common/BrowserDetection/DetectedBrowser.php | +6 | −1 | Go to diff View file |
M | src/common/dao/SessionDao.class.php | +12 | −0 | Go to diff View file |
A | src/templates/admin/homepage/active-sessions-browsers-statistics.mustache | +11 | −0 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-homepage.scss | +18 | −9 | Go to diff View file |
M | src/www/admin/index.php | +26 | −1 | Go to diff View file |
A | tests/unit/common/BrowserDetection/BrowserUsageSessionsStatisticsRetrieverTest.php | +64 | −0 | Go to diff View file |
M | tests/unit/common/BrowserDetection/DetectedBrowserTest.php | +4 | −2 | Go to diff View file |