| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-20 | re-moving unnecessary hyphenation (see what I did there?) | Steve Piercy | |
| 2015-05-16 | Merge pull request #1682 from stevepiercy/master | Steve Piercy | |
| replace image with ASCII tree diagram | |||
| 2015-05-16 | - replace image with ASCII tree diagram | Steve Piercy | |
| - make venv name generic without a version to reduce future maintenance | |||
| 2015-05-16 | Merge pull request #1681 from stevepiercy/master | Steve Piercy | |
| cherrypick from 1.6 | |||
| 2015-05-16 | cherrypick from 1.5 | Steve Piercy | |
| 2015-05-16 | Merge pull request #1676 from stevepiercy/master | Steve Piercy | |
| grammar fix | |||
| 2015-05-16 | grammar fix | Steve Piercy | |
| 2015-05-16 | Merge pull request #1673 from stevepiercy/master | Steve Piercy | |
| grammar fix | |||
| 2015-05-16 | grammar fix | Steve Piercy | |
| 2015-05-11 | Update authorization.rst | Areski Belaid | |
| fix the url for hello route '/howdy' | |||
| 2015-05-08 | Merge pull request #1665 from stevepiercy/master | Steve Piercy | |
| Fixed minor highlighting mistake. | |||
| 2015-05-08 | Fixed minor highlighting mistake. | Florian Klemme | |
| There was just an apostrophe missing. | |||
| 2015-05-06 | Merge pull request #1659 from stevepiercy/master | Steve Piercy | |
| bump and unpin versions. RTD uses Sphinx 1.3.1 now. | |||
| 2015-05-06 | bump and unpin versions. RTD uses Sphinx 1.3.1 now. | Steve Piercy | |
| 2015-04-30 | Update logging.rst | Areski Belaid | |
| The point 5 from this tutorial http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/logging.html mention that we should see a debug message. This appears before any needed changes in `development.ini`, thus this patch intend to change the order and add an extra point to put forward changes in the ini file. | |||
| 2015-04-30 | correct view name | Steve Piercy | |
| 2015-04-26 | add pylons_sphinx_latesturl to the docs extras | Michael Merickel | |
| 2015-04-26 | update rtd.txt to just load deps from docs extras | Michael Merickel | |
| 2015-04-26 | allow dots in the jsonp callback and prefix content with a comment | Michael Merickel | |
| The comment prefix should potential exploints from flash plugins (See CVE-2014-4671 "Rosetta Flash"). | |||
| 2015-04-20 | update development.ini in scaffolds to listen on 127.0.0.1 | Michael Merickel | |
| 2015-04-20 | rearrange tox.ini | Michael Merickel | |
| 2015-04-19 | Merge pull request #1627 from bertjwregeer/security/jsonp | Michael Merickel | |
| Add some validation for the JSONP callback | |||
| 2015-04-19 | Merge branch 'pr/1571' | Michael Merickel | |
| 2015-04-19 | touch up pr 1571 | Michael Merickel | |
| 2015-04-19 | add epub to docs and specify a env-specific build dir for docs | Michael Merickel | |
| 2015-04-17 | default response_callback and finished_callback to an empty deque instead of ↵ | Michael Merickel | |
| None fixes #1600 | |||
| 2015-04-16 | Merge pull request #1636 from stevepiercy/master | Steve Piercy | |
| replace git submodule with new pylons-sphinx-themes package | |||
| 2015-04-16 | - update sphinx makefile | Steve Piercy | |
| - git submodule deinit . - replace git submodule with new pylons-sphinx-themes package. See #1614, #1596 | |||
| 2015-04-16 | Merge pull request #1635 from stevepiercy/master | Steve Piercy | |
| try to get RTD to build | |||
| 2015-04-16 | try to get RTD to build | Steve Piercy | |
| 2015-04-16 | Merge pull request #1634 from stevepiercy/master | Steve Piercy | |
| Replace git submodule crap with new pylons-sphinx-themes package goodnes... | |||
| 2015-04-16 | Replace git submodule crap with new pylons-sphinx-themes package goodness. ↵ | Steve Piercy | |
| See #1614. | |||
| 2015-04-15 | Merge pull request #1633 from dairiki/bug.temporary_response | Michael Merickel | |
| Restore request.response after render_to_response if renderer raises exception | |||
| 2015-04-15 | Add pylonshq and pylonsrtd items to update | Steve Piercy | |
| 2015-04-15 | Restore request.response if renderer raises exception | Jeff Dairiki | |
| This fixes two bugs in the ``temporary_response`` context manager: - ``Request.response`` should be restored even if the renderer raises an exception - If ``request.response`` is initially set to ``None``, it should be restored to ``None`` (rather than deleted). References: #1563 | |||
| 2015-04-15 | Add tests for temporary_response context manager | Jeff Dairiki | |
| These tests test for, among other things, the nits described in comments on #1563, namely: - ``Request.response`` should be restored even if the renderer raises an exception - If ``request.response`` is initially set to ``None``, it should be restored to ``None`` (rather than deleted). (Some of these tests currently fail.) | |||
| 2015-04-15 | Merge pull request #1632 from tisdall/master-docupdate | Michael Merickel | |
| mention adding links in whatsnew for minor revs | |||
| 2015-04-15 | Merge branch '1.6-branch' | Chris McDonough | |
| 2015-04-15 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2015-04-15 | meta related to whatsnew changing | Chris McDonough | |
| 2015-04-15 | mention adding links in whatsnew for minor revs | Tim Tisdall | |
| 2015-04-15 | Merge pull request #1631 from tisdall/1.6-docupdate | Michael Merickel | |
| typo | |||
| 2015-04-15 | typo | Tim Tisdall | |
| 2015-04-15 | update releasing.txt to use twine/wheels | Michael Merickel | |
| 2015-04-15 | update releasing.txt to use twine/wheels | Michael Merickel | |
| 2015-04-15 | master is now 1.7 | Chris McDonough | |
| 2015-04-15 | Merge branch '1.6-branch' | Chris McDonough | |
| 2015-04-14 | Merge branch 'master' into 1.6-branch | Chris McDonough | |
| 2015-04-14 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2015-04-14 | prep for 1.6a1 | Chris McDonough | |
