1. 01 Dec, 2004 1 commit
    • Sidnei da Silva's avatar
      · 77e3bb9d
      Sidnei da Silva authored
            - webdav.Resource: during COPY, manage_afterClone was called way
              too early, thus the object wasn't bound to the database and
              couldn't find a context. Changed to behave the same way as
              CopySupport.
      77e3bb9d
  2. 29 Nov, 2004 2 commits
  3. 28 Nov, 2004 1 commit
  4. 26 Nov, 2004 20 commits
  5. 24 Nov, 2004 2 commits
  6. 21 Nov, 2004 3 commits
  7. 20 Nov, 2004 1 commit
  8. 19 Nov, 2004 3 commits
  9. 18 Nov, 2004 1 commit
  10. 16 Nov, 2004 1 commit
  11. 14 Nov, 2004 2 commits
  12. 13 Nov, 2004 1 commit
  13. 12 Nov, 2004 1 commit
    • Florent Guillaume's avatar
      Merge from 2_7-branch (evan, 2004-05-21): · 84ccbcfe
      Florent Guillaume authored
      MultiHook made the bogus assumption that hooks defined in classed would
      use the same signature as hook functions added to instances. Well, they
      *would*, but only after being transformed into bound methods. This means
      that the before-publishing-traversal hook will have call signature
      (container, request) as a function, but (self, container, request) as a
      method, with self==container.
      84ccbcfe
  14. 10 Nov, 2004 1 commit