An error occurred fetching the project authors.
  1. 14 Oct, 2020 1 commit
    • Arnaud Fontaine's avatar
      Backport fb9a0d60: Introduce HTML to PDF Transform through Conversion Server... · 0d516372
      Arnaud Fontaine authored
      Backport fb9a0d60: Introduce HTML to PDF Transform through Conversion Server (currently using wkhtmltopdf) (MR !955).
      
      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
      0d516372
  2. 20 Jan, 2012 1 commit
  3. 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
  4. 08 Sep, 2011 2 commits
  5. 07 Sep, 2011 1 commit
  6. 08 Jun, 2011 1 commit
  7. 26 Apr, 2011 2 commits
  8. 14 Apr, 2011 1 commit
  9. 12 Apr, 2011 1 commit
  10. 08 Apr, 2011 1 commit
  11. 05 Apr, 2011 1 commit
  12. 29 Mar, 2011 1 commit
  13. 24 Mar, 2011 3 commits
  14. 17 Feb, 2011 1 commit
  15. 12 Oct, 2010 1 commit
    • Nicolas Delaby's avatar
      Conversion from html to odt was working only by chance. · 11f80857
      Nicolas Delaby authored
      because convertToBaseFormat was not able to import html.
      Now OOoDocument is able to successfully convertToBaseFormat html content (or any other),
      thanks to content_type parameter which is now given to conversion tool.
      Previous implementation was storing html content into
      base_data instead of data, but convertToBaseFormat was never called.
      
      * The method convert on oood_commandtransform was useless.
      * Call convertToBaseFormat once temp_document is created
      
      
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39049 20353a03-c40f-0410-a6d1-a30d3c3de9de
      11f80857
  16. 07 Oct, 2010 2 commits
  17. 15 Jul, 2010 1 commit
    • Sebastien Robin's avatar
      sync with trunk@37114 · c1ae57b0
      Sebastien Robin authored
      Conflicts:
      	bt5/erp5_base/bt/revision
      	bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py
      	bt5/erp5_simulation/bt/revision
      	bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml
      	bt5/erp5_trade/bt/change_log
      	bt5/erp5_trade/bt/revision
      	products/ERP5/Document/BusinessPath.py
      	products/ERP5/Document/SimulationMovement.py
      	products/ERP5/Document/TradeCondition.py
      	products/ERP5/Document/TradeModelLine.py
      	products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision
      	products/ERP5Type/ERP5Type.py
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
      c1ae57b0
  18. 14 May, 2010 4 commits
  19. 14 Jan, 2010 1 commit
  20. 11 Jan, 2010 1 commit
  21. 07 Jan, 2010 1 commit
  22. 07 Oct, 2009 1 commit
  23. 08 Jan, 2009 2 commits
  24. 28 Aug, 2008 1 commit
  25. 25 Jun, 2008 2 commits
  26. 26 May, 2008 1 commit