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
-
- 10 Jun, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21464 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
-
- 15 May, 2008 1 commit
-
-
Romain Courteaud authored
Only display objects for which user has the right permission. Never remove the relation to not viewable objects. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20988 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jan, 2008 1 commit
-
-
Rafael Monnerat authored
Added alt attribute for img tag. Without this w3c tests will fail. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18752 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jan, 2008 2 commits
-
-
Romain Courteaud authored
consistent with action menu. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
do it. This should not have impact on performance, as this menu is rarely displayed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Nov, 2007 1 commit
-
-
Yusei Tahara authored
Don't include virtual host path which is not controlled by zope in method arguments in name attribute. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Nov, 2007 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17535 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17534 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17533 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2007 1 commit
-
-
Romain Courteaud authored
This also prevent to save None as REQUEST's key. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16705 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
-
- 12 Mar, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13340 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Feb, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12900 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
Use absolute_url instead of getPath. Add an empty object so that the user can select none of the found items. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12074 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Dec, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11759 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Dec, 2006 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11677 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Dec, 2006 1 commit
-
-
Romain Courteaud authored
Remove a possible conflict error (do not write in the ZODB if it's useless). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11658 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Oct, 2006 1 commit
-
-
Romain Courteaud authored
The extra_context attribute is now be deprecated. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10993 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Sep, 2006 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10109 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Sep, 2006 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Sep, 2006 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10010 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Sep, 2006 1 commit
-
-
Jérome Perrin authored
initialize _v_relation_field_index in MultiRelationField instead of in Form, because other components can use RelationFields (eg. Reports) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 May, 2006 1 commit
-
-
Romain Courteaud authored
Add a blank line in the popup menu (if we don't want to create a new object). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Apr, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Mar, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Mar, 2006 1 commit
-
-
Romain Courteaud authored
MultiRelationField does not crash anymore when the property does not exist on object. Add StringValidator properties to RelationFieldValidator. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6297 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
-
- 24 Mar, 2006 1 commit
-
-
Romain Courteaud authored
same time). Bug fix: do not write the relation_index in the ZODB anymore. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6202 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Mar, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Mar, 2006 1 commit
-
-
Romain Courteaud authored
Remove useless ProxyField properties. Modify code indentation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Feb, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5859 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Jan, 2006 1 commit
-
-
Romain Courteaud authored
Base tried to save field name as new property. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5277 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jan, 2006 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5245 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jan, 2006 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5177 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jan, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5153 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2006 1 commit
-
-
Jérome Perrin authored
Handle the display of None value git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4998 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Nov, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4356 20353a03-c40f-0410-a6d1-a30d3c3de9de
-