An error occurred fetching the project authors.
  1. 09 Oct, 2009 1 commit
  2. 07 Oct, 2009 1 commit
  3. 30 Sep, 2009 1 commit
  4. 22 Jun, 2009 1 commit
  5. 29 May, 2009 1 commit
  6. 11 May, 2009 2 commits
  7. 27 Apr, 2009 1 commit
  8. 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
  9. 10 Oct, 2008 1 commit
  10. 15 May, 2008 1 commit
  11. 24 Apr, 2008 1 commit
  12. 31 Mar, 2008 1 commit
  13. 10 Mar, 2008 1 commit
  14. 29 Feb, 2008 1 commit
  15. 05 Feb, 2008 3 commits
  16. 16 Jan, 2008 1 commit
  17. 05 Dec, 2007 1 commit
  18. 14 Nov, 2007 1 commit
  19. 12 Nov, 2007 1 commit
  20. 26 Oct, 2007 1 commit
  21. 17 Oct, 2007 1 commit
  22. 15 Oct, 2007 2 commits
  23. 05 Oct, 2007 2 commits
  24. 02 Oct, 2007 2 commits
  25. 01 Oct, 2007 1 commit
  26. 28 Sep, 2007 1 commit
  27. 27 Sep, 2007 3 commits
  28. 24 Sep, 2007 1 commit
  29. 21 Sep, 2007 1 commit
  30. 20 Sep, 2007 3 commits