Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync LO core xhtml filter as of 2023-05 #46

Merged
merged 7 commits into from
May 3, 2023
Merged

Commits on May 3, 2023

  1. tdf#145361 fix XSLT for older libxslt

    regression from
        commit 3eb870f0843a00042ca7dd89837fbe0cc6f918c2
        Author: Noel <noel.grandin@collabora.co.uk>
        Date:   Fri Feb 26 12:45:19 2021 +0200
        fix xhtml list export in other locales
    where I used 'replace' which is not available on older libxslt, so
    switch to 'translate' which works just as well here, and is available
    
    Change-Id: Idd1224e23c0d48956d94b6fc2c2a7b1afa05fa0c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124435
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
    Noel Grandin authored and mistmist committed May 3, 2023
    Configuration menu
    Copy the full SHA
    794e618 View commit details
    Browse the repository at this point in the history
  2. tdf#146264: Add a somewhat questionable hack to fix the issue

    Seems to work but probably has unintended side-effects.
    
    Change-Id: I33c6c78757d84fbb59176788a28645691f87b781
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127683
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <tml@collabora.com>
    Tor Lillqvist authored and mistmist committed May 3, 2023
    Configuration menu
    Copy the full SHA
    981575a View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Change-Id: I55558e5252c238be2417d370040760ed9c450a4f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137641
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
    Gelma authored and mistmist committed May 3, 2023
    Configuration menu
    Copy the full SHA
    50c8b06 View commit details
    Browse the repository at this point in the history
  4. tdf#153839: add newline after certain tags

    Add newline after certain tags in head section and paragraphs, to make generated xhtml easier to read.
    
    Change-Id: I9562ef48d9dd1283110be4a45527616dce186681
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148026
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
    fweng322 authored and mistmist committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2fcc30f View commit details
    Browse the repository at this point in the history
  5. tdf#153839 : Further handling for adding newlines

    before and after some tags as described in comment 7
    
    Change-Id: I6e2a6559a888d259c6d1cc848fad7d39a1ab653b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149280
    Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org>
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
    fweng322 authored and mistmist committed May 3, 2023
    Configuration menu
    Copy the full SHA
    cc842a7 View commit details
    Browse the repository at this point in the history
  6. tdf#153839 XHTML export: fix syntax error in table.xsl

    Static error at xsl:param on line 67 column 40 of table.xsl:
      XTSE0010: xsl:param must not be preceded by other instructions
    mistmist committed May 3, 2023
    Configuration menu
    Copy the full SHA
    e6445a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90f2049 View commit details
    Browse the repository at this point in the history