An error occurred fetching the project authors.
- 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
-
- 20 Apr, 2006 1 commit
-
-
Jérome Perrin authored
Reset cell key to None in REQUEST if no cell value; Validate subfields for editable cells. FIXME: currently only keys which contains a cell value are validated git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6826 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Apr, 2006 1 commit
-
-
Romain Courteaud authored
Use isinstance instead of type. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6455 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
-
- 19 Sep, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3800 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jun, 2005 2 commits
-
-
Sebastien Robin authored
it is sometimes very usefull to check if the value is not None before take the decision to not create the cell git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3165 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3162 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3099 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2745 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Mar, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2627 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Feb, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Feb, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2408 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Feb, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2401 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2249 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Dec, 2004 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Dec, 2004 3 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1970 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1968 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1967 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Nov, 2004 1 commit
-
-
Alexandre Boeglin authored
Pass cell to REQUEST, so that every TALES expression of a widget can access the cell, and not only description. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1898 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jun, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2004 2 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@447 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@430 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jan, 2004 1 commit
-
-
Sebastien Robin authored
cell_body += my_field.render(value... with : cell_body += str(my_field.render(value... So that if we want fields non editable, we doesn't have error (str + float) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@229 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2002 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2 20353a03-c40f-0410-a6d1-a30d3c3de9de
-