- 25 Jul, 2007 1 commit
-
-
Philipp von Weitershausen authored
- Ship Zope with a standard docutils 0.4 distribution, instead of a patched one. Both trusted and untrusted code are still protected against unwanted file inclusion.
-
- 23 Jul, 2007 2 commits
-
-
Chris McDonough authored
No commit message
-
Chris McDonough authored
-
- 19 Jul, 2007 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 18 Jul, 2007 1 commit
-
-
Andreas Jung authored
-
- 12 Jul, 2007 2 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
- 10 Jul, 2007 1 commit
-
-
Stefan H. Holek authored
-
- 05 Jul, 2007 1 commit
-
-
Martijn Faassen authored
work done for Infrae.
-
- 02 Jul, 2007 1 commit
-
-
Stefan H. Holek authored
-
- 01 Jul, 2007 2 commits
-
-
Lennart Regebro authored
-
Lennart Regebro authored
-
- 29 Jun, 2007 1 commit
-
-
Stefan H. Holek authored
The REQUEST should not accept holds after it has been closed.
-
- 26 Jun, 2007 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 25 Jun, 2007 2 commits
-
-
Tres Seaver authored
o See http://www.zope.org/Collectors/Zope/2333
-
Hanno Schlichting authored
-
- 24 Jun, 2007 1 commit
-
-
Stefan H. Holek authored
-
- 23 Jun, 2007 8 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
Stefan H. Holek authored
registered via five:registerPackage.
-
Stefan H. Holek authored
-
Andreas Jung authored
-
Andreas Jung authored
errors
-
Andreas Jung authored
- Collector #2295: Comments in PythonScripts could lead to syntax errors
-
Andreas Jung authored
errors
-
- 18 Jun, 2007 2 commits
-
-
Sidnei da Silva authored
- DAV: compatibility with Windows Web Folders restored by adding a configuration variable that controls the sending of the non-standard MS-Author-Via and Public headers. Thanks for PatrickD for the the hard work coming up with an initial patch. (http://zope.org/Collectors/Zope/1441)
-
Wichert Akkerman authored
-
- 17 Jun, 2007 10 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
Revert code that fixed litmus cond_put_corrupt_token and fail_cond_put_unlock tests, because the fix broke (the more important) lock_collection test. Add a description of the current litmus failures in webdav/litmus-results.txt.
-
Wichert Akkerman authored
Add support for delayed initialization of packages through a _packages_to_initialize list on the Products package
-
Wichert Akkerman authored
-
Wichert Akkerman authored
Delay registration of python packages until a moment when a ZODB connection is available http://www.zope.org/Collectors/Zope/2293
-
Chris McDonough authored
webdav.Resource.dav__simpleifhandler. If the resource is not locked, and a DAV request contains an If header, no token can possibly match and we must return a 412 Precondition Failed instead of 204 No Content.
-
Chris McDonough authored
in webdav.Resource.dav__simpleifhandler. If the resource is locked at all, and a DAV request contains an If header, and none of the lock tokens present in the header match a lock on the resource, we need to return a 423 Locked instead of 204 No Content.
-
Chris McDonough authored
because we returned "412 Precondition Failed" instead of "423 Locked" when the resource attempting to be moved was itself locked. Fixed by changing Resource.Resource.MOVE to raise the correct error.
-
Chris McDonough authored
the wrong thing.
-