stable

Clone or download

Read-only

story #7584: filter the cards on kanban

+ whitelist animatable elements for performance reasons Change-Id: I7cb9c6682429a43ac79e7df3f4ab883ff5d7771f

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/po/fr.po +4 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +4 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-config.js +4 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +41 −13 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/highlight/highlight-filter.js +42 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/highlight/highlight-filter.spec.js +69 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/highlight/highlight.less +7 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/in-properties-filter/in-properties-filter.js +87 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/in-properties-filter/in-properties-filter.spec.js +136 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/card-fields-service.js +21 −15 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html +10 −10 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.less +30 −8 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +19 −10 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/less/main.less +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.class.php +23 −16 Go to diff View file
M tests/rest/ArtifactsTest.php +2 −1 Go to diff View file