stable

Clone or download

Read-only

story #11096: Style overview tab

Go to agiledashboard ยป milestone ยป overview. The page is displayed in BurningParrot. Change-Id: I1afe4efe9a7183794c6ea174bf5cdac716df29f6

Modified Files

Name
M plugins/agiledashboard/build-manifest.json +25 โˆ’12 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php +2 โˆ’2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupFieldRetriever.php +5 โˆ’0 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +28 โˆ’9 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +22 โˆ’3 Go to diff View file
M plugins/agiledashboard/templates/formelement/burnup-field.mustache +1 โˆ’1 Go to diff View file
D plugins/agiledashboard/templates/pane-details-charts.mustache +0 โˆ’16 Go to diff View file
D plugins/agiledashboard/templates/pane-details-inconsistentitems.mustache +0 โˆ’10 Go to diff View file
M plugins/agiledashboard/templates/pane-details-items-list.mustache +63 โˆ’45 Go to diff View file
M plugins/agiledashboard/templates/pane-details.mustache +33 โˆ’4 Go to diff View file
A plugins/agiledashboard/templates/pane-list-flaming-parrot.mustache +17 โˆ’0 Go to diff View file
M plugins/agiledashboard/templates/pane-list.mustache +9 โˆ’13 Go to diff View file
A plugins/agiledashboard/templates/show-flaming-parrot.mustache +21 โˆ’0 Go to diff View file
M plugins/agiledashboard/templates/show.mustache +27 โˆ’18 Go to diff View file
M plugins/agiledashboard/www/js/burnup-chart/burnup-chart.scss +21 โˆ’1 Go to diff View file
A plugins/agiledashboard/www/js/overview.js +29 โˆ’0 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +41 โˆ’3 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss +9 โˆ’9 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/_scrum.scss +28 โˆ’0 Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/style-green.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/style-grey-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/style-orange-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/style-purple-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/style-red-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/style-red.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/includes/_add-to-dashboard.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/includes/_diagram.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/includes/_edit-kanban.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/includes/_filter.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/includes/_highlight.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/includes/_kanban-item-card-fields.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/includes/_kanban-item-moves.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/includes/_kanban-item-transit.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/includes/_kanban-item.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/includes/_reports-modal.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/includes/_socket.scss Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/scrum-blue-condensed.scss +24 โˆ’0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/scrum-blue.scss +24 โˆ’0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/scrum-green-condensed.scss +24 โˆ’0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/scrum-green.scss +24 โˆ’0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/scrum-grey-condensed.scss +24 โˆ’0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/scrum-grey.scss +24 โˆ’0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/scrum-orange-condensed.scss +24 โˆ’0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/scrum-orange.scss +24 โˆ’0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/scrum-purple-condensed.scss +24 โˆ’0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/scrum-purple.scss +24 โˆ’0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/scrum-red-condensed.scss +24 โˆ’0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/scrum-red.scss +24 โˆ’0 Go to diff View file
R plugins/agiledashboard/www/themes/default/css/_milestone-details.scss Go to diff View file
M plugins/agiledashboard/www/themes/default/css/style.scss +0 โˆ’2 Go to diff View file
M plugins/tracker/build-manifest.json +3 โˆ’1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +2 โˆ’2 Go to diff View file
M plugins/tracker/templates/burndown-field.mustache +1 โˆ’1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_BurndownTest.php +9 โˆ’1 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/burndown-chart.scss +20 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/structure/layout/complex/example.html +8 โˆ’6 Go to diff View file
M src/www/themes/common/tlp/doc/resources/structure/tabs/example.html +3 โˆ’1 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_tabs.scss +6 โˆ’1 Go to diff View file