stable
Clone or download
Read-only
This is part of story #8858: query tracker with expressions To test: npm install npm run build at tuleap root The expert mode query textarea should be a CodeMirror instance with basic highlighting for text strings, AND / OR and numbers Change-Id: I9bf731cebcd96d95a1e4b149e740e76eea220fa3
Modified Files
Name | ||||
---|---|---|---|---|
M | gulpfile.js | +18 | −40 | Go to diff View file |
M | package.json | +13 | −10 | Go to diff View file |
M | plugins/tracker/build-manifest.json | +2 | −0 | Go to diff View file |
M | plugins/tracker/grammar/package.json | +7 | −0 | Go to diff View file |
A | plugins/tracker/package.json | +17 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerReportExpertMode.js | +64 | −7 | Go to diff View file |
M | plugins/tracker/www/themes/default/css/style.scss | +7 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/package.json | +2 | −1 | Go to diff View file |
M | tools/utils/tuleap-gulp-build.js | +80 | −15 | Go to diff View file |