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
-
- 18 Apr, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20637 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Apr, 2008 1 commit
-
-
Vincent Pelletier authored
If brain is the same as obj, it's better to grab values using accessors, instead of reading brain attributes (this solves discrepancies between what a listbox displays and what the accessor computes on a document). In the process, replace a hasattr by a getattr. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20540 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Apr, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20346 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Mar, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20159 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Mar, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Mar, 2008 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20005 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19989 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Mar, 2008 1 commit
-
-
Alexandre Boeglin authored
should use them instead of the ListBox ones when looking for objects in the domain. Note: it is only meant to be a temporary workaround. Eventually, Selection should be rewritten to provide a more complete API than just one __call__ method, and to support method_name redefinition by the domain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Mar, 2008 1 commit
-
-
Jérome Perrin authored
brain, not the object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19880 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19802 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Mar, 2008 1 commit
-
-
Jérome Perrin authored
editable field is not found in the current form, look in the template field's form git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19759 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Feb, 2008 1 commit
-
-
Romain Courteaud authored
page template expect some fields to return a int value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Feb, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19551 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Feb, 2008 1 commit
-
-
Alexandre Boeglin authored
* wrap 'contentValues' as well as 'objectValues' This allows acquired properties to be displayed in a listbox, when contentValues is used as the list method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19504 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jan, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18899 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jan, 2008 2 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18889 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18881 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Jan, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18868 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jan, 2008 2 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18773 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
- do not add +1 to the depth, take the depth calculated by getReportSectionList - take the domain_title already calculated into getReportSectionList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18766 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Dec, 2007 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18233 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Nov, 2007 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17882 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Nov, 2007 1 commit
-
-
Jérome Perrin authored
catalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17806 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Nov, 2007 1 commit
-
-
Jean-Paul Smets authored
Added extra verification and parameters so that editable fields which are rendered in listboxes and which use the cell parameter in TALES expression do not generate useless errors anylonger. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17615 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Nov, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Nov, 2007 1 commit
-
-
Yoshinori Okuji authored
Avoid using double callable objects for caching. Use a decorator instead (but not with the decorator syntax for portability). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17354 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
-
- 22 Oct, 2007 1 commit
-
-
Yoshinori Okuji authored
Provide REQUEST as an attribute in a listbox renderer context for a workaround with unicodeconflictresolver. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17072 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Oct, 2007 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16942 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Oct, 2007 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16887 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
This can be useful in 'report' mode when we may like to override default max lines per page and possibly show all records. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16886 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
-
- 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
-
- 17 Aug, 2007 1 commit
-
-
Jérome Perrin authored
proxyfield, because the renderer class was using the target listbox field. Handle the case of proxy field specificly so that the original proxyfield is used by the renderer, and calls to get_value are looked up properly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15729 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Aug, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15672 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Aug, 2007 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15545 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Aug, 2007 2 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15536 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Aug, 2007 1 commit
-
-
Jérome Perrin authored
ERP5Site_checkNamingConventions) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15419 20353a03-c40f-0410-a6d1-a30d3c3de9de
-