1. 31 Jul, 2002 1 commit
  2. 30 Jul, 2002 8 commits
  3. 29 Jul, 2002 6 commits
  4. 25 Jul, 2002 1 commit
  5. 23 Jul, 2002 4 commits
  6. 22 Jul, 2002 4 commits
  7. 21 Jul, 2002 2 commits
    • Martijn Pieters's avatar
      Further cleanups in defaults handling code. · 6661050a
      Martijn Pieters authored
      - Clear up a comment
      
      - Rename 'keys, values' to 'key, value'
      
      - Fix potential bug: If the default for a given form entry is a list, but
        the form provided only one value (and didn't indicate it should be a list
        with :list), appending the defaults would fail.
      
      - Fix bug: If the default is a list of primitive items (not records), none
        of them would be added to the form field due to the use of the wrong
        (potentially non-existing) variable name.
      
      - Use isinstance(var, lt) instead of type(var) == type([]).
      6661050a
    • Martijn Pieters's avatar
  8. 20 Jul, 2002 1 commit
  9. 19 Jul, 2002 8 commits
  10. 18 Jul, 2002 5 commits