- 27 Jul, 2007 4 commits
-
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
not the context).
-
- 24 Jul, 2007 4 commits
-
-
Philipp von Weitershausen authored
Log message for revision 77024: Read that mail again, we agreed on raising an AttributeError instead of returning None.
-
Philipp von Weitershausen authored
Log message for revision 71227: Step 4: Make aq_get aware of __parent__ pointers. (Also some comment cosmetics in _Acquisition.c) Log message for revision 71228: Test aq_parent property as well (in addition to aq_parent function) Log message for revision 71229: Step 5: Make aq_chain aware of __parent__ pointers.
-
Philipp von Weitershausen authored
Log message for revision 71224: Step 3: Make aq_parent aware of __parent__ pointers.
-
Philipp von Weitershausen authored
Log message for revision 71221: Step 2: Make aq_acquire aware of __parent__ pointers, even if the object isn't acquisition wrapped. Log message for revision 71223: Add another test that tests acquisition wrappers with containers that have __parent__. Log message for revision 71225: Cosmetics: adjust a piece of code that I added earlier to the indentation style of the overall file Log message for revision 71226: Cleanup: * no need to introduce another variable where we check for a __parent__ attribute * clean up after failed getattr (it throws an AttributeError) * properly DECREF the __parent__ attribute when it's no longer needed and the wrapper that is temporarily created from the __parent__ attribute. Log message for revision 75578: Added a test to Acquisition that shows the current segmentation fault problem, when Acquisition goes in circles. Log message for revision 76140: First attempt to fix 'Acquisition problem' when encountering cyclic hierarchies via __parent__ pointers. [hannosch, nouri] In addition, Hanno and Nouri's fix was expanded to not only cover circular __parent__ pointers but also to cover a mixture of circular __parent__ and aq_parent pointers (which can occur when old Implicit acquisition meets new __parent__ pointer code). Also cleaned up much of the comments and added more comments.
-
- 10 Jul, 2007 3 commits
-
-
Philipp von Weitershausen authored
Allow assignment to a wrapper's __parent__.
-
Philipp von Weitershausen authored
Warming up: Make acquisition wrappers have __parent__ in addition to aq_parent (they point to the same thing).
-
Philipp von Weitershausen 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 9 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.
-