16
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now function defined in a template can be passed to its base template without problems. The new %rebase feature for SimpleTemplate works now as expected. More... over 15 years ago
Experimental support for template inheritance in SimpleTemplate. More... over 15 years ago
Removed a bug in send_file()s If-Modified-Since code and lowered the default interval for the autoreloader More... over 15 years ago
Added charset handling and default variable definition for Mako templates. Cherry-pick from git://github.com/babs/bottle.git More... over 15 years ago
Bugfix: Template lookup in ./views subdirectory More... over 15 years ago
Version bump. Mostly to replace the buggy release 0.6.2 ... More... over 15 years ago
Fall back to GET on HEAD requests if no HEAD route matches. More... over 15 years ago
Bugfix for send_file and a typo More... over 15 years ago
Bugfix: Typo in send_file and better If-Modified-Since support using email.uril.parsedate_tz More... over 15 years ago
Merge branch 'master' of 10.10.11.99:bottle More... over 15 years ago
Renamed @tpl to @view and added @mako_view and @cheetah_view. Removed TEMPLATE_ADAPTER. More... over 15 years ago
Bugfix: Mako template lookup Feature: New @tpl decorator Feature: Use bottle.TEMPLATE_ADAPTER to define a default adapter. Cleanup: Some new or improoved docstrings Todo: Configuration api... More... over 15 years ago
Code cleanup (PEP8) More... over 15 years ago
Repaired Mako test cases More... over 15 years ago
Refactoring More... over 15 years ago
Made reloading a bit less agressive and did some refactoring More... over 15 years ago
Made parse_date() more robust More... over 15 years ago
Added tests for date parser More... over 15 years ago
Refactored If-Modified-Since date string parsing in send_file() More... over 15 years ago
Added more tests for SimpleTemplate and MakoTemplate. More... over 15 years ago
Disabling templates caching in debug mode. More... over 15 years ago
Added some unit tests for MakoTemplate. More... over 15 years ago
Bugfix: Bottle introduced a bug in template() with release 0.6. Sorry for that. Please update to 0.6.2 More... over 15 years ago
Request.environ is not private anymore. Request._environ still exists for backward compatibility. More... over 15 years ago
Bugfix release: Fapws3 server problems with returned strings. More... over 15 years ago
Refactoring template adapter api (incomplete) More... over 15 years ago
Version bump due to awesome new features More... over 15 years ago
Typo More... over 15 years ago
Removed some outdated stuff from README.md More... over 15 years ago
Experimental auto-reloading support. Disabled by default. Use run(reloader=True) to activate (and test) this feature. More... over 15 years ago