stable
Clone or download
Read-only
Merge commit 'refs/changes/12/10012/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #10706: paginated results and load more button
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/Widget/ProjectCrossTrackerSearchPresenter.php | +1 | −5 | Go to diff View file |
M | plugins/crosstracker/site-content/fr_FR/LC_MESSAGES/tuleap-crosstracker.po | +5 | −5 | Go to diff View file |
M | plugins/crosstracker/site-content/tuleap-crosstracker.pot | +3 | −3 | Go to diff View file |
M | plugins/crosstracker/templates/widgets/project-cross-tracker-search-results.mustache | +6 | −3 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/backend-cross-tracker-report.js | +0 | −10 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/index.js | +44 | −29 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/mode-change-controller.js | +15 | −4 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/query-result-controller.js | +69 | −35 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/reading-mode-controller.js | +19 | −20 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/reading-trackers-controller.js | +6 | −12 | Go to diff View file |
A | plugins/crosstracker/www/scripts/cross-tracker/src/app/report-saved-state.js | +34 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/rest-querier.js | +12 | −10 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/project-selector.js | +6 | −10 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/writing-mode-controller.js | +7 | −1 | Go to diff View file |
M | plugins/crosstracker/www/scripts/package-lock.json | +0 | −5 | Go to diff View file |
M | plugins/crosstracker/www/scripts/package.json | +2 | −3 | Go to diff View file |
M | plugins/crosstracker/www/scripts/webpack.config.js | +23 | −12 | Go to diff View file |
M | plugins/crosstracker/www/themes/BurningParrot/css/_cross-tracker.scss | +0 | −1 | Go to diff View file |