| Age | Commit message (Collapse) | Author |
|
The callback variable could be used to arbitrarily inject javascript
into the response object. This validates that the callback doesn't begin
with a number and is standard US ASCII characters, because trying to
make sure the JavaScript function name is actually valid would require
parsing JavaScript itself...
|
|
|
|
docs and scaffolds
|
|
|
|
|
|
subclass fix branch
|
|
|
|
|
|
|
|
|
|
parameterize _call_view and _find_views to cope
|
|
view finding
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove italics from internal references
|
|
|
|
|
|
Add a badge and link for latest documentation to complement master
|
|
|
|
update pylons sphinx theme on master branch, too
|
|
|
|
|
|
|
|
|
|
example
|
|
https://github.com/dstufft/pyramid into dstufft-custom-append-slash-redirect
|
|
|
|
|
|
fix comment in forbidden_view_config
|
|
|
|
Modify `lines` to include closing parens in source and update corresponding `emphasize-lines`. Closes #1606.
|
|
merge to see diffs more clearly
|
|
|
|
update tox/travis to check code coverage on py3
|
|
clone a new RendererHelper per request
|
|
|
|
|
|
only reset terminal echo flag if stdin is a tty
|
|
|
|
|
|
|
|
|
|
update render_to_response to prevent renderers from mutating request.response
|