- 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
-
- 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 1 commit
-
-
Lennart Regebro authored
-