1. 25 Apr, 2000 4 commits
  2. 24 Apr, 2000 6 commits
  3. 21 Apr, 2000 3 commits
  4. 19 Apr, 2000 3 commits
  5. 18 Apr, 2000 3 commits
  6. 17 Apr, 2000 1 commit
  7. 14 Apr, 2000 1 commit
  8. 13 Apr, 2000 1 commit
  9. 12 Apr, 2000 2 commits
  10. 11 Apr, 2000 3 commits
  11. 10 Apr, 2000 1 commit
  12. 08 Apr, 2000 2 commits
  13. 06 Apr, 2000 3 commits
  14. 05 Apr, 2000 5 commits
  15. 04 Apr, 2000 2 commits
    • Jim Fulton's avatar
      Set REQUEST to Acquisition.Acquired to prevent creation of · b38dd699
      Jim Fulton authored
      objects with the ID 'REQUEST'.
      
      Added support for getPhysicalRoot method, which is actually acquired
      from the top-level object. We actually set the attribute to
      Acquisition.Acquired to make sure.  We also provide a security setting
      that makes it callable only from Python.
      
      Added unrestrictedTraverse, which does publisher-style traversal
      (__bobo_traverse__, getattr, getitem) without security checks.
      Provide a setting that makes it private.
      b38dd699
    • Jim Fulton's avatar
      Added getPhysicalRoot method, which just returns self. This methof is acquired... · 6a9083bf
      Jim Fulton authored
      Added getPhysicalRoot method, which just returns self. This methof is acquired by objects that need to get hold of the top-level application object.
      6a9083bf