-
Task
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Removal of the consistency/engine-state and consistency/start-report pipelines. Those functionnalites are now coded in callable methods within the Avalon component ContentConsistencyHelper. The associated pipelines, generator and action have been removed as well.
Removal of the pipeline archives/schedule/get-date, the functionnality is now a callable coded in ScheduledArchivingClientSideElement
The following pipelines should be also migrated:
pipeline_cleaning10
Gathers patches 4 to 10.
The addContentType and removeContentType methods from the ContentTypeActions.i18n.js are now using the same callable method. The 2 pipelines and the action used before have been removed.
pipeline_cleaning9 :
Gathers patches 4 to 9.
SelectContentBySearch now uses a callable method instead of a pipeline.
pipeline_cleaning8
This patch gathers all the modifications made from the 4th patch up to this one. It has migrated the ServerComm.send of the SearchTool to a Callable method. The associated pipeline and action have been removed.
pipeline_cleaning7
This patch adds the migration of the 2 pipelines : "duplication/create/* " and "duplication/edit/* " to 2 callable methods in CreateContentByCopy and EditContentByCopy respectively. The associated actions and pipelines have been removed.
pipeline_cleaning6
This patch gathers several operations used in the "Parameter files" tab in one ClientSideElement ( ParametersClientSideElement ). The associated actions and pipelines have been removed.
This patch contains only the modifications made for the "Parameter files" tab, I made the mistake of unchecking the files that were patched with pipeline_cleaning4 and pipeline_cleaning5 when i generated the patch. (again..)
pipeline_cleaning_improved_naming
this patch renames classes and methods for the "see user's rights" functionnality
The patch "pipeline_cleaning_comments" also contains the migration of the content consistency functionnalities to callable methods.
The actions and pipelines implementing the edition, validation, invalidation or deletion of a comment have been migrated to CommentClientSideElement. However, the pipeline comments/list.xml is used in the project Runtime so the generator hasn't been removed.