stable

Clone or download

Read-only

Refactoring: DRY building of AND/OR queries

Part of story #10678 define a query for title and description semantics No functional changes. This is a first commit in a series of refactoring steps in order to be able to have multiple @description comparisons in one tql query. Change-Id: Ib173649dfeea4578d17d99b3d174d12e19c517a1

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilderVisitor.php +4 −9 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilderVisitor.php +4 −9 Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/AndFromWhere.php +54 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/FromWhere.php +0 −5 Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/OrFromWhere.php +54 −0 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file