An error occurred fetching the project authors.
- 04 Nov, 2008 1 commit
-
-
Sebastien Robin authored
so the display of editable field in report mode will no longer be broken git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Oct, 2008 1 commit
-
-
Romain Courteaud authored
Selection.getParams method), so cast the value to a dict. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24125 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Sep, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23833 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Sep, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23531 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Sep, 2008 1 commit
-
-
Sebastien Robin authored
allow to optionnaly define some columns title that should not be translated, this is very usefull when doing some dynamic listbox where columns title comes from properties of ERP5 documents and we do not want to translate them git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Jul, 2008 1 commit
-
-
Vincent Pelletier authored
Allow error object to contain a mapping, to support error messages with variable parts without flooding Localizer. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22642 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jul, 2008 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22141 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jun, 2008 3 commits
-
-
Vincent Pelletier authored
Prefix field id and selection name at rendering time so that it's possible to render multiple listboxes on the same page without getting duplicate html input tags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22001 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove parameter from request as it has been handled. This is needed because when there will be multiple listboxes on the same page with their subfields prefixed, updating the selection would not know which prefix to use, and would overwrite the value computed from selection tool with bare transmited value. Not updating first/last variants since they are broken. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21999 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16887 20353a03-c40f-0410-a6d1-a30d3c3de9de
-