stable

Clone or download

Read-only

Numeric is allowed and returns a FrowWhere

This is a part of story #8859 TQL search on date & numeric fields To test: You can now search artifacts using numerics in expert mode. Change-Id: I8e176ba22298e5a8d83f1157f30c2c6117d6fbec

Modified Files

Name
M plugins/tracker/grammar/test_parser.php +1 −1 Go to diff View file
M plugins/tracker/grammar/tql.pegjs +4 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +13 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Float.class.php +18 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Integer.class.php +18 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFieldsCollectorVisitor.php +4 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilderTest.php +38 −7 Go to diff View file