3
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours 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
Use Paste's static entry point to serve public files to get a bit of caching.
atomatt
as Matt Goodall
More... over 15 years ago
Don't autocomplete the content-type for *-matching handlers.
atomatt
as Matt Goodall
More... over 15 years ago
Remove debug print
atomatt
as Matt Goodall
More... over 15 years ago
Improve 'accept' content negotiation.
atomatt
as Matt Goodall
More... over 15 years ago
Add more content negotiation tests.
atomatt
as Matt Goodall
More... over 15 years ago
Fix and reformat docstrings.
atomatt
as Matt Goodall
More... over 15 years ago
Add Jinja2 and Genshi contrib renderers and document suggested usage for each one.
atomatt
as Matt Goodall
More... over 15 years ago
Remove test.py and pylonseg (we don't need/use Pylons anymore).
atomatt
as Matt Goodall
More... over 15 years ago
Merge branch 'master' of ssh://[email protected]/home/vcs/restish
atomatt
as Matt Goodall
More... over 15 years ago
tweaked comment to make renderer variable name consistent More... over 15 years ago
Add a public/ directory to the project.
atomatt
as Matt Goodall
More... over 15 years ago
Minor improvement to error/email handling.
atomatt
as Matt Goodall
More... over 15 years ago
Add logging configuration.
atomatt
as Matt Goodall
More... over 15 years ago
Use package and project name in correct places.
atomatt
as Matt Goodall
More... over 15 years ago
Rename "local_conf" to "app_conf" ... that's what it really is.
atomatt
as Matt Goodall
More... over 15 years ago
Fix typo.
atomatt
as Matt Goodall
More... over 15 years ago
Merge branch 'master' of ssh://[email protected]/home/vcs/restish More... over 15 years ago
Allow form to be called when returned as element More... over 15 years ago
Cleanup.
atomatt
as Matt Goodall
More... over 15 years ago
Oops, didn't mean to commit a broken test :-/.
atomatt
as Matt Goodall
More... over 15 years ago
Extend URL tests to cover click() with a fragment id.
atomatt
as Matt Goodall
More... over 15 years ago
Add various page & element tests.
atomatt
as Matt Goodall
More... over 15 years ago
Test the templating.page decorator.
atomatt
as Matt Goodall
More... over 15 years ago
Add a MakoRenderer "contrib" module so apps don't all write one.
atomatt
as Matt Goodall
More... over 15 years ago
Add a paster template to generate a basic restish project.
atomatt
as Matt Goodall
More... over 15 years ago
Remove all dependence on Pylons and specific templating engines.
atomatt
as Matt Goodall
More... over 15 years ago
Remove unreachable code, adding a comment describing the scenario.
atomatt
as Matt Goodall
More... over 15 years ago
Add test for unrecognised short content type used in method matching.
atomatt
as Matt Goodall
More... over 15 years ago
Return a "406 Not Acceptable" when a method is supported but there was no matching handler.
atomatt
as Matt Goodall
More... over 15 years ago
Add resource/methods guards: a decorator and a resource wrapper.
atomatt
as Matt Goodall
More... over 15 years ago