1. 04 May, 1999 1 commit
    • Ken Manheimer's avatar
      Fix submitted by Martijn Pieters: · 3dbe1a82
      Ken Manheimer authored
      Currently, any property type int or long, set to 0, will show up in the Properties Management tab as blank. This then will result in errors when trying to change values of other properties, etc.
      
      The problem is caused by a test for getProperty in properties.dtml. If it returns false, it won't display the value. If it would test for hasProperty instead, the property is correctly displayed.
      
      Here is a diff:
      diff -r1.29 properties.dtml
      46c46
      <    value="<!--#if "getProperty(id)"--><!--#var "'%d' % getProperty(id)"--><!--#/if-->">
      ---
      >    value="<!--#if "hasProperty(id)"--><!--#var "'%d' % getProperty(id)"--><!--#/if-->">
      3dbe1a82
  2. 03 May, 1999 21 commits
  3. 01 May, 1999 2 commits
  4. 30 Apr, 1999 8 commits
  5. 29 Apr, 1999 8 commits