1. 27 Apr, 2005 2 commits
    • Tim Peters's avatar
      Install the oddball 'png' (no extension!) file from · 3f2fbcb8
      Tim Peters authored
      zope/app/publisher/browser/tests/testfiles/.  This
      required adding a one-shot mechanism to Finder.visit().
      
      The only tests that fail from a WinBuilders build/
      directory now are the two that have been failing on
      Windows since last October.
      3f2fbcb8
    • Tim Peters's avatar
      Install these file types from the Zope3 code: · ee030f65
      Tim Peters authored
          *.rst
          *.request
          *.response
      
      That fixes two of the test failures when running from a
      WinBuilders build directory.  Two others have been failing since
      last October.  That leaves one:
      
      ERROR: testCorrectFactories (zope.app.publisher.browser.tests.test_directoryresource.Test)
      ----------------------------------------------------------------------
      Traceback (most recent call last):
        File "C:\Code\build\lib\python\zope\app\publisher\browser\tests\test_directoryresource.py", line 107, in testCorrectFa
      ctories
          file = resource['png']
        File "C:\Code\build\lib\python\zope\app\publisher\browser\directoryresource.py", line 77, in __getitem__
          raise KeyError, name
      KeyError: 'png'
      
      It could well be that this one fails because zope/app/publisher/browser/tests/
      test_directoryresource has a bunch of goofy files in it, like indeed a file named
      plain "png" with no extension.
      ee030f65
  2. 26 Apr, 2005 1 commit
  3. 25 Apr, 2005 3 commits
  4. 24 Apr, 2005 4 commits
  5. 23 Apr, 2005 2 commits
  6. 22 Apr, 2005 5 commits
  7. 21 Apr, 2005 2 commits
  8. 19 Apr, 2005 1 commit
    • Tim Peters's avatar
      Port from Zope 2.7 branch. · dbe29845
      Tim Peters authored
      After consulting with Mark Hammond, removed the explicit calls to SvcStop().
      
      That method gets invoked automatically by the services framework when a
      stop request is generated.  Calling it explicitly too caused the onStop()
      method to get called multiple times.  At least ZRS's Service subclasses
      have onStop() methods that can't be called multiple times without raising
      exceptions (they shut things down, and stuff like sockets go away the
      first time onStop() gets called).
      dbe29845
  9. 14 Apr, 2005 5 commits
    • Sidnei da Silva's avatar
      · 0070e935
      Sidnei da Silva authored
      * Implement a file handler with 'rotate'.  This closes the file, attempts
        a rename to {filename}.last, then reopens the original name.  This
        then makes the log available for another process to perform the rotation
        logic on. This log handler is only installed on the Windows
        platform, where you can't rename an open file.
      0070e935
    • Sidnei da Silva's avatar
      · 5f2d589c
      Sidnei da Silva authored
      |- Add version_txt target
      |- Call version_txt target from install target
      |
      5f2d589c
    • Sidnei da Silva's avatar
      · fd335bd0
      Sidnei da Silva authored
      Major service enhancements.  Service cleanly shuts down child, and if child
      fails the tail of the process output (which generally contains a traceback)
      is
      written to the event log.
      
      Minor tweaks to the Windows build 'clean' process and documentation tweaks.
      
      Don't kill the service if we can't write to the event log
      fd335bd0
    • Sidnei da Silva's avatar
      · baff3bac
      Sidnei da Silva authored
      * Register the new signal handlers on Windows
      baff3bac
    • Sidnei da Silva's avatar
      · 7888effd
      Sidnei da Silva authored
      * Implement a signal mechanism for Windows utilising Windows 'Named Events'.
        See comments in WinSignalHandler.py for details.
      * As Windows can not rename an open file, when the 'reopen' signal is
        received try and call a 'rotate' method rather than a reopen.  Rotation
        itself is implemented in zLOG.LogHandler
      7888effd
  10. 13 Apr, 2005 1 commit
  11. 12 Apr, 2005 1 commit
  12. 10 Apr, 2005 7 commits
  13. 09 Apr, 2005 2 commits
    • Andreas Jung's avatar
      · 113fc84a
      Andreas Jung authored
      - Collector #1750: StructuredText: fixed handling of image URLs
        with query string                                            i
      - some more unittests
      113fc84a
    • Andreas Jung's avatar
      typo · a69fba72
      Andreas Jung authored
      a69fba72
  14. 08 Apr, 2005 4 commits