- 23 Dec, 2006 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
- the ZMI edit view now *always* uses 'utf-8' and no longer uses self.output_encoding (which is only relevant for FTP/WebDAV) - 'output_encoding' is now a property
-
- 20 Dec, 2006 1 commit
-
-
Andreas Jung authored
/Zope/branches/ajung-zpt-encoding-fixes This branch fixes several encoding issues with the ZopePageTemplate implementation, some webdav issues and now uses unicode internally for ZPT instances (but not for the PageTemplate(File) classes)
-
- 18 Dec, 2006 11 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
from a <meta http-equiv..> tag
-
- 17 Dec, 2006 21 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
necessary for pt_edit() calls where the encoding should not be changed by sniffing inside the content (used by pt_editAction(), ZMI and by the constructor)
-
Andreas Jung authored
- moved the encoding detection into pt_edit() to make it available in a single place
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
as encoding if the encoding could not be determined from the body text
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
(should be fixed in Zope 3)
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
the PUT factory now tries to detect the encoding of uploaded contenthe PUT factory now tries to detect the encoding of uploaded contentt
-
Andreas Jung authored
- PUT() now uses pt_edit() in order to play nicely with encoded text. We *except* the the encoding of the uploaded text is the same as the original encoding (self.output_encoding)
-
Andreas Jung authored
- add pt_render() in order to convert result of PageTemplate.pt_render() - returned as unicode - to the output_encoding - __call__() sets the charset property of the conent-type header according to the output encoding
-
Andreas Jung authored
-
Andreas Jung authored
-
- 15 Dec, 2006 1 commit
-
-
Stefan H. Holek authored
Collector #2187: PUT_factory broken.
-
- 07 Dec, 2006 1 commit
-
-
Andreas Jung authored
-
- 25 Nov, 2006 1 commit
-
-
Stefan H. Holek authored
- test.py lives in ZOPE_HOME for checkouts and ZOPE_HOME/bin for installations. - Comparing abspaths does not fly when symlinks are involved; use realpaths instead.
-
- 21 Nov, 2006 2 commits
-
-
Stefan H. Holek authored
"don't want to see Z2 interfaces anymore".
-
Dorneles Tremea authored
Extended DateTime parser for better support to the ISO8601 specification. Normalized docstrings. Fixes http://www.zope.org/Collectors/Zope/2191.
-