summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This branch is a refactor of the cook- and render implementation which adds a...engine-as-componentMalthe Borch2011-07-204-20/+119
* Removed ancient copyright from test files (LP: #607228)Gediminas Paulauskas2011-06-086-75/+8
* bump versionFred Drake2010-07-081-1/+1
* make the PTRuntimeError exception message consistent across Python versionsFred Drake2010-07-083-4/+22
* add interpreter partFred Drake2010-07-081-1/+6
* Remove CVS-era Id fossils.Tres Seaver2010-06-0316-32/+0
* Conform to repository policy.Tres Seaver2010-05-0517-16/+61
* Bump versionHanno Schlichting2010-04-302-1/+5
* Prepare zope.pagetemplate 3.5.1.Hanno Schlichting2010-04-302-2/+2
* Update bootstrapHanno Schlichting2010-04-301-20/+89
* Removed use of 'zope.testing.doctestunit' in favor of stdlib's doctest.Tres Seaver2010-04-162-1/+3
* fix dependencies (thanks to z3c.dependencychecker)Godefroid Chapelle2009-12-182-8/+9
* pep8Godefroid Chapelle2009-12-181-9/+10
* Mark as part of the ZTKMartijn Faassen2009-09-111-0/+5
* added dependency on zope.security [untrustedpython]Fabio Tranchitella2009-07-072-1/+3
* svbTres Seaver2009-05-252-1/+6
* Prep 3.5.0 release.Tres Seaver2009-05-252-2/+2
* Added test coverage reporting support.Tres Seaver2009-05-252-1/+14
* Moved 'engine' module and here from ``zope.app.pagetemplate`` package.Tres Seaver2009-05-256-3/+625
* Bump version.Dan Korostelev2009-03-162-2/+7
* Remove old zpkg-related DEPENDENCIES.cfg file.Dan Korostelev2009-03-163-6/+8
* As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...Baiju Muthukadan2009-03-111-8/+1
* Bump version after release.Sylvain Viollon2009-01-272-1/+6
* Update CHANGES.txtSylvain Viollon2009-01-271-0/+5
* Make tests work with recent changes to the TAL interpreter (zope.tal 3.5.0) r...Philipp von Weitershausen2008-06-071-6/+6
* bump version numberBaiju Muthukadan2007-10-041-1/+1
* Fix up REST a little bit.Stephan Richter2007-10-032-6/+1
* Updated meta-data and get ready for the release.Stephan Richter2007-10-035-35/+67
* removed pt_warnings() since the pt_warnings() implementation has been removedAndreas Jung2007-08-041-7/+0
* added find-links to zope.orgChristian Zagrodnick2007-06-011-0/+1
* Moving code to satellite.Christian Theune2007-05-0347-0/+2031
|\
| * - zope.pagetemplate.pagetemplatefile introspects the html http-equivbackups/monolithic-zope3@75158Christian Zagrodnick2007-03-073-1/+18
| * Merge from 3.3 branch:Philipp von Weitershausen2007-01-141-0/+10
| * - removed `usage` cruftChristian Theune2006-09-057-97/+0
| * - removed internal concept of 'warnings' from TAL as it was cruftChristian Theune2006-09-011-12/+2
| * - ported fix for issue 199 from 3.3 branch: macro expansion on ZPT pages now...Christian Theune2006-06-171-2/+2
| * Forward port from 3.3 branch:Philipp von Weitershausen2006-05-213-0/+14
| |\
| | * The default Context implementation wasn't fully complying with ITALExpression...Philipp von Weitershausen2006-05-213-0/+146
| * fix typosFred Drake2006-05-111-2/+2
| * enable previously-failing test, adding in a fix for the problem:Fred Drake2006-03-141-3/+3
| * add two tests for the interaction of on-error handlers and macros; oneFred Drake2006-03-131-0/+38
| * Improved bug 199: ZPTPage macro expansion Changed label text to match theChristian Theune2005-12-021-1/+1
| * Fixed bug 489: Template Parse Errors Do Not Report the FilenameChristian Theune2005-12-021-2/+2
| * Don't shadow. remove empty linesJulien Anguenot2005-10-141-11/+9
| * Massive style cleanup: Move to new raise exception style; for motivation, see:Martijn Pieters2005-08-302-3/+3
| * Now input encoding of a PageTemplateFile in 'html' mode is determinedDmitry Vasiliev2005-07-212-5/+41
| * Added new testDmitry Vasiliev2005-07-201-1/+18
| * Refactoring: method extractedDmitry Vasiliev2005-07-201-12/+17
| * Triggered substitutions for 'Id'Dmitry Vasiliev2005-07-150-0/+0
| * Default input encoding for PageTemplateFile set to 'utf-8'Dmitry Vasiliev2005-07-141-4/+10