An error occurred fetching the project authors.
- 14 Oct, 2020 1 commit
-
-
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
-
- 20 Jan, 2012 1 commit
-
-
Ivan Tyagov authored
Fix url calculation. Pass only applicable arguments to conversion API.
-
- 17 Oct, 2011 1 commit
-
-
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
-
- 08 Sep, 2011 2 commits
-
-
Nicolas Delaby authored
If Image is a Text, then conversion to image format is performed
-
Nicolas Delaby authored
If user omit format means he asked for original data Guess format from mimetypes_registry later (if any) only to add attachment inside odf archive
-
- 07 Sep, 2011 1 commit
-
-
Nicolas Delaby authored
This is a list, not a string, take the first occurrence as arbitrary candidate
-
- 08 Jun, 2011 1 commit
-
-
Romain Courteaud authored
-
- 26 Apr, 2011 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45679 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2011 1 commit
-
-
Nicolas Delaby authored
This patch will be followed by a Ticket addressed to lxml maintainers. As soon as a clean patch will be released, this commit must be reverted. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45422 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Apr, 2011 1 commit
-
-
Nicolas Delaby authored
meta tag. Previous implementation was not adding the content-type meta tag in all cases. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45321 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Apr, 2011 1 commit
-
-
Nicolas Delaby authored
https://bugs.freedesktop.org/show_bug.cgi?id=36080 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45265 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Apr, 2011 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Mar, 2011 1 commit
-
-
Nicolas Delaby authored
of Temp OOoDocument, because implicit conversion to base format does not returns expected format (base conversion of html is html, not odt). This patch consist into calling conversion server directly without pass Through convert API of OOoDocument. This patch is already absoleted and will be replaced by portal_data_adapters as soon as it is implemented. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44734 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Mar, 2011 3 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Feb, 2011 1 commit
-
-
Ivan Tyagov authored
in some cases like Web Page content /../ can be contained in image URL which will break restrictedTraverse calls, our best guess is to remove it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43412 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Oct, 2010 1 commit
-
-
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
-
- 07 Oct, 2010 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38981 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
for each conversion. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38980 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
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
-
- 14 May, 2010 4 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
does not use convertToBaseFormat API. Fill in data property as it is required to access conversion engine. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jan, 2010 1 commit
-
-
Nicolas Delaby authored
* Use url_parse module to split URL * Detect parameters send in image url * Resize images according provided parameters git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31742 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jan, 2010 1 commit
-
-
Nicolas Delaby authored
* self.name is a callable attribute reviewed by romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31684 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jan, 2010 1 commit
-
-
Nicolas Delaby authored
<img src="REF.TO.IMAGE" ... /> become <draw:image xlink:href="../REF.TO.IMAGE" ... /> so remove "../" added by OOo * compile regex only once reviewed by Kazuhiko git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31648 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jan, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25059 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Aug, 2008 1 commit
-
-
Nicolas Delaby authored
Handle case when css_object is not a DTMLDocument git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23234 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Jun, 2008 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21874 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21869 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21150 20353a03-c40f-0410-a6d1-a30d3c3de9de
-