stable
Clone or download
Read-only
This is part of story #10678 define a query for title and description semantics How to test: In Tracker report expert mode, you can write a query, autocomplete, select a field and use keyboard shortcuts. Change-Id: I24f9446cb6cdfc4974896728d3a1ead04af587e5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/build-manifest.json | +1 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderRenderer.php | +5 | −1 | Go to diff View file |
D | plugins/tracker/package-lock.json | +0 | −13 | Go to diff View file |
D | plugins/tracker/package.json | +0 | −17 | Go to diff View file |
D | plugins/tracker/www/scripts/TrackerReportExpertMode.js | +0 | −250 | Go to diff View file |
A | plugins/tracker/www/scripts/package-lock.json | +3217 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/package.json | +24 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/report/TQL-CodeMirror/allowed-field-inserter.js | +57 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/report/TQL-CodeMirror/autocompleter.js | +57 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/report/TQL-CodeMirror/builder.js | +56 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/report/TQL-CodeMirror/configuration.js | +81 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/report/expert-mode.js | +129 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/report/index.js | +24 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/webpack.config.js | +68 | −0 | Go to diff View file |
M | plugins/tracker/www/themes/default/css/style.scss | +2 | −2 | Go to diff View file |