- 03 Nov, 2004 7 commits
-
-
Sidnei da Silva authored
-
Sidnei da Silva authored
Create a directive for configuring the large file threshold where temp files are created and use it for NullResource.PUT.
-
Sidnei da Silva authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Sidnei da Silva authored
- Catch AttributeErrors and KeyErrors raised from __bobo_traverse__ and convert them to NotFound. In debug mode a more verbose error message is issued, the same way it's done on attribute/item traversal. - Merged /Zope/branches/dc-bobo_traverse-branch 27744:28328
-
Sidnei da Silva authored
- Don't escape properties stored as XML (ie: having a __xml_attrs__ metadata set by PROPPATCH) when building a PROPFIND response. - If a PROPPATCH element value contains only a CDATA section, store the CDATA contents only.
-
- 02 Nov, 2004 3 commits
-
-
Sidnei da Silva authored
-
Sidnei da Silva authored
- Always unescape element contents on webdav.xmltools - Use saxutils to escape/unescape values for/from PROPFIND/PROPPATCH. - Make OFS.PropertySheet use the escaping function from webdav.xmltools. - Escape/unescape " and ' - Set a default value of '' for the new 'alt' property as not to break existing content.
-
- 31 Oct, 2004 1 commit
-
-
Andreas Jung authored
- Collector #1443: Applied patch by Simon Eisenmann that reimplements the XML parser used in WebDAV fixing a memory leak.
-
- 30 Oct, 2004 8 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
is no longer taken from the 'title' property but from the new 'alt' property. The border="0" attribute is no longer part of the HTML output except specified otherwise.
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
-
- 29 Oct, 2004 6 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 18 Oct, 2004 1 commit
-
-
Tim Peters authored
Forward port form 2.7 branch. medusa's class monitor_server derives from asyncore.dispatcher, but never called the latter's constructor. As a result, the ._map attribute set by 2.4's asyncore.dispatcher.__init__() never gets set, and calling asyncore methods later dies with an AttributeError on ._map. The fix is a 1-liner, adding a call to the base-class constructor.
-
- 17 Oct, 2004 1 commit
-
-
Andreas Jung authored
-
- 15 Oct, 2004 4 commits
-
-
Michael Dunstan authored
2.3.4 or later.
-
Andreas Jung authored
-
Andreas Jung authored
of using sys.platform
-
Andreas Jung authored
-
- 14 Oct, 2004 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
instead to all network addresses by default.
-
- 13 Oct, 2004 1 commit
-
-
Andreas Jung authored
No commit message
-
- 12 Oct, 2004 4 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
Catalog.__len__ -> Catalog._length
-
Andreas Jung authored
-
- 11 Oct, 2004 1 commit
-
-
Andreas Jung authored
variable was included into the generated query if the 'optional' flag inside dtml-sqltest was set an if the value of the string was empty.
-
- 10 Oct, 2004 1 commit
-
-
Chris McDonough authored
Collector #1350: segfaults under SessionRig stress tester. Since we perform a unfortunate monkey-patch in here to ZODB's Connection class, and in doing so we override the "close" method of that class, we need to do all of the things that ZODB 3.3's "close" method does, which includes unregistering a synchronizer.
-