- 26 Nov, 2004 3 commits
-
-
Florent Guillaume authored
-
Andreas Jung authored
-
Andreas Jung authored
- Collector #1407: changed WebDAV display name for objects to title_or_id()
-
- 24 Nov, 2004 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
hostnames instead of IP addresses only (patch by Dieter Maurer)
-
- 21 Nov, 2004 3 commits
-
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
Use proper if REQUEST is not None everywhere.
-
- 20 Nov, 2004 1 commit
-
-
Andreas Jung authored
-
- 19 Nov, 2004 3 commits
-
-
Florent Guillaume authored
debug mode and if the user is not Manager). This allows for better debugging, while still keeping the possibility for a Manager to delete buggy objects.
-
Florent Guillaume authored
-
Florent Guillaume authored
-
- 18 Nov, 2004 1 commit
-
-
Andreas Jung authored
for non-ascii characters.
-
- 16 Nov, 2004 1 commit
-
-
Florent Guillaume authored
Collector #1577: Fixed cryptic error message in ZPublisher if a non-ASCII string is passed to a date, int, long or float property.
-
- 14 Nov, 2004 2 commits
-
-
Florent Guillaume authored
web pages or HTTP headers.
-
Florent Guillaume authored
-
- 13 Nov, 2004 1 commit
-
-
Florent Guillaume authored
servers.
-
- 12 Nov, 2004 1 commit
-
-
Florent Guillaume authored
MultiHook made the bogus assumption that hooks defined in classed would use the same signature as hook functions added to instances. Well, they *would*, but only after being transformed into bound methods. This means that the before-publishing-traversal hook will have call signature (container, request) as a function, but (self, container, request) as a method, with self==container.
-
- 10 Nov, 2004 2 commits
-
-
Jens Vagelpohl authored
"javascript" as editable through the File edit form, just like text/<foo> types
-
Paul Winkler authored
I thought I had merged this before but clearly not :-( Also fixed a deprecation warning in testZopePageTemplate.py.
-
- 09 Nov, 2004 1 commit
-
-
Jens Vagelpohl authored
return correctly formatted ISO 8601-representations to augment the ISO method which isn't compliant with ISO 8601.
-
- 08 Nov, 2004 5 commits
-
-
Lennart Regebro authored
-
Jens Vagelpohl authored
Statistics view in the ZMI
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
-
Andreas Jung authored
could fail due to a broken "echo" implementation causing the creation of a borked version.txt file.
-
- 07 Nov, 2004 1 commit
-
- 05 Nov, 2004 1 commit
-
-
Florent Guillaume authored
split into small chunks even when initialized from a string.
-
- 04 Nov, 2004 2 commits
-
-
Sidnei da Silva authored
-
Sidnei da Silva authored
- Added a ZConfig directive 'large-file-threshold' to control the request content-size threshold at which a temporary file gets created. Use the same value for deciding between reading the whole request in memory or just a chunk inside webdav.NullResource.PUT(). - Stitch newly-created object into it's container *before* calling it's PUT() method. This fixes an issue with OFS.File/OFS.Image that would result into reading the whole file in memory and wrapping it into a *single* Pdata object. - Import ZServer.CONNECTION_LIMIT variable *inside* the method that uses it. Before this, the variable was imported at the module level, thus binding it too early which would cause the ZConfig handler to have no real effect.
-
- 03 Nov, 2004 4 commits
-
-
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 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-