stable
Clone or download
Read-only
This is a part of story #8858 query tracker with expressions To test: When you save a report you should see the correct report. Change-Id: Ie49eb12f101937b09dbe33cd7ec6123b5ce11a8e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +1 | −0 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2016/201612161050_add_is_in_expert_mode_column.php | +49 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/RenderersGraphDao.class.php | +2 | −2 | 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/Tracker_Report.class.php | +20 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php | +24 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_REST.class.php | +15 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_SOAP.class.php | +15 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Session.class.php | +0 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_ReportDao.class.php | +21 | −8 | 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 | +2 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker_ReportFactoryTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aTrackerReport.php | +2 | −1 | Go to diff View file |