stable
Clone or download
Read-only
This is a part of story #10495 have base cross tracker search widget (step 1) You can choose a project from all the projects you are a member of. Then choose a tracker from this project, then add it to the list of selected trackers for this widget. The list of selected trackers will be saved in a next commit. You can add up to 10 trackers only. You can remove trackers from the list of selected trackers. Change-Id: If57d256803de8aff2255b5a2514b2183dea1d3df
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Widget/ProjectCrossTrackerSearchPresenter.php | +23 | −2 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +23 | −5 | Go to diff View file |
M | plugins/tracker/site-content/tuleap-tracker.pot | +20 | −2 | Go to diff View file |
M | plugins/tracker/templates/widgets/project-cross-tracker-search.mustache | +46 | −6 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/cross-tracker-report.js | +51 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/cross-tracker/src/app/index.js | +37 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/loader-displayer.js | +39 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/project-option.mustache | +5 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/project-selector.js | +95 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/rest-error-displayer.js | +30 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/selected-tracker.mustache | +17 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/tracker-selection-controller.js | +110 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/tracker-selection.js | +29 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/tracker-selector.js | +139 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/package-lock.json | +17 | −6 | Go to diff View file |
M | plugins/tracker/www/scripts/package.json | +5 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/webpack.config.js | +5 | −0 | Go to diff View file |
M | plugins/tracker/www/themes/BurningParrot/css/_tracker.scss | +1 | −0 | Go to diff View file |
A | plugins/tracker/www/themes/BurningParrot/css/includes/_cross-tracker.scss | +78 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/package-lock.json | +1079 | −291 | Go to diff View file |
M | src/www/themes/common/tlp/package.json | +10 | −10 | Go to diff View file |
M | src/www/themes/common/tlp/src/index.fr_FR.js | +1 | −8 | Go to diff View file |
M | src/www/themes/common/tlp/src/js/fetch-wrapper.js | +83 | −5 | Go to diff View file |
M | src/www/themes/common/tlp/src/js/index.js | +5 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_forms.scss | +2 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/webpack.config.js | +3 | −1 | Go to diff View file |