stable

Clone or download

Read-only

Merge commit 'refs/changes/87/10487/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #11096: Style overview tab Change-Id: I9f3e39d203daf840013b6360cf13bf8c6bc52be6

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