An error occurred fetching the project authors.
- 22 Jun, 2009 1 commit
-
-
Yusei Tahara authored
Fix two bugs. First bug was that `Proxify` did not delegate value when original value was not empty string but an empty list or false value. Second one is that `Unproxify` did not copy delegated values when the root template field was an old field instance and did not have recently added properties. Add `keep empty value` option. If this option is true, then emply property will not be delegated and will be kept as empty. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 May, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27258 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 May, 2009 2 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26906 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26903 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2009 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26638 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jan, 2009 1 commit
-
-
Fabien Morin authored
If a CheckBox has never been modified, the default value is 0. If you want the default value to be 1 (modifying the corresponding propertysheet), the DefaultValue method always return 0, even if 1 is in the propertysheet defined for the field (because of the condition "if value not in (None, ''); value = ob.getProperty(self.key, d=value)". So it was impossible to use the propertysheet to defined a default checked checkbox (the hack was to use tales). With this new class, it's now possible to use propertysheet to have a checked default value on a CheckBox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25166 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Oct, 2008 1 commit
-
-
Jérome Perrin authored
renaming a field git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24150 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
-
- 24 Apr, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20793 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Mar, 2008 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20228 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2008 1 commit
-
-
Jérome Perrin authored
keeping values if they are different. This is useful when you proxify a form to use a field library and want to delegate everything. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19776 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Feb, 2008 1 commit
-
-
Alexandre Boeglin authored
setters for some properties of the form should be called by edit(). This is usefull, for example, when property A acquires its default value from property B, and both are editable in the same form. We don't want A to be set to B's old value when the user changes B's value and A had no value set. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19605 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Feb, 2008 3 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jan, 2008 1 commit
-
-
Yusei Tahara authored
So I added field's oid in addition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18747 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Dec, 2007 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18037 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Nov, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Nov, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17536 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Oct, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17199 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Oct, 2007 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17030 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Oct, 2007 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17012 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17011 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Oct, 2007 2 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16874 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Oct, 2007 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16772 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16771 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Oct, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16756 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2007 1 commit
-
-
Yusei Tahara authored
Fixed a bug which sometimes breaks field settings at initialisation and corrupts field edit form in ZMI. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Sep, 2007 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16642 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Sep, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16583 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Sep, 2007 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16530 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Sep, 2007 3 commits
-
-
Yusei Tahara authored
Persistent object must be cloned before cached. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16521 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16502 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16501 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Sep, 2007 1 commit
-
-
Jérome Perrin authored
if no property "erp5_default_field_library_path" is defined, fallback to erp5_core.Base_viewFieldLibrary git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16405 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Sep, 2007 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16316 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@15842 20353a03-c40f-0410-a6d1-a30d3c3de9de
-