An error occurred fetching the project authors.
- 03 Sep, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28778 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
-
- 07 May, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26873 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Nov, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jul, 2008 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22204 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 May, 2008 1 commit
-
-
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
-
- 15 Feb, 2008 1 commit
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19325 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Feb, 2008 1 commit
-
-
Alexandre Boeglin authored
for this property should be removed (they are no longer required, no need to export them in bt5 and make the diff less readable). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19113 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jan, 2008 2 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18771 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18767 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jan, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18746 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Nov, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Nov, 2007 1 commit
-
-
Jérome Perrin authored
Before that the text version of the sub_form was stored on the proxy field instance. If you want to use list datetime fields, I'll add a note on UpgradeNote wiki page. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17537 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Oct, 2007 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17030 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2007 3 commits
-
-
Yusei Tahara authored
This test strongly depends on implementation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16714 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Fixed a bug which sometimes breaks field settings at initialisation and corrupts field edit form in ZMI. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Sep, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Sep, 2007 4 commits
-
-
Yusei Tahara authored
Persistent object must be cloned before cached. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16521 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16516 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Fixed a bug that Proxyfield.getTemplateField raise error when proxyfield does not have template field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16514 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16501 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Aug, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15728 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Aug, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15418 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Jul, 2007 1 commit
-
-
Jérome Perrin authored
Make sure that 'field' in the TALES context is the proxy field and not the proxified field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15398 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
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15250 20353a03-c40f-0410-a6d1-a30d3c3de9de
-