An error occurred fetching the project authors.
- 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
-
- 07 Nov, 2007 1 commit
-
-
Romain Courteaud authored
Please do not use this field, which it unstable and unsafe. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17463 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Nov, 2007 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17428 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Mar, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13295 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Feb, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13075 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Feb, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12979 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2007 1 commit
-
-
Romain Courteaud authored
Duration Widget is used to enter time duration. It may be used in movement of Labour (in Task, Calendar Period, ...). Time duration in ERP5 are saved ALWAYS IN SECOND. The field purpose is to display second quantity in hour, minute and second, in order to make it more user friendly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12585 20353a03-c40f-0410-a6d1-a30d3c3de9de
-