stable

Clone or download

Read-only

Introduce !=

This is a part of story #8859 TQL search on date & numeric fields To test: You can use new operator != to search artifacts in expert mode. Change-Id: Id31a944bee5fa674cb8202eb5bc82146c6f78e79

Modified Files

Name
M plugins/tracker/grammar/test_parser.php +1 −1 Go to diff View file
M plugins/tracker/grammar/tql.pegjs +6 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Alphanum.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Float.class.php +37 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Integer.class.php +37 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php +39 −9 Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/NotEqualComparison.php +59 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFieldsCollectorVisitor.php +41 −22 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilderVisitor.php +13 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/SizeValidatorVisitor.php +12 −1 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilderTest.php +4 −4 Go to diff View file