stable
Clone or download
Read-only
Merge commit 'refs/changes/11/6911/10' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #9585: system events pane in admin homepage Change-Id: Ief0ed7c224c78f1e9054bc4a595b45f34a57cded
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/site-content/en_US/git.tab | +2 | −2 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +2 | −2 | Go to diff View file |
M | plugins/git/www/themes/BurningParrot/css/_git.scss | +2 | −0 | Go to diff View file |
M | plugins/statistics/site-content/en_US/statistics.tab | +1 | −1 | Go to diff View file |
M | plugins/statistics/site-content/fr_FR/statistics.tab | +1 | −1 | Go to diff View file |
M | site-content/en_US/admin/admin.tab | +14 | −4 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +15 | −5 | Go to diff View file |
A | src/common/admin/SystemEventsPanePresenter.php | +38 | −0 | Go to diff View file |
A | src/common/admin/SystemEventsPanePresenterBuilder.php | +107 | −0 | Go to diff View file |
A | src/common/admin/SystemEventsPaneSectionPresenter.php | +74 | −0 | Go to diff View file |
M | src/common/autoload.php | +5 | −2 | Go to diff View file |
M | src/common/dao/SystemEventDao.class.php | +14 | −0 | Go to diff View file |
A | src/templates/admin/system_events/homepage_pane.mustache | +58 | −0 | Go to diff View file |
M | src/www/admin/index.php | +23 | −4 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin-homepage.scss | +95 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin-sidebar.scss | +1 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_buttons.scss | +2 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_panes.scss | +6 | −0 | Go to diff View file |