stable

Clone or download

Read-only

Removing computed field values

part of story #9850 only use fast compute mode for computed fields This is a first step for total slow compute removal by: - call only fast compute mode (but keeping slow compute mode avaiable easilly) - remove all warnings linked to deprecation - remove link to deprecation monitor panel in site administration (panel stil avaiaible with link tracker/config.php?action=deprecation) Dead code will be removed in next release. Change-Id: Ic481a62736364f877de449827ada39e6cb582135

Modified Files

Name
M plugins/tracker/include/Tracker/Config/SectionsPresenter.php +1 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderRenderer.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +0 −49 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +0 −34 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +0 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +0 −1 Go to diff View file
M plugins/tracker/templates/siteadmin-config/deprecation.mustache +0 −1 Go to diff View file
M plugins/tracker/templates/siteadmin-config/emailgateway.mustache +0 −1 Go to diff View file
M plugins/tracker/templates/siteadmin-config/natures.mustache +0 −1 Go to diff View file
M plugins/tracker/templates/siteadmin-config/tracker-report-config.mustache +0 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ComputedTest.php +0 −11 Go to diff View file
M tests/rest/ArtifactsTest.php +0 −3 Go to diff View file