- 13 Oct, 2005 2 commits
-
-
Paul Winkler authored
which was in the 2.8.2 release but not noted in CHANGES.txt.
-
Andreas Jung authored
-
- 12 Oct, 2005 1 commit
-
-
Sidnei da Silva authored
- OFS.Image.manage_FTPget() would str() it's .data attribute, potentially loading the whole file in memory as a string. Changed to use RESPONSE.write() iterating through the Pdata chain, just like index_html().
-
- 11 Oct, 2005 3 commits
-
-
Chris McDonough authored
No commit message
-
Chris McDonough authored
-
Tres Seaver authored
o Forward-port from 2.7 branch.
-
- 09 Oct, 2005 5 commits
-
-
Chris Withers authored
Merge of fix for #1490 to 2.8 branch: new zope.conf option for controlling the encoding of data sent to ZPublisher without any specified encoding.
-
Andreas Jung authored
- disabled ".. include" directive for all the ZReST product and the reStructuredText package
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 05 Oct, 2005 1 commit
-
-
Tres Seaver authored
-
- 04 Oct, 2005 4 commits
-
-
Tim Peters authored
File._read_data(): This uses savepoints just to get oids assigned and to free memory, with no possibility of rollback. Therefore "optimistic" savepoints should be used: there's no reason here to insist that any data managers involved support rollback.
-
Florent Guillaume authored
The '@' character is now allowed in object ids (RFC 1738 allows it). Expanded tests for _checkId.
-
Florent Guillaume authored
Expanded tests for _checkId.
-
- 02 Oct, 2005 4 commits
-
-
Andreas Jung authored
with DirectoryStorage
-
Andreas Jung authored
with DirectoryStorage
- 01 Oct, 2005 2 commits
-
-
Jens Vagelpohl authored
the TransientObject's __repr__ method.
-
Jens Vagelpohl authored
the TransientObject's __repr__ method.
-
- 30 Sep, 2005 1 commit
-
- 28 Sep, 2005 1 commit
-
-
Chris Withers authored
-
- 26 Sep, 2005 2 commits
-
-
Martijn Pieters authored
-
Martijn Pieters authored
test causes a Unauthorized exception to be raised, which now correctly is *not* handled by the publisher, as requested. **This change needs to be propagated to the Five repository to become permanent!**
-
- 25 Sep, 2005 6 commits
-
-
Chris McDonough authored
Prevent 'render' function in Expressions.py for being called for basic types (minor speed improvement). See http://www.zope.org/Collectors/Zope/1890.
-
Chris McDonough authored
Prevent 'render' function in Expressions.py for being called for basic types (minor speed improvement). See http://www.zope.org/Collectors/Zope/1890.
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 24 Sep, 2005 6 commits
-
-
Tres Seaver authored
'debug' argument passed to 'ZPublisher.Test.publish_module'.
-
Andreas Jung authored
- Collector #1879: applied patch by Dieter Maurer to fix a bug in ac_aquire() ignoring the default argument
-
Andreas Jung authored
ac_aquire() ignoring the default argument
-
Andreas Jung authored
Collector #1864, #1906: fixed header normalization in appendHeader()
-
Andreas Jung authored
Collector #1864, #1906: fixed header normalization in appendHeader()
-
Andreas Jung authored
-
- 22 Sep, 2005 1 commit
-
-
Sidnei da Silva authored
- Missing import
-
- 16 Sep, 2005 1 commit
-
-
Tres Seaver authored
-