stable

Clone or download

Read-only

Refactoring: rename Comparison to EqualComparison

Part of story #8859: TQL search on date & numeric fields … because the implicit operator is equal. This prepares the field when we will introduce !=, <, >, … operators. Change-Id: I0b11d78d6adbba366551377c482cc97856c5e231

Modified Files

Name
M plugins/tracker/grammar/tql.pegjs +1 −1 Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/Comparison.php Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFieldsCollectorVisitor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilderVisitor.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/SizeValidatorVisitor.php +2 −2 Go to diff View file
M plugins/tracker/include/autoload.php +3 −3 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/Grammar/ParserTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidFieldsCollectorVisitorTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilderTest.php +9 −9 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/SizeValidatorTest.php +3 −3 Go to diff View file