- 22 Dec, 2004 1 commit
-
-
Andreas Jung authored
-
- 18 Dec, 2004 2 commits
-
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
A RNFR (rename from) request was always responded with a response 350 (succesful). We do now check if the source file really exists and return a 550 response in case if it doest not.
-
- 17 Dec, 2004 1 commit
-
-
Chris McDonough authored
Collector 1626: Don't raise Forbidden if we don't know what to do. Instead, riase Unauthorized if _verifyObjectPaste fails in a way that we understand; let all other exceptions bubble to the top.
-
- 12 Dec, 2004 1 commit
-
-
Andreas Jung authored
-
- 06 Dec, 2004 1 commit
-
-
Andreas Jung authored
-
- 02 Dec, 2004 1 commit
-
-
Andreas Jung authored
full URL without query string as it appears within the location bar of the browser. The key has been added to provide a single key that is available for vhosted and non-vhosted installations. - Collector #1605: VHM did not quote URLs
-
- 01 Dec, 2004 1 commit
-
-
Sidnei da Silva authored
- webdav.Resource: during COPY, manage_afterClone was called way too early, thus the object wasn't bound to the database and couldn't find a context. Changed to behave the same way as CopySupport.
-
- 29 Nov, 2004 2 commits
-
-
Stefan H. Holek authored
-
Andreas Jung authored
- RAMCacheManager: opimized performance by using cPickle instead of pickle and by using the highest pickle protocol available instead of using ASCII pickles (patch by Dieter Maurer)
-
- 28 Nov, 2004 1 commit
-
-
Andreas Jung authored
numbers were not rendered correctly
-
- 26 Nov, 2004 20 commits
-
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Tres Seaver authored
-
Florent Guillaume authored
"foo=bar; hmm; baz=gee" will give an empty value for 'hmm' instead of silently discarding it and the rest of the string. (Thanks to 'sirilyan' for the patch.)
-
Lennart Regebro authored
bin/zopectl test now uses os.execv, instead os os.system, so that options with characters that needs shell quoting doesn't break the command.
-
Tres Seaver authored
-
Lennart Regebro authored
Updated doc/UNITTEST.txt and lib/python/Testing/README.txt to reflect progress made since UNITTEST.txt was originally written.
-
Christian Theune authored
-
Florent Guillaume authored
-
Florent Guillaume authored
specified in the Content-Type header. (Collector #1510)
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Andreas Jung authored
-
Andreas Jung authored
- Collector #1593: fixed dumb _get_id() implementation in OFS.CopySupport that produced copy_of_copy_of....files
-
Andreas Jung authored
- Collector #1450: files in utilities/ZODBTools are now installed during the installation process in the 'bin' directory
-
Andreas Jung authored
to zope.conf to specific the maximum length of a HTTP request header before it is considered as a possible DoS attack and discarded.
-
Andreas Jung authored
- Collector #1371: added new 'cgi-maxlen' directive to zope.conf to limit the amount of form data being processed by Zope to prevent DoS attacks
-
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
-