stable

Clone or download

Read-only

Refactoring: do not pollute Grammar namespace

Part of story #8859: TQL search on date & numeric fields We should keep the grammar stuff (Parser and its output) under Grammar namespace. The others are moved elsewhere. No functional changes. Change-Id: I8eacbc57b9eccd0dd8e17a9bc9f37e9aac562526

Modified Files

Name
M plugins/tracker/include/REST/v1/TrackersResource.class.php +3 −4 Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/FieldsAreNotSupportedException.php Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/FieldsDoNotExistException.php Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/FromWhereCollector.php Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/InvalidFieldsCollection.php Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/InvalidFieldsCollectorParameters.php Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/InvalidFieldsCollectorVisitor.php Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/LimitSizeIsExceededException.php Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/QueryBuilderParameters.php Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/QueryBuilderVisitor.php Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/SizeValidatorParameters.php Go to diff View file
R plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/SizeValidatorVisitor.php Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +9 −9 Go to diff View file
M plugins/tracker/include/autoload.php +13 −13 Go to diff View file
R plugins/tracker/tests/Tracker/Report/Query/Advanced/Grammar/InvalidFieldsCollectorVisitorTest.php Go to diff View file
R plugins/tracker/tests/Tracker/Report/Query/Advanced/Grammar/QueryBuilderTest.php Go to diff View file
R plugins/tracker/tests/Tracker/Report/Query/Advanced/Grammar/SizeValidatorTest.php Go to diff View file