An error occurred fetching the project authors.
  1. 11 May, 2009 1 commit
  2. 27 Apr, 2009 1 commit
  3. 19 Jan, 2009 1 commit
    • Fabien Morin's avatar
      correct a bug that makes the default value of checkbox not working : · c93d0b99
      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
      c93d0b99
  4. 10 Oct, 2008 1 commit
  5. 15 May, 2008 1 commit
  6. 24 Apr, 2008 1 commit
  7. 31 Mar, 2008 1 commit
  8. 10 Mar, 2008 1 commit
  9. 29 Feb, 2008 1 commit
  10. 05 Feb, 2008 3 commits
  11. 16 Jan, 2008 1 commit
  12. 05 Dec, 2007 1 commit
  13. 14 Nov, 2007 1 commit
  14. 12 Nov, 2007 1 commit
  15. 26 Oct, 2007 1 commit
  16. 17 Oct, 2007 1 commit
  17. 15 Oct, 2007 2 commits
  18. 05 Oct, 2007 2 commits
  19. 02 Oct, 2007 2 commits
  20. 01 Oct, 2007 1 commit
  21. 28 Sep, 2007 1 commit
  22. 27 Sep, 2007 3 commits
  23. 24 Sep, 2007 1 commit
  24. 21 Sep, 2007 1 commit
  25. 20 Sep, 2007 3 commits
  26. 17 Sep, 2007 1 commit
  27. 12 Sep, 2007 1 commit
  28. 27 Aug, 2007 1 commit
  29. 16 Aug, 2007 1 commit
  30. 14 Aug, 2007 1 commit
  31. 13 Aug, 2007 1 commit