stable

Clone or download

Read-only

Remove unused deprecation computed field logic

request #10483 remove dead code from computed fields Given that all computed fields only use fast compute mode (done in november) it's time to remove all dead code. This commit deletes all dead code relative to deprecation panel and warnings for this. Note if you have a computed field which is not migrated you still will have warning and buttons to migrate it. If you want to add a legacy computed field you will have to update the target_field_name of tracker_field_computed table. Change-Id: I4c893a924b5ff48ee5f0f8f34514c26905760646

Modified Files

Name
M plugins/tracker/include/Tracker/Config/ConfigRouter.php +1 −9 Go to diff View file
M plugins/tracker/include/Tracker/Config/SectionsPresenter.php +0 −2 Go to diff View file
D plugins/tracker/include/Tracker/Deprecation/Dao.php +0 −101 Go to diff View file
D plugins/tracker/include/Tracker/Deprecation/DeprecatedField.php +0 −65 Go to diff View file
D plugins/tracker/include/Tracker/Deprecation/DeprecationController.php +0 −65 Go to diff View file
D plugins/tracker/include/Tracker/Deprecation/DeprecationPresenter.php +0 −85 Go to diff View file
D plugins/tracker/include/Tracker/Deprecation/DeprecationRetriever.php +0 −103 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +12 −101 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +0 −37 Go to diff View file
M plugins/tracker/include/autoload.php +2 −7 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +0 −10 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +0 −10 Go to diff View file
D plugins/tracker/templates/siteadmin-config/deprecation.mustache +0 −56 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ComputedTest.php +11 −75 Go to diff View file
M plugins/tracker/www/config.php +1 −13 Go to diff View file