An error occurred fetching the project authors.
- 17 Dec, 2006 3 commits
-
-
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
-
- 01 Nov, 2006 1 commit
-
-
Tres Seaver authored
-
- 24 Jun, 2006 1 commit
-
-
Tres Seaver authored
Exceptions: - 'ZServer' code which uses the 'register_subsystem' stuff. - Code which imports custom log levels (BLATHER, TRACE), now pulled from 'zLOG.EventLogger'. - Test jigs which play with zLOG's 'write_log'. - Usage in 'svn:externals' modules (ZODB, etc.)
-
- 21 May, 2006 4 commits
-
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
hacks that were in there before. Tried to reduce the diff to the Zope 2.9 code a little and moved some content type guessing code to PageTemplateFile where it really belongs (that also avoids a circular import problem).
-
Philipp von Weitershausen authored
old Zope 2 code.
-
Philipp von Weitershausen authored
as an instance by Expressions.py). Minor style cleanup in ZRPythonExpr.py.
-
- 09 May, 2006 1 commit
-
-
Philipp von Weitershausen authored
the old-style expressions. We now use the ones from Zope 3. If we can. Not sure yet :)
-
- 08 May, 2006 2 commits
-
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
- 02 May, 2006 1 commit
-
-
Philipp von Weitershausen authored
and a corresponding Five trunk
-
- 21 Apr, 2006 1 commit
-
-
Lennart Regebro authored
-
- 02 Mar, 2006 1 commit
-
-
Philipp von Weitershausen authored
If that is going to go away, then this will have to be done differently, but at least this fixes several issues where the z3-style PageTemplate implementation didn't do everything that the Zope 2 one did.
-
- 01 Mar, 2006 1 commit
-
-
Andreas Jung authored
- translation service needs to be rehooked
-
- 27 Feb, 2006 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
(PageTemplateFile needs more migration work)
-
- 08 Jan, 2006 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 18 Nov, 2005 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 29 Mar, 2005 1 commit
-
-
Christian Heimes authored
-
- 12 Jun, 2004 1 commit
-
-
Stuart Bishop authored
-
- 28 May, 2004 1 commit
-
-
Paul Winkler authored
-
- 28 Nov, 2003 1 commit
-
-
Jim Fulton authored
New-style class dictionaries are immutable. Changed some class-update code to use setattr rather thah class-dictionary modifications.
-
- 21 Oct, 2003 1 commit
-
-
Andreas Jung authored
-
- 04 Oct, 2003 1 commit
-
-
Shane Hathaway authored
This unifies the convention in templates, scripts, and Zope 3.
-
- 06 Jul, 2003 1 commit
-
-
Andreas Jung authored
problems.
-
- 18 Sep, 2002 1 commit
-
-
Florent Guillaume authored
Impacted code: - TAL: merge of the 2.7 i18n stuff, unicode fixes, tests. - PageTemplates: addition of a global translation service and of its use by the TALES engine, unicode fixes, tests. - StructuredText: unicode fixes, tests.
-
- 28 Aug, 2002 1 commit
-
-
Chris McDonough authored
response.
-
- 14 Aug, 2002 1 commit
-
-
Martijn Pieters authored
-
- 07 Jun, 2002 2 commits
-
-
Casey Duncan authored
-
Casey Duncan authored
Fix wider/narrower buttons on pt managment screen. Now supports both relative (css) and absolute widths.
-
- 20 May, 2002 1 commit
-
-
Guido van Rossum authored
in percentages; strip the percent sign to avoid a traceback calling int() when these variables are used.
-
- 19 Apr, 2002 1 commit
-
-
Andreas Jung authored
-
- 17 Apr, 2002 1 commit
-
-
Casey Duncan authored
signature.
-
- 12 Apr, 2002 2 commits
-
-
Fred Drake authored
from ExtensionClass, and reminded me that the 2.1 version of isinstance() does not deal with the more general constructs that newer versions of Python can handle.
-
Fred Drake authored
-