stable

Clone or download

Read-only

Display system events in a pane

story #9588: Get rid of Bootstrap in site admin / utilities + system events widget for My personal page (only site admins) is displayed with FlamingParrot/legacy stuff, not BurningParrot. Notification pane will be done in a next commit. Queue in filter instead of tabs will be done in a next commit. Change-Id: I587e0265784f62c3288efafbb564c357862762b3

Modified Files

Name
M site-content/en_US/admin/admin.tab +32 −1 Go to diff View file
M site-content/fr_FR/admin/admin.tab +32 −1 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/system_event/SystemEvent.class.php +33 −5 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +26 −123 Go to diff View file
A src/common/system_event/SystemEventPresenter.php +108 −0 Go to diff View file
A src/common/system_event/SystemEventSearchPresenter.php +86 −0 Go to diff View file
M src/common/widget/Widget_MySystemEvent.class.php +6 −5 Go to diff View file
M src/templates/admin/system_events/admin-system-events.mustache +127 −34 Go to diff View file
A src/templates/admin/system_events/modal-details-system-event.mustache +99 −0 Go to diff View file
M src/www/admin/system_events/adminPresenter.class.php +54 −35 Go to diff View file
M src/www/admin/system_events/index.php +44 −55 Go to diff View file
A src/www/scripts/admin/system-events.js +30 −0 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_siteadmin-system-events.scss +71 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin.scss +1 −0 Go to diff View file