stable

Clone or download

Read-only

Refacto: Get the values in BETWEEN() in a dedicated object

This is a part of story #8859 TQL search on date & numeric fields So that we don't repeat ourselves. The scope in only for dates for now to validate the approach. Change-Id: I80b79700e763e996244ebf8337410ab701ef804e

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/BetweenComparisonVisitor.php +10 −4 Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/Date/BetweenDateValuesExtractor.php +67 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/Date/DateFieldBetweenValueChecker.php +9 −29 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/Date/DateTimeFieldBetweenValueChecker.php +9 −29 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file