An error occurred fetching the project authors.
- 27 Jun, 2008 1 commit
-
-
Vincent Pelletier authored
Update Formulator rendering API (except css and odt) to make it accept a new "render_prefix" parameter. Its basic purpose is similar to existing "key" parameter, but instead of replacing field id it gets prepended to it. Its "evolved" purpose is to make it possible to distinguish multiple renderings of the *same* field (same form, same field) in a single rendering sequence (ie, in the same web page). It's safe to just ignore it when writing a renderer. Update all existing renderers, and monkeypatch a few more. Ignore the new parameter in all of them except ListBox (stored on renderer instance but not used yet). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21998 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 May, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 May, 2008 3 commits
-
-
Jérome Perrin authored
it again to omit REQUEST parameter. Thanks JM git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21175 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
both ListWidget and RadioWidget are some SingleItemsWidget ) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21174 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21160 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2008 2 commits
-
-
Jérome Perrin authored
can't encode character UnicodeErrors git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21143 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21116 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 May, 2008 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21052 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* add a 'REQUEST=None' parameter to every render_view method: * new patches in FormulatorPatch to fix render_view of Field, Widget, MultiItemsWidget, LabelWidget, FileWidget, PasswordWidget and RadioWidget * reorder parameters in OOoChartWidget.render_view * add a 'REQUEST=None' parameter to DurationField.render_sub_field_view * forward REQUEST to field.get_value in: * ListWidget_render_view (my goal) * TALESWidget_render_view (why not?) * PatchedLinkWidget.render_view and MultiRelationStringFieldWidget.render_view needn't call get_request anymore if REQUEST isn't None * PatchedLinkWidget.render_view: change REQUEST.get('cell') into getattr(REQUEST,'cell',None) since 'cell' may be an attribute of REQUEST * add a unit test to check the signature of all registered fields/widgets git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 May, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21041 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2008 2 commits
-
-
Vincent Pelletier authored
Provided values are not always strings (int, Messages, ...) but they will anyway get cast into strings in Formulator's render_element. So always cast before escaping. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20946 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20944 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Apr, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Apr, 2008 2 commits
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20271 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20269 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Mar, 2008 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19864 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Feb, 2008 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19457 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
splitted into list like ['f', 'o', 'o'] with original Formulator's implementation. So explicit conversion to list is required before passing to LinesTextAreaWidget's render and render_view methods. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19455 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jan, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18767 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Dec, 2007 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18245 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18242 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Dec, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Dec, 2007 2 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18041 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18037 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Nov, 2007 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17840 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17839 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Oct, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17162 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Oct, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16792 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Oct, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16786 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Aug, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15817 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Aug, 2007 1 commit
-
-
Vincent Pelletier authored
Prevent Formulator (and incidentaly ERP5Form) from bloating the ZODB at each zope restart. This also cures conflict error occuring when restarting 2 zopes concurently on the same zeo server. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15568 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jul, 2007 1 commit
-
-
Jérome Perrin authored
display non float values. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15258 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jul, 2007 1 commit
-
-
Jérome Perrin authored
it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15251 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jul, 2007 1 commit
-
-
Romain Courteaud authored
Javascript configuration. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15182 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jun, 2007 1 commit
-
-
Romain Courteaud authored
Add methods render_css and get_javascript_list on all fields. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14921 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2007 2 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14786 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jun, 2007 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14773 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jun, 2007 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14752 20353a03-c40f-0410-a6d1-a30d3c3de9de
-