stable
Clone or download
Read-only
Part of story #10678 define a query for title and description semantics The report's current mode is now entirely handled by CrossTrackerWidget component How to test: - No functional change expected on cross-tracker widget(s) Change-Id: Ifef56f9740dd94fa58fc5b38788576f9d9660030
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/Widget/ProjectCrossTrackerSearchPresenter.php | +0 | −13 | Go to diff View file |
M | plugins/crosstracker/site-content/fr_FR/LC_MESSAGES/tuleap-crosstracker.po | +3 | −21 | Go to diff View file |
M | plugins/crosstracker/site-content/tuleap-crosstracker.pot | +0 | −18 | Go to diff View file |
D | plugins/crosstracker/templates/widgets/project-cross-tracker-search-writing-mode.mustache | +0 | −28 | Go to diff View file |
M | plugins/crosstracker/templates/widgets/project-cross-tracker-search.mustache | +0 | −3 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/po/fr.po | +12 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/po/template.pot | +12 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/ArtifactTableRenderer.vue | +6 | −1 | Go to diff View file |
A | plugins/crosstracker/www/scripts/cross-tracker/src/app/CrossTrackerWidget.spec.js | +149 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/CrossTrackerWidget.vue | +76 | −9 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/app.spec.js | +1 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/index.js | +30 | −68 | Go to diff View file |
D | plugins/crosstracker/www/scripts/cross-tracker/src/app/mode-change-controller.js | +0 | −76 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/query-result-controller.js | +7 | −8 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/ReadingMode.spec.js | +12 | −20 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/ReadingMode.vue | +20 | −7 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/reading-mode-controller.js | +11 | −28 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/user.js | +2 | −8 | Go to diff View file |
A | plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/WritingMode.vue | +65 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/project-selector.js | +9 | −17 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/tracker-selection-controller.js | +10 | −10 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/tracker-selection-loader-displayer.js | +5 | −1 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/tracker-selector.js | +10 | −9 | Go to diff View file |
D | plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/writing-mode-controller.js | +0 | −65 | Go to diff View file |
M | plugins/crosstracker/www/themes/BurningParrot/css/_cross-tracker.scss | +4 | −154 | Go to diff View file |
R | plugins/crosstracker/www/scripts/cross-tracker/src/app/report-mode.js | Go to diff View file | ||
A | plugins/crosstracker/www/themes/BurningParrot/css/_reading-mode.scss | +86 | −0 | Go to diff View file |
A | plugins/crosstracker/www/themes/BurningParrot/css/_writing-mode.scss | +90 | −0 | Go to diff View file |