An error occurred fetching the project authors.
- 28 Jan, 2010 1 commit
-
-
Nicolas Delaby authored
* now Response headers are overloaded by FormPrintout calling reviewed by Jerome git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jan, 2010 2 commits
-
-
Nicolas Delaby authored
So change method signatures to follow this convention. Reviewed by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32012 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
reviewed by romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32011 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2010 1 commit
-
-
Nicolas Delaby authored
will be a string. So let the Widget of field deals with. reviewed by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Dec, 2009 1 commit
-
-
Fabien Morin authored
In some cases, we may want to use lists (like in parallel list fields), so it's not good to always value to string. If a conversion (with '\n' addition and '\r' replacement) is needed, this should be done in the render_od* method git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31525 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Dec, 2009 1 commit
-
-
Fabien Morin authored
- get the value here instead of getting it from the renderer - add as_string parameter on all render_od* call because by default string is returned and here we need a node - add _recursiveGetAttributeDict method. It's used to build a dict containing all attributes of each nodes - _recursiveApplyAttributeDict can be used to apply a dict build by _recursiveGetAttributeDict to a node git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31497 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Dec, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31364 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Dec, 2009 2 commits
-
-
Fabien Morin authored
reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
FormPrintout : clean a bit code FormPrintout._replaceXmlByForm : change the xpath expression to get the node from one level higher. In this way we can have all the node tree used for the field. Add style in style dict for this node FormPrintout._createOdfUniqueFileName : use quote_plus in both cases, add a comment to explain it ImageField : add a method _replaceImage used to replace an image in an odg file FormPrintoutAsODG : add test for proxyfields Formulator.Field, Formulator.Widget : change render_odg signature to accept more parameters required for image mapping. Add First level node. ERP5OOo/tests/test_document/Foo_001.odg add some descriptions arround fields, to make easier to understand the purpose of each element in the document. reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Dec, 2009 1 commit
-
-
Nicolas Delaby authored
Reviewed and approved by jp git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31271 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Dec, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31262 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Dec, 2009 1 commit
-
-
Fabien Morin authored
- remove "if new_node is not None" expression because now their is a render_odg method defined on Widget Class git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31250 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2009 3 commits
-
-
Fabien Morin authored
a None node. Currently, this can exists because render_odg is under developpment, so there is no render_odg for all fields yet (if render_odg is not overloaded for each field, the default method return None). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31214 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- remove unused _renderField method - improve ODGStrategy._replaceXmlByForm git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31211 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31209 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Dec, 2009 4 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31166 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31157 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31155 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31153 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Dec, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Dec, 2009 9 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- Change typologie of parameters when they are mandatory (named parameters => positional parameters) - return element_tree is useless, as the object the same - code cleanup & word-wrapping git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31056 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31050 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31049 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31047 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31045 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31042 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31034 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31016 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Dec, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30984 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30982 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Nov, 2009 1 commit
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Nov, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Nov, 2009 1 commit
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Nov, 2009 1 commit
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30712 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Nov, 2009 1 commit
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30316 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
-
- 06 Oct, 2009 1 commit
-
-
Tatuya Kamada authored
TODO: write more tests for ReportBox git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29421 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 May, 2009 1 commit
-
-
Tatuya Kamada authored
- Append a test-case of the ImageField mapping. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26870 20353a03-c40f-0410-a6d1-a30d3c3de9de
-