stable
Clone or download
Read-only
story #10353: Migrate Kanban to BurningParrot first step
Change-Id: Ia1ce823430aecb02d9e277c095473c7a5a0bd01c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/build-manifest.json | +26 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +23 | −11 | Go to diff View file |
M | plugins/agiledashboard/templates/kanban.mustache | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/gulpfile.js | +1 | −25 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/karma.conf.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/package-lock.json | +2601 | −843 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/package.json | +0 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/add-in-place/add-in-place.tpl.html | +10 | −9 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-config.js | +2 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +2 | −10 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.spec.js | +0 | −8 | Go to diff View file |
D | plugins/agiledashboard/www/js/kanban/src/app/app-resize-directive.js | +0 | −225 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app.js | +0 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/column-collection-service.js | +0 | −4 | Go to diff View file |
D | plugins/agiledashboard/www/js/kanban/src/app/kanban-column/_kanban-column.scss | +0 | −101 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-column/kanban-column.tpl.html | +23 | −28 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html | +9 | −19 | Go to diff View file |
D | plugins/agiledashboard/www/js/kanban/src/app/kanban.scss | +0 | −483 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html | +148 | −161 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/tlp-mock.spec.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/wip-popover/wip-popover-directive.js | +5 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/wip-popover/wip-popover.tpl.html | +19 | −8 | Go to diff View file |
D | plugins/agiledashboard/www/js/kanban/src/assets/column-empty-drop-default.png | +- | −- | Go to diff View file |
D | plugins/agiledashboard/www/js/kanban/src/assets/column-empty.png | +- | −- | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/webpack.config.js | +3 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss | +400 | −0 | Go to diff View file |
R | plugins/agiledashboard/www/js/kanban/src/app/card-fields/_card-fields.scss | Go to diff View file | ||
R | plugins/agiledashboard/www/js/kanban/src/app/reports-modal/_diagram.scss | Go to diff View file | ||
R | plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/_edit-kanban.scss | Go to diff View file | ||
R | plugins/agiledashboard/www/js/kanban/src/app/highlight-filter/_highlight.scss | Go to diff View file | ||
R | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/_kanban-item.scss | Go to diff View file | ||
R | plugins/agiledashboard/www/js/kanban/src/app/reports-modal/_reports-modal.scss | Go to diff View file | ||
R | plugins/agiledashboard/www/js/kanban/src/app/socket/_socket.scss | Go to diff View file | ||
R | plugins/agiledashboard/www/js/resize-content.js | Go to diff View file | ||
A | plugins/agiledashboard/www/themes/BurningParrot/css/style-blue.scss | +24 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/style-green-condensed.scss | +24 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/style-green.scss | +24 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/style-grey-condensed.scss | +24 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/style-grey.scss | +24 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/style-orange-condensed.scss | +24 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/style-orange.scss | +24 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/style-purple-condensed.scss | +24 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/style-purple.scss | +24 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/style-red-condensed.scss | +24 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/style-red.scss | +24 | −0 | Go to diff View file |
D | plugins/agiledashboard/www/themes/default/images/column-empty-drop-blue.png | +- | −- | Go to diff View file |
D | plugins/agiledashboard/www/themes/default/images/column-empty-drop-bluegrey.png | +- | −- | Go to diff View file |
D | plugins/agiledashboard/www/themes/default/images/column-empty-drop-dark-orange.png | +- | −- | Go to diff View file |
D | plugins/agiledashboard/www/themes/default/images/column-empty-drop-green.png | +- | −- | Go to diff View file |
D | plugins/agiledashboard/www/themes/default/images/column-empty-drop-orange.png | +- | −- | Go to diff View file |
D | plugins/agiledashboard/www/themes/default/images/column-empty-drop-purple.png | +- | −- | Go to diff View file |
D | plugins/agiledashboard/www/themes/default/images/column-empty-drop-red.png | +- | −- | Go to diff View file |
D | plugins/agiledashboard/www/themes/default/images/column-empty.png | +- | −- | Go to diff View file |
M | src/common/include/BurningParrotCompatiblePageDetector.php | +10 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_forms.scss | +6 | −6 | Go to diff View file |