stable

Clone or download

Read-only

Rename ReadOnly to Frozen

This change is part of request #13216 This change does not bring any new functionality, it is a renaming of the read only postaction to frozen in order to remove any ambiguity with already existing read only fields. Change-Id: I0ff5f1032bfd2736688ef3a47d541d41613ca602

Modified Files

Name
M plugins/timetracking/include/Timetracking/REST/v1/ProjectResource.php +6 −6 Go to diff View file
M plugins/tracker/db/install.sql +4 −4 Go to diff View file
A plugins/tracker/db/mysql/updates/2019/201904181800_rename_postaction_readonly_tables.php +58 −0 Go to diff View file
M plugins/tracker/db/uninstall.sql +2 −2 Go to diff View file
M plugins/tracker/include/REST/PermissionsExporter.php +4 −4 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +6 −6 Go to diff View file
M plugins/tracker/include/REST/v1/ProjectTrackersResource.class.php +6 −6 Go to diff View file
M plugins/tracker/include/REST/v1/TrackersResource.class.php +9 −9 Go to diff View file
R plugins/tracker/include/REST/v1/Workflow/PostAction/ReadOnlyFieldsRepresentation.php Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/PostActionsRepresentationBuilder.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +13 −13 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +10 −10 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +6 −6 Go to diff View file
R plugins/tracker/include/Workflow/PostAction/ReadOnly/ReadOnlyFieldDetector.php Go to diff View file
R plugins/tracker/include/Workflow/PostAction/ReadOnly/ReadOnlyFields.php Go to diff View file
R plugins/tracker/include/Workflow/PostAction/ReadOnly/ReadOnlyDao.php Go to diff View file
R plugins/tracker/include/Workflow/PostAction/ReadOnly/ReadOnlyFieldsFactory.php Go to diff View file
R plugins/tracker/include/Workflow/PostAction/ReadOnly/ReadOnlyFieldsRetriever.php Go to diff View file
R plugins/tracker/include/Workflow/PostAction/ReadOnly/NoReadOnlyFieldsPostActionException.php Go to diff View file
M plugins/tracker/include/Workflow/PostAction/PostActionsRetriever.php +14 −13 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Transition_PostActionFactory.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Visitor.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/TransitionReplicatorBuilder.php +3 −3 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowFactory.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowUpdateChecker.php +6 −6 Go to diff View file
M plugins/tracker/include/Workflow/Workflow_TransitionDao.class.php +7 −7 Go to diff View file
M plugins/tracker/phpunit/REST/PermissionsExporterTest.php +11 −11 Go to diff View file
R plugins/tracker/phpunit/Tracker/Workflow/PostAction/ReadOnly/ReadOnlyFieldDetectorTest.php Go to diff View file
R plugins/tracker/phpunit/Tracker/Workflow/PostAction/ReadOnly/ReadOnlyFieldsFactoryTest.php Go to diff View file
R plugins/tracker/phpunit/Tracker/Workflow/PostAction/ReadOnly/ReadOnlyFieldsRetrieverTest.php Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/WorkflowUpdateCheckerTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/Tracker_RulesManagerTest.php +31 −31 Go to diff View file
M plugins/tracker/tests/workflow/WorkflowFactoryTest.php +4 −4 Go to diff View file