Changes#

1.0.0a5 (2025-10-10)#

Feature#

  • Added to settings.config the keys prepare_data_location and reports_location. @ericof

  • Implement a 'drop by path' report. @ericof

Internal#

  • Added attributes to PloneItem typed dict. @ericof

1.0.0a4 (2025-10-07)#

Feature#

  • Add workflow name to the PipelineItemReport. @ericof #36

  • Implement a step to filter pipeline items by date. @ericof

  • Rewrite one_state_workflow history to simple_publication_workflow. @ericof

1.0.0a3 (2025-10-04)#

Feature#

  • Upgrade collective.html2blocks to version 1.0.0a3. @ericof

Bugfix#

  • Corretly set the b_size for a Listing block from a Collection. @ericof

  • Filtering of "default_page", "ordering", "local_roles" should be done by inspecting state.seen, not state.uids. @ericof

Internal#

  • Update vscode settings. @ericof

1.0.0a2 (2025-09-25)#

Feature#

  • Add new columns (status, src_level, dst_level) to the path report. @ericof

  • Refactor report generation during pipeline run and allow users to register their own reports to be run. @ericof

  • Support steps to be run before the pipeline to prepare settings and state. @ericof

Bugfix#

  • Fix collective.transmute.pipeline.pipeline._add_to_drop logic. @ericof #26

  • Handle paths with encoded spaces in collective.transmute.steps.ids.process_ids. @ericof #29

  • Fix issue with transmute not dropping items because of a bug in _add_to_drop. @ericof #31

  • Fix 'collective.transmute.steps.portal_type.process_type' handling of path.portal_type mapping. @ericof

  • Handle content id ending in _ @ericof

  • Support rewriting path prefixes for content items. @ericof

1.0.0a1 (2025-09-16)#

Feature#

  • Generate a redirects.json file. @ericof, @jnptk #23

  • Initial implementation of collective.transmute [@ericof]

  • Use collective.html2blocks version 1.0.0a2. @ericof

Bugfix#

  • Fix Topics ordering not being migrated. @ericof #9

Internal#

  • Implement GHA workflows. @ericof

Documentation#