stable

Clone or download

Read-only

story #9585: system events pane in admin homepage

+ Fix admin homepage layout Change-Id: Ie48fe14bea0318cc0a09b13d71c2e7ab824ffdd3

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