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

XWIKI-22335: Cannot import a ppt with LibreOffice 24.2.5 #3517

Merged
merged 8 commits into from
Sep 26, 2024

Commits on Sep 21, 2024

  1. XWIKI-22335: Cannot import a ppt with LibreOffice 24.2.5

    * Convert to PDF and extract images from the PDF
    * Adapt the unit test
    * Change the output format to PNG
    michitux committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    a66ba58 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. XWIKI-22335: Cannot import a ppt with LibreOffice 24.2.5

    * Change the default image format back to JPEG.
    * Read the old office converter configuration for size and quality.
    * Add new configuration options for format, quality and image size.
    michitux committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    641754c View commit details
    Browse the repository at this point in the history
  2. XWIKI-22335: Cannot import a ppt with LibreOffice 24.2.5

    * Revert unrelated change.
    michitux committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    aa251eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ffef83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96196d4 View commit details
    Browse the repository at this point in the history
  5. Revert "[Misc] Revert LO upgrade because of XWIKI-22335"

    This reverts commit 32a20ae.
    surli committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    cc39e4d View commit details
    Browse the repository at this point in the history
  6. XWIKI-22335: Cannot import a ppt with LibreOffice 24.2.5

      * Fix existing comments in DefaultPresentationBuilder
      * Provide new properties in xwiki.properties
      * Fallback in document-formats.js in case custom-document-formats is
        not used for backward compatibility
      * Provide unit test
    surli committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ebb3b9f View commit details
    Browse the repository at this point in the history
  7. XWIKI-22335: Cannot import a ppt with LibreOffice 24.2.5

      * Fix version of office in pom.xml
      * Improve a bit ServletContainerExecutor to have better understanding
        in case of error when building LO image
    surli committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7d8e32d View commit details
    Browse the repository at this point in the history