- 03 May, 2005 1 commit
-
-
Christian Zagrodnick authored
-
- 02 May, 2005 2 commits
-
-
Sidnei da Silva authored
- Make it work standalone, in the absence of App.config
-
Stefan H. Holek authored
The configure method *must* be present in the Zope2 namespace.
-
- 01 May, 2005 1 commit
-
-
Andreas Jung authored
-
- 29 Apr, 2005 2 commits
-
-
Andreas Jung authored
startup phase
-
Andreas Jung authored
-
- 28 Apr, 2005 1 commit
-
-
Stefan H. Holek authored
-
- 27 Apr, 2005 3 commits
-
-
Andreas Jung authored
-
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.
-
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.
-
- 26 Apr, 2005 1 commit
-
- 25 Apr, 2005 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 24 Apr, 2005 4 commits
-
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
-
Andreas Jung authored
-
Jim Fulton authored
-
- 23 Apr, 2005 2 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
- 22 Apr, 2005 5 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
now (and CMF 1.5+ does not work that way anyway).
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Christian Heimes authored
Merged branches/tiran-zpt-pydefer r29702:30399 into trunk (including manual merge because I renamed the original branch)
-
- 21 Apr, 2005 2 commits
-
-
Stefan H. Holek authored
-
Sidnei da Silva authored
- A quote too much
-
- 19 Apr, 2005 1 commit
-
-
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).
-
- 14 Apr, 2005 5 commits
-
-
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.
-
Sidnei da Silva authored
|- Add version_txt target |- Call version_txt target from install target |
-
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
-
Sidnei da Silva authored
* Register the new signal handlers on Windows
-
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
-
- 13 Apr, 2005 1 commit
-
-
Tres Seaver authored
-
- 12 Apr, 2005 1 commit
-
- 10 Apr, 2005 5 commits
-
-
Andreas Jung authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
containers. This is necessary to satisfy expectations of python-script security machinery.
-
Jim Fulton authored
-