An error occurred fetching the project authors.
- 07 Jul, 2024 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 20 Jul, 2020 1 commit
-
-
Arnaud Fontaine authored
-
- 02 Jul, 2020 1 commit
-
-
Arnaud Fontaine authored
Move BusinessProcess Document from erp5_trade to erp5_core as CompositionMixin depends on it and this Mixin is used by several Documents in erp5_core.
-
- 11 Mar, 2020 1 commit
-
-
Jérome Perrin authored
-
- 10 Feb, 2020 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Like Document and Interface Components for the same reasons (694c9fee).
-
- 19 Dec, 2019 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
ZODB Components: Preparation of erp5_base migration from FS: Fix pylint unused-import and unused-variable warnings.
-
- 31 Oct, 2019 1 commit
-
-
Arnaud Fontaine authored
-
- 23 Oct, 2019 1 commit
-
-
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
-
- 04 Jul, 2019 1 commit
-
-
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.
-
- 22 Jun, 2018 1 commit
-
-
Xiaowu Zhang authored
for example: SSLError: ('The read operation timed out',) /reviewed-on nexedi/erp5!703
-
- 16 May, 2018 1 commit
-
-
Xiaowu Zhang authored
1. accept a list of converison server 2. retry in case of network error
-
- 07 Jul, 2017 1 commit
-
-
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.
-
- 22 Aug, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 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
-
- 27 Sep, 2011 1 commit
-
-
Nicolas Delaby authored
Always passing all parameters used to compute the conversion, disregarding format value.
-
- 08 Sep, 2011 1 commit
-
-
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
-
- 29 Jun, 2011 1 commit
-
-
Romain Courteaud authored
-
- 31 Mar, 2011 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44923 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44921 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Dec, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41484 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Dec, 2010 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41243 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
s/source_reference/filename/ update tests Add test to check Hackability of ContributionTool (Everything can be managed by IDiscoverable API) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40972 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Nov, 2010 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Nov, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40232 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Oct, 2010 1 commit
-
-
Nicolas Dumazet authored
* wrap RPC calls so that ProtocolError's are caught and raise a clear ConversionError * move _getServerCoordinate part into OOoServerProxy.__init__ This should help having clear error messages in test results when OOo server is down/not available/not running. Instead of worrying about application code, and/or unclear socket errors, we'll know that, specifically, the OOo conversion server could not be reached. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39587 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Oct, 2010 1 commit
-
-
Nicolas Delaby authored
If we pass content_type parameter to the conversion tool, it can find the appropriate Import Filter according content_type of document. With this patch HTML => odt and XHTML => odt, are working without hackish code in oood_commandtranforms. Reviewed by romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39027 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2010 1 commit
-
-
Ivan Tyagov authored
Rather than simply raise return empty list for list of possible export formats for empty documents. Add test to cover this use case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38695 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jul, 2010 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37233 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37232 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jul, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37217 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jul, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37180 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jul, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37169 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 Jul, 2010 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37106 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
When converting from any OOo based document to image (through temporary PDF) explicitly require conversion for first frame only which is what we expect. Clean up duplicating code. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37103 20353a03-c40f-0410-a6d1-a30d3c3de9de
-