An error occurred fetching the project authors.
  1. 07 Jul, 2024 1 commit
  2. 20 Jul, 2020 1 commit
  3. 02 Jul, 2020 1 commit
  4. 11 Mar, 2020 1 commit
  5. 10 Feb, 2020 2 commits
  6. 19 Dec, 2019 2 commits
  7. 31 Oct, 2019 1 commit
  8. 23 Oct, 2019 1 commit
    • Arnaud Fontaine's avatar
      Introduce HTML to PDF Transform through Conversion Server (currently using wkhtmltopdf) (MR !955). · fb9a0d60
      Arnaud Fontaine authored
      Conversion Server code is no longer bound to OOo, as emphasized by:
        * Renaming of Preference Properties ooodoc_server* to document_conversion_server*.
        * Conversion Server exceptions are already defined in Document.py.
        * Conversion Server also handles video/audio/... conversions.
      
      Thus, refactor the code to connect to Conversion Server by moving it from
      Products.ERP5OOo.Document to Products.ERP5.Document.Document (while keeping
      backward compatibility):
        * Renamed:
          + OOoServerProxy => DocumentConversionServerProxy
          + OOO_SERVER_PROXY_TIMEOUT => DOCUMENT_CONVERSION_SERVER_PROXY_TIMEOUT
          + OOO_SERVER_RETRY => DOCUMENT_CONVERSION_SERVER_RETRY
        * Moved:
          + enc
          + dec
          + global_server_proxy_uri_failure_time
      
      Also, Introduced erp5.module.TransformLib (in erp5_core as currently all Transforms
      are there even though it should probably not be so) to define DocumentConversionServerTransform
      and which will hold libtransforms content when this will be moved to ZODB Components.
      
      Note: Ideally, OOOdCommandTransform should inherit from DocumentConversionServerTransform
      but wkhtmltopdf Handler on Cloudooo side is a hack only implemented in Manager.convertFile()
      whereas OOOdCommandTransform still uses legacy Manager.run_generate(), so leave it as it is
      to avoid breaking things (this will be addressed in a separate MR).
      
      /reviewed-on nexedi/erp5!955
      fb9a0d60
  9. 04 Jul, 2019 1 commit
    • Sebastien Robin's avatar
      ERP5OOoDocument: use conversion server that has the most chance to work · 82673dac
      Sebastien Robin authored
      Until know, in the preference we defined list of uri for conversion
      server, and then we were trying always in the order defined in the
      preference. But this is not optimal, when a server start to fail, it's
      better to try using another one. So sort list of uri in such a way to
      use first server having the most chance to work.
      82673dac
  10. 22 Jun, 2018 1 commit
  11. 16 May, 2018 1 commit
  12. 07 Jul, 2017 1 commit
    • Julien Muchembled's avatar
      tests: clean up code related to configuration of cloudooo/memcached connectors · f84f4cdb
      Julien Muchembled authored
      - The conversion server is supposed to be configured in a system preference,
        so do this instead of using a normal preference.
      - _getConversionServerDict -> _getConversionServerUrl, to make clear that
        cloudooo is now configured by a url, instead of a host/port couple.
      - Refactoring: From the moment where setUpERP5Site() sets up things
        automatically, we don't the "same" duplicated code throughout many test to
        redo cloudooo configuration.
      - In the promise file, the volatile/persistent memcached url were swapped.
      f84f4cdb
  13. 22 Aug, 2016 1 commit
  14. 04 Sep, 2014 1 commit
  15. 17 Oct, 2011 1 commit
    • Julien Muchembled's avatar
      Drop support for Zope 2.8 · 48212534
      Julien Muchembled authored
      Checked following occurrences in comments:
      - "Python 2.[456]"
      - "Zope 2.[891]"
      - "BBB"
      - "BACK"
      
      Checked uses of:
      - email, hashlib, numpy & tarfile (modules)
      - ImportError
      - string.Template
      - suppress_events (parameter of _setObject)
      
      Excluded:
      - some forked modules (MailTemplates, PortalTransforms...)
      - some i18n compatibility code
      48212534
  16. 27 Sep, 2011 1 commit
    • Nicolas Delaby's avatar
      Use same cache key · 57b1211a
      Nicolas Delaby authored
      Always passing all parameters used to compute the conversion, disregarding format value.
      57b1211a
  17. 08 Sep, 2011 1 commit
    • Nicolas Delaby's avatar
      Hotfix: accessing cached values was refused if display parameter is passed · 47ab412e
      Nicolas Delaby authored
      This fix is required because of a lack of conversion server ability to perform
      successive transformations.
      Add a comment in docstring to address explicitely this issue.
      
      display and quality parameters are not handled explicitely by OOoDocument._convert
      as they are just passed as they are to Image._convert .
      
      Add a test to prove the fix
      47ab412e
  18. 29 Jun, 2011 1 commit
  19. 31 Mar, 2011 2 commits
  20. 16 Dec, 2010 1 commit
  21. 09 Dec, 2010 1 commit
  22. 01 Dec, 2010 1 commit
  23. 22 Nov, 2010 2 commits
  24. 12 Nov, 2010 1 commit
  25. 28 Oct, 2010 1 commit
  26. 11 Oct, 2010 1 commit
  27. 28 Sep, 2010 1 commit
  28. 22 Jul, 2010 2 commits
  29. 21 Jul, 2010 1 commit
  30. 19 Jul, 2010 1 commit
  31. 16 Jul, 2010 1 commit
  32. 15 Jul, 2010 2 commits
  33. 14 Jul, 2010 2 commits