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