Skip to content
  • Andrew Nicols's avatar
    ec2d33df
    MDL-51524 libraries: Update to latest version of html2text · ec2d33df
    Andrew Nicols authored
    We were previously using an ancient version of html2text from RoundCube
    with many customisations.
    
    This patchset moves to the version included in the latest version of
    HTML2Text, and wraps the library in a moodle-provided class. This
    moves all previous hacks away from that class.
    
    Unfortunately, two hacks still remain - two of the functions in the
    RoundCube class are private, and must be modified to protected in order to
    use the class effectively.
    ec2d33df
    MDL-51524 libraries: Update to latest version of html2text
    Andrew Nicols authored
    We were previously using an ancient version of html2text from RoundCube
    with many customisations.
    
    This patchset moves to the version included in the latest version of
    HTML2Text, and wraps the library in a moodle-provided class. This
    moves all previous hacks away from that class.
    
    Unfortunately, two hacks still remain - two of the functions in the
    RoundCube class are private, and must be modified to protected in order to
    use the class effectively.
Loading