stable
Clone or download
Read-only
This is a part of story #10495 - have base cross tracker search widget (step 1) To test: You can now select trackers and save. If you reload your page you should see correct trackers displayed. Change-Id: Ibd65af41b39d7c0072264db4190050685a29cec9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/REST/TrackerReference.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/ProjectCrossTrackerSearch.php | +7 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/ProjectCrossTrackerSearchPresenter.php | +27 | −8 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +19 | −1 | Go to diff View file |
M | plugins/tracker/site-content/tuleap-tracker.pot | +18 | −0 | Go to diff View file |
A | plugins/tracker/templates/widgets/project-cross-tracker-search-reading-mode.mustache | +22 | −0 | Go to diff View file |
A | plugins/tracker/templates/widgets/project-cross-tracker-search-writing-mode.mustache | +45 | −0 | Go to diff View file |
M | plugins/tracker/templates/widgets/project-cross-tracker-search.mustache | +11 | −46 | Go to diff View file |
M | plugins/tracker/www/scripts/cross-tracker/src/app/index.js | +47 | −11 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/reading-mode/reading-cross-tracker-report.js | +49 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/reading-mode/reading-mode-controller.js | +92 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/reading-mode/reading-trackers.mustache | +12 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/reading-mode/tracker-loader-controller.js | +175 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/cross-tracker/src/app/rest-error-displayer.js | +4 | −0 | Go to diff View file |
R | plugins/tracker/include/Tracker/CrossTracker/CrossTrackerPresenter.php | Go to diff View file | ||
R | plugins/tracker/www/scripts/cross-tracker/src/app/project-option.mustache | Go to diff View file | ||
R | plugins/tracker/www/scripts/cross-tracker/src/app/project-selector.js | Go to diff View file | ||
R | plugins/tracker/www/scripts/cross-tracker/src/app/selected-tracker.mustache | Go to diff View file | ||
R | plugins/tracker/www/scripts/cross-tracker/src/app/tracker-selection-controller.js | Go to diff View file | ||
R | plugins/tracker/www/scripts/cross-tracker/src/app/tracker-selection.js | Go to diff View file | ||
R | plugins/tracker/www/scripts/cross-tracker/src/app/tracker-selector.js | Go to diff View file | ||
R | plugins/tracker/www/scripts/cross-tracker/src/app/cross-tracker-report.js | Go to diff View file | ||
A | plugins/tracker/www/scripts/cross-tracker/src/app/writing-mode/writing-mode-controller.js | +78 | −0 | Go to diff View file |
M | plugins/tracker/www/themes/BurningParrot/css/includes/_cross-tracker.scss | +79 | −2 | Go to diff View file |