1. 26 Nov, 2004 10 commits
  2. 24 Nov, 2004 2 commits
  3. 21 Nov, 2004 3 commits
  4. 20 Nov, 2004 1 commit
  5. 19 Nov, 2004 3 commits
  6. 18 Nov, 2004 1 commit
  7. 16 Nov, 2004 1 commit
  8. 14 Nov, 2004 2 commits
  9. 13 Nov, 2004 1 commit
  10. 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
  11. 10 Nov, 2004 2 commits
  12. 09 Nov, 2004 1 commit
  13. 08 Nov, 2004 5 commits
  14. 07 Nov, 2004 1 commit
    • 's avatar
      fixed minor ui issues: · 03b36550
      authored
      - show warning only if 'title' is removable
      - use 'form-element' class for textarea
      03b36550
  15. 05 Nov, 2004 1 commit
  16. 04 Nov, 2004 2 commits
    • Sidnei da Silva's avatar
    • Sidnei da Silva's avatar
      · 920fffcf
      Sidnei da Silva authored
            - Added a ZConfig directive 'large-file-threshold' to control
              the request content-size threshold at which a temporary file
              gets created. Use the same value for deciding between reading
              the whole request in memory or just a chunk inside
              webdav.NullResource.PUT().
      
            - Stitch newly-created object into it's container *before*
              calling it's PUT() method. This fixes an issue with
              OFS.File/OFS.Image that would result into reading the whole
              file in memory and wrapping it into a *single* Pdata object.
      
            - Import ZServer.CONNECTION_LIMIT variable *inside* the method
              that uses it. Before this, the variable was imported at the
              module level, thus binding it too early which would cause the
              ZConfig handler to have no real effect.
      920fffcf
  17. 03 Nov, 2004 3 commits