stable

Clone or download

Read-only

Refactoring extract fromWhereBuilder in visitor

Part of story #9882: TQL in follow-up comments No functionnal changes. visitor will visit metadata in next patch Change-Id: I6a01876b81950bf44e4d30825e85120d6e86b3fb

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/ComparisonVisitor.php +2 −1 Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/SearchableVisitor.php +63 −0 Go to diff View file
A plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/SearchableVisitorParameter.php +73 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilderVisitor.php +85 −61 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +3 −1 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilderVisitorTest.php +3 −1 Go to diff View file