stable
Clone or download
Read-only
This is a part of story #10495 - have base cross tracker search widget (step 1) In order to ease review for now the results are only loaded at first page display. Users are not clickable yet, and displayed date is not formatted. Will be done in dedicated commit. If you click on save report or if you update your tracker list, results won't refresh, these points will be done in dedicated commit Change-Id: I165a407fa650dfca088facabd69fff0aa5199b84
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Widget/ProjectCrossTrackerSearchPresenter.php | +24 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +27 | −0 | Go to diff View file |
M | plugins/tracker/site-content/tuleap-tracker.pot | +27 | −0 | Go to diff View file |
A | plugins/tracker/templates/widgets/project-cross-tracker-search-results.mustache | +27 | −0 | Go to diff View file |
M | plugins/tracker/templates/widgets/project-cross-tracker-search.mustache | +1 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/cross-tracker/src/app/index.js | +7 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/query-result-loader.js | +37 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/query-result-rows.mustache | +16 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/cross-tracker/src/app/tracker-query-loader-controller.js | +86 | −0 | Go to diff View file |
M | plugins/tracker/www/themes/BurningParrot/css/includes/_cross-tracker.scss | +11 | −0 | Go to diff View file |