1. 17 Oct, 2002 4 commits
  2. 16 Oct, 2002 5 commits
  3. 15 Oct, 2002 4 commits
  4. 14 Oct, 2002 2 commits
    • Shane Hathaway's avatar
      Merge from 2_6 branch. · 42ea9a15
      Shane Hathaway authored
      PageTemplateFiles were previously owned by whatever object contained
      them.  This resulted in very hard bugs if the user who owned the
      container was removed.  Since PageTemplateFiles come from the
      filesystem, they are now "unowned", similar to DTMLFiles.  Security is
      still applied, but now it is applied correctly.
      42ea9a15
    • Brian Lloyd's avatar
      Backport fix for bad type converter. · 36a4864b
      Brian Lloyd authored
      36a4864b
  5. 12 Oct, 2002 1 commit
    • Martijn Pieters's avatar
      Add missing import. · 1025149c
      Martijn Pieters authored
      Ahem, *cough*: "Please run the test suite before checking in a change! At
      the very least run the tests for the package you changed."
      1025149c
  6. 11 Oct, 2002 3 commits
  7. 10 Oct, 2002 6 commits
  8. 09 Oct, 2002 6 commits
  9. 08 Oct, 2002 4 commits
  10. 07 Oct, 2002 1 commit
  11. 06 Oct, 2002 2 commits
  12. 05 Oct, 2002 2 commits
    • Martijn Pieters's avatar
      New method setStateFunction for TreeMaker. · 4c615b75
      Martijn Pieters authored
      - Refactor tree method to allow callback function (set with
        setStateFunction) to influence node state.
      
      - hasChildren now stores the result of getChildren in a local cache, which
        getChildren uses and clears on a subsequent call. This was needed to avoid
        generating the children list for open nodes twice.
      
      - hasChildren now flattens its return value to a boolean; tree relies on
        this.
      4c615b75
    • Martijn Pieters's avatar
      Fix typo · a694a566
      Martijn Pieters authored
      a694a566