stable
Clone or download
Read-only
Part of story #10678 define a query for title and description semantics Both in trackers and cross-trackers, you should be able to run the following queries: `@title = '123'` `@description = '3.14159a'`. Change-Id: I56554f33fd34118f5637a6647e3b30bdf7cfe823
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidSemantic/ComparisonChecker.php | +1 | −27 | Go to diff View file |
D | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidSemantic/ToDateComparisonComparisonException.php | +0 | −35 | Go to diff View file |
D | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidSemantic/ToFloatComparisonException.php | +0 | −37 | Go to diff View file |
D | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/InvalidSemantic/ToIntComparisonException.php | +0 | −37 | Go to diff View file |
M | plugins/crosstracker/include/autoload.php | +2 | −5 | Go to diff View file |
D | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/Comment/CommentToFloatComparisonException.php | +0 | −36 | Go to diff View file |
D | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/Comment/CommentToIntComparisonException.php | +0 | −36 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/Comment/CommentToMySelfComparisonException.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/Comment/CommentToNowComparisonException.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/EqualComparisonChecker.php | +5 | −42 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/ICheckMetadataForAComparison.php | +6 | −0 | Go to diff View file |
R | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/Comment/CommentToDateComparisonException.php | Go to diff View file | ||
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/NotEqualComparisonChecker.php | +3 | −40 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidSearchableCollectorVisitor.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +5 | −7 | Go to diff View file |