Skip to content

ISTWCMS-5513: Added a UwContentTransform to contain transformation methods to...

MR covers: ISTWCMS-5513 and ISTWCMS-6115

  • Added a UwContentTransform to contain transformation methods to be performed before migration processing.
  • Added method to fix encoding and formatting HTML accordingly using DOMDocument + tidy.
  • Added PHPUnit tests.
  • Removed Html::decodeEntities from UwContentParser::normalize as this is being done on the new UwContentTransform

Note: Use of Chain of Responsibilities pattern thinking of code that is coming up soon. Transformers for expand/collapse and fix clearfix structure.

Edited by Carol Pettirossi

Merge request reports