An error occurred fetching the project authors.
- 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
-