3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change templates' to 'template' for better consistency with the plurality of other package components.
atomatt
as Matt Goodall
More... about 15 years ago
Allow @child matchers to match on static, unicode strings.
atomatt
as Matt Goodall
More... about 15 years ago
Add PasteDeploy setup-app support for new pastertemplate projects.
atomatt
as Matt Goodall
More... about 15 years ago
Add test_suite to setup.py and remove prints.
atomatt
as Matt Goodall
More... about 15 years ago
Move version to next dev release.
atomatt
as Matt Goodall
More... about 15 years ago
Prepare 0.8 release.
atomatt
as Matt Goodall
More... about 15 years ago
Add the enew ApplicationURLAccessor to the CHANGELOG.
atomatt
as Matt Goodall
More... about 15 years ago
Add an ApplicationURLAccessor in a contrib module.
atomatt
as Matt Goodall
More... about 15 years ago
Added Request.application_path.
atomatt
as Matt Goodall
More... about 15 years ago
Fixup the TempitaRenderer so stuff like {{inherit}} works.
atomatt
as Matt Goodall
More... about 15 years ago
Small change to the generated lib/templating.py module.
atomatt
as Matt Goodall
More... about 15 years ago
Add a contrib renderer for the Tempita engine.
atomatt
as Matt Goodall
More... about 15 years ago
Fix docs and docstrings in templating renderer contrib modules to match new templating configuration.
atomatt
as Matt Goodall
More... about 15 years ago
Rewrite/refactor the templating module to make its use less dependent on the application's 'lib' module.
atomatt
as Matt Goodall
More... about 15 years ago
Rebuild docs.
atomatt
as Matt Goodall
More... about 15 years ago
Fix name of class in example, and a couple of other minor mistakes.
atomatt
as Matt Goodall
More... about 15 years ago
Remove print statement.
atomatt
as Matt Goodall
More... about 15 years ago
Remove unused import.
atomatt
as Matt Goodall
More... about 15 years ago
Start writing the 0.8 CHANGELOG.
atomatt
as Matt Goodall
More... about 15 years ago
Merge branch '0.7-fixes'
atomatt
as Matt Goodall
More... about 15 years ago
Extract render_page, render_response and render_element from templating decorators.
atomatt
as Matt Goodall
More... about 15 years ago
Prepare 0.7.2 release
atomatt
as Matt Goodall
More... about 15 years ago
Fix typo.
atomatt
as Matt Goodall
More... about 15 years ago
Don't re-encode the URL segments in the @child match.
atomatt
as Matt Goodall
More... about 15 years ago
Don't re-encode the URL segments in the @child match.
atomatt
as Matt Goodall
More... about 15 years ago
Add brief description to the README file.
atomatt
as Matt Goodall
More... about 15 years ago
Subclass webob instead of proxying calls using __getattr__.
atomatt
as Matt Goodall
More... about 15 years ago
Avoid creating lots of URL instances just to work out the relative path.
atomatt
as Matt Goodall
More... about 15 years ago
Prepare 0.7.1 release.
atomatt
as Matt Goodall
More... about 15 years ago
Fix for use with WebOb 0.9.6.
atomatt
as Matt Goodall
More... about 15 years ago