1. 08 Feb, 2006 2 commits
  2. 30 Jan, 2006 1 commit
    • Jim Fulton's avatar
      Added url summary statistics. · c45a6fa3
      Jim Fulton authored
      Added HTML output that makes it easy to jump from a URL shown in a
      minute detail to the statistics for that URL.
      c45a6fa3
  3. 27 Jan, 2006 3 commits
  4. 24 Jan, 2006 2 commits
  5. 21 Jan, 2006 4 commits
  6. 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
  7. 17 Jan, 2006 1 commit
  8. 16 Jan, 2006 5 commits
  9. 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
  10. 14 Jan, 2006 2 commits
  11. 13 Jan, 2006 8 commits
  12. 12 Jan, 2006 4 commits
    • 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
    • Andreas Jung's avatar
      typo · 9f289726
      Andreas Jung authored
      9f289726
    • Andreas Jung's avatar
      - Collector #1999: fixed broken FTP rename functionality · de31b967
      Andreas Jung authored
              (RNFR now returns 350 as status code instead 250)
      de31b967
    • Andreas Jung's avatar
      - Collector #1999: fixed broken FTP rename functionality · 46465c60
      Andreas Jung authored
              (RNFR now returns 350 as status code instead 250)
      46465c60
  13. 11 Jan, 2006 3 commits