stable
Clone or download
Read-only
Part of story #9882: TQL in follow-up comments In a report if you use @comment with any operator, an error indicates that @comment is not supported for comparison Change-Id: Ia6d6e3aad355b6dcae6dc232bad4f8753447292f
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/BetweenComparisonChecker.php | +33 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/EqualComparisonChecker.php | +33 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/GreaterThanComparisonChecker.php | +33 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/GreaterThanOrEqualComparisonChecker.php | +33 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/ICheckMetadataForAComparison.php | +28 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/InComparisonChecker.php | +33 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/InvalidMetadataForComparisonException.php | +37 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/LesserThanComparisonChecker.php | +33 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/LesserThanOrEqualComparisonChecker.php | +33 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/NotEqualComparisonChecker.php | +33 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidMetadata/NotInComparisonChecker.php | +33 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidSearchablesCollectorVisitor.php | +139 | −37 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/RealInvalidSearchableCollectorParameters.php | +14 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/RealInvalidSearchableCollectorVisitor.php | +8 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +10 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +13 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidSearchablesCollectorVisitorTest.php | +20 | −2 | Go to diff View file |