An error occurred fetching the project authors.
- 06 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41173 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Nov, 2010 6 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40528 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40525 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
bool([]) == bool({}) == False git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40522 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
DateTimeWidget.render_odg_view consist into transform DateTime value into string then call default render_odg_view renderer with casted value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40521 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
So the rendering is the same. Add sample of XML string representation in docstring in order to help future developement. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40520 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40519 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Nov, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39825 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Oct, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38870 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 May, 2010 1 commit
-
-
Jérome Perrin authored
Accoring to http://www.w3.org/TR/REC-html40/appendix/notes.html#h-B.3.1 """SGML (see [ISO8879], section 7.6.1) specifies that a line break immediately following a start tag must be ignored""" Before this change, a field such as a textarea displaying a value starting by \n was discarding this \n . This fixes the new test in 34962 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34963 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Apr, 2010 1 commit
-
-
Jérome Perrin authored
repr if no precision is defined. If number is so big that it can only be displayed in scientific notation, return it as is. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34755 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Apr, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Mar, 2010 1 commit
-
-
Jérome Perrin authored
- use a class with attribute instead of global (reviewed by Nicolas) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34144 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 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
-