stable

Clone or download

Read-only

This is a part of story #8858 query tracker with expressions To test: Now when you click on button "search" the expert query is saved in session and when you click on button "save" it is saved in db. Change-Id: Ic9a47a8213cff5d9317cf9cf2899eff32ecee8e9

Modified Files

Name
M plugins/tracker/db/install.sql +1 −0 Go to diff View file
A plugins/tracker/db/mysql/updates/2016/201612201031_add_expert_query_column.php +49 −0 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/ReportsDao.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/TrackerReportExpertModePresenter.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +17 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php +9 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_REST.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_SOAP.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Session.class.php +5 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_ReportDao.class.php +20 −5 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Test.php +25 −23 Go to diff View file
M plugins/tracker/tests/builders/aTrackerReport.php +2 −1 Go to diff View file
M src/templates/report/tracker-report-expert-query.mustache +2 −2 Go to diff View file