An error occurred fetching the project authors.
- 18 Nov, 2010 2 commits
-
-
Nicolas Delaby authored
Fill in values of subfield in REQUEST after validation, to let ParrallelListField retrieve user filled values when Form displays errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40377 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40374 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Nov, 2010 1 commit
-
-
Nicolas Delaby authored
when it is used inside a Listbox. The patch consist into iteration over each subfield keys in order to retrieve values from REQUEST for each occurrence of subfields. Fix the display of dialog when validation of form fails, because user filled values are not lost. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40170 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 May, 2010 1 commit
-
-
Yusei Tahara authored
implementation, then stop caching and call registered special function which should behave as the special get_value method. This change fixes a bug tested on TestProxyField.test_proxifyParallelListField. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35458 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Mar, 2010 1 commit
-
-
Jérome Perrin authored
rendering (text separated by text:line-break) so we don't have to do render each subfield separatly git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32850 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Dec, 2009 3 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31090 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 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
-
- 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
-
- 01 Oct, 2007 2 commits
-
-
Romain Courteaud authored
No ParallelListField should have a subform propoerty anymore. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16763 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16758 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Sep, 2007 1 commit
-
-
Yusei Tahara authored
Fixed a bug. if field class had original get_value method and it was registered in ProxyField module, then use it instead of ProxyField's one. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16581 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Sep, 2007 1 commit
-
-
Romain Courteaud authored
Form, because some value were temporary put in the REQUEST and are were not deleted. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16025 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Aug, 2007 1 commit
-
-
Romain Courteaud authored
depends from the object value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15945 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Mar, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13175 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Dec, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11634 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Dec, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Oct, 2006 1 commit
-
-
Alexandre Boeglin authored
as read-only. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10647 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Apr, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6494 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Mar, 2006 1 commit
-
-
Romain Courteaud authored
Patch Formulator, in order to modify dynamically the size of the ParallelistField. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6405 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. Repair broken images. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Mar, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6153 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Nov, 2005 1 commit
-
-
Romain Courteaud authored
render_html is a alias to Formulator render method. render_htmlgrid returns a list of tuples (title, html), which can be used in the page template to display multiples titles for the same field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4405 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 May, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 May, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3061 20353a03-c40f-0410-a6d1-a30d3c3de9de
-