1. 24 Feb, 2006 1 commit
  2. 22 Feb, 2006 2 commits
    • David Whitfield Morriss's avatar
      4690ca0e
    • David Whitfield Morriss's avatar
      for alecm: · 8ff15818
      David Whitfield Morriss authored
      Changed Traversable to call the original __bobo_traverse__ method before 
      attempting to use attribute access to find the desired object.  This ensures 
      that the monkeypatched object retains the same behavior as the original 
      object during traversal.  Also, added checks to see if the request is a 
      WebDAV request in which case attribute lookup is performed without 
      acquisition (see BaseRequest.traverse for why this is important).
      8ff15818
  3. 21 Feb, 2006 1 commit
  4. 19 Feb, 2006 4 commits
  5. 15 Feb, 2006 1 commit
  6. 12 Feb, 2006 2 commits
  7. 11 Feb, 2006 1 commit
    • Andreas Jung's avatar
      · 4c5b50ea
      Andreas Jung authored
            - zope.app.introspector was included with the source archive
      4c5b50ea
  8. 08 Feb, 2006 1 commit
  9. 07 Feb, 2006 1 commit
  10. 27 Jan, 2006 3 commits
  11. 21 Jan, 2006 3 commits
    • Sidnei da Silva's avatar
      · 62fd608a
      Sidnei da Silva authored
            - Collector #2002: fixed broken 'ls -R' functionality (didn't
              recurse properly subclasses of OFS.Folder)
      62fd608a
    • Sidnei da Silva's avatar
      · d9a7a8ad
      Sidnei da Silva authored
      - Wrong branch
      d9a7a8ad
    • Sidnei da Silva's avatar
      · aa16e459
      Sidnei da Silva authored
            - Collector #2002: fixed broken 'ls -R' functionality (didn't
              recurse properly subclasses of OFS.Folder)
      aa16e459
  12. 19 Jan, 2006 3 commits
    • Sidnei da Silva's avatar
      · 3fda7df6
      Sidnei da Silva authored
      - I must be blind
      3fda7df6
    • Sidnei da Silva's avatar
      · 5beadefb
      Sidnei da Silva authored
      - Another dependency
      5beadefb
    • Sidnei da Silva's avatar
      · 9c4ce6f0
      Sidnei da Silva authored
      - Fetch the dependencies with curl
      9c4ce6f0
  13. 17 Jan, 2006 1 commit
  14. 16 Jan, 2006 5 commits
  15. 15 Jan, 2006 2 commits
    • Stefan H. Holek's avatar
    • Tim Peters's avatar
      Move to InnoSetup 5. · 741531a4
      Tim Peters authored
      InnoSetup 4 CAN NO LONGER BE USED.
      
      Besides that there's no future in relying on obsolete
      versions of tools, version 5 introduced a vastly easier
      way to manage the custom dialog pages Zope wants.  That
      allowed getting rid of about 60 lines of inscrutable
      Pascal code.  Of course the code that replaces them is also
      inscrutable, but there's about 60 fewer lines of it to
      torture future generations ;-).
      741531a4
  16. 14 Jan, 2006 2 commits
  17. 13 Jan, 2006 6 commits
  18. 12 Jan, 2006 1 commit
    • Tim Peters's avatar
      Pain, pain, and more pain. · fbeb4f9c
      Tim Peters authored
      The build-the-installer process now completes, and running
      the installer creates something that may or may not be a
      working Zope.  It starts fine as a Windows Service, and at
      least "looks like a Zope" ;-)
      
      Nothing in the build-the-Windows-installer process here
      uses anything in the root of the inst/ directory anymore.
      Instead the WinBuilders zope.mk builds Zope all by itself,
      using the Python created by python.mk.  Everything these
      used to use in the root of the inst/ directory was so out
      of whack with current reality that there was no point even
      trying to reverse-engineer what it thought it was doing.
      
      Note that comments in the code highlight what look like
      bugs in distutils, and in the Windows xcopy command (that
      last one took hours to track down -- sheesh).
      fbeb4f9c