stable
Clone or download
Read-only
This is part of request #10799 Migrate cross tracker widget in vuejs In this commit, only the templating and translation of the results table of the widget is done in VueJs. No functional changes. Change-Id: I66a842c3cc9a9d542f85008b9a3f1c35290b6809
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/Widget/ProjectCrossTrackerSearch.php | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Widget/ProjectCrossTrackerSearchPresenter.php | +0 | −15 | Go to diff View file |
M | plugins/crosstracker/site-content/fr_FR/LC_MESSAGES/tuleap-crosstracker.po | +4 | −26 | Go to diff View file |
M | plugins/crosstracker/site-content/tuleap-crosstracker.pot | +0 | −24 | Go to diff View file |
D | plugins/crosstracker/templates/widgets/project-cross-tracker-search-results.mustache | +0 | −33 | Go to diff View file |
M | plugins/crosstracker/templates/widgets/project-cross-tracker-search.mustache | +4 | −1 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/po/fr.po | +21 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/po/template.pot | +21 | −0 | Go to diff View file |
A | plugins/crosstracker/www/scripts/cross-tracker/src/app/ArtifactTableRenderer.vue | +53 | −0 | Go to diff View file |
A | plugins/crosstracker/www/scripts/cross-tracker/src/app/gettext-provider.js | +8 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/index.js | +10 | −5 | Go to diff View file |
M | plugins/crosstracker/www/scripts/package-lock.json | +337 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/package.json | +4 | −1 | Go to diff View file |
M | plugins/crosstracker/www/scripts/webpack.config.js | +17 | −1 | Go to diff View file |