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