An error occurred fetching the project authors.
- 19 Mar, 2010 3 commits
-
-
Nicolas Delaby authored
it escapes values now. Add test to avoid regressions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33913 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
TextAreaWidget.render_view (read-only) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33908 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33907 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2010 3 commits
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33634 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
non-editable LinesField/TextArea, use a <div> instead of the bare value to be able to include CSS and Extra attributes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33633 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33617 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2010 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* clean up duplicated code * Compile REGEX only once * implement render_odt_view for ListWidget git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32855 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Feb, 2010 1 commit
-
-
Nicolas Delaby authored
* all widget.render_odt are renamed to widget.render_odt_view * field.render_odt call widget.render_odt or widget.render_odt_view according request parameter (editable_mode) or field configuration. * Backward compatibility is kept: widget.render_odt fallback to widget.render_odt_view * CheckBoxField now implement both editable modes Reviewed by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32789 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2010 3 commits
-
-
Nicolas Delaby authored
reviewed by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31787 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
reviewed by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31786 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* Use only positional parameters * update docsrings reviewed by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31782 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Dec, 2009 2 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31527 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
If there is no attribute on a node, the an empty list will be adedd. So it's required to check if the list corresponding to the current node is not empty before applying attributes update. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31526 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Dec, 2009 1 commit
-
-
Fabien Morin authored
- don't get the value from the field, this should be done by the caller and passed to methods using value parameter (in render_*, value should be "ready to use") - change the way to get attributes because the dict structure change - add a renderer for DateTime fields git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31495 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Dec, 2009 1 commit
-
-
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
-
- 11 Dec, 2009 2 commits
-
-
Fabien Morin authored
- replace \n, \r and \t caracters by ooo corresponding expression git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31249 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
according to romain, attr_dict variable is a bad name and will be everywhere in future commit. reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31230 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2009 1 commit
-
-
Fabien Morin authored
- remove unused parameters - add a method on Field class - add local_name parameter git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31215 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Dec, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31151 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Dec, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Dec, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31043 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- Customise render_odt for DateTimeWidget and TextAreaWidget git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31033 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Dec, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30992 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30981 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
-
- 03 Sep, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28777 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Aug, 2009 2 commits
-
-
Jérome Perrin authored
'format' in render_dict does not have to be based on input_style, as it's only used to represent precision. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Aug, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2009 1 commit
-
-
Jérome Perrin authored
a non editable multilink fields as a listbox editable field git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27182 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 May, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26938 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26925 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 May, 2009 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26910 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 May, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26872 20353a03-c40f-0410-a6d1-a30d3c3de9de
-