| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-19 | A ``check_csrf`` view predicate was added. For example, you can now do | Chris McDonough | |
| ``config.add_view(someview, check_csrf=True)``. When the predicate is checked, if the ``csrf_token`` value in ``request.params`` matches the csrf token in the request's session, the view will be permitted to execute. Otherwise, it will not be permitted to execute. | |||
| 2012-09-19 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-19 | add check_csrf convenience function | Chris McDonough | |
| 2012-09-18 | mention set_request_property's doc-deprecation up above as well, make | Philip Jenvey | |
| add_request_method more prominent | |||
| 2012-09-17 | resolve contributors.txt merge conflict | Chris McDonough | |
| 2012-09-16 | make use_tweens=False the default | Chris McDonough | |
| 2012-09-16 | describe how to restrict access to 127.0.0.1, closes #489 | Chris McDonough | |
| 2012-09-16 | no longer an issue | Chris McDonough | |
| 2012-09-16 | add link to forbidden footnote ref issue #671 | Chris McDonough | |
| 2012-09-16 | update docs to recommend 2.7, add distribute-related instructions for python ↵ | Chris McDonough | |
| 3, add windows instructions for python 3, closes #653 | |||
| 2012-09-16 | explain how this works with the exception view | Chris McDonough | |
| 2012-09-16 | make use_tweens=True the default, add some more tests | Chris McDonough | |
| 2012-09-16 | pointer | Chris McDonough | |
| 2012-09-16 | rename subrequest to invoke_subrequest | Chris McDonough | |
| 2012-09-16 | wording | Chris McDonough | |
| 2012-09-16 | garden todo, add docs about exception handling | Chris McDonough | |
| 2012-09-16 | explain | Chris McDonough | |
| 2012-09-16 | explain | Chris McDonough | |
| 2012-09-16 | moar | Chris McDonough | |
| 2012-09-16 | docs and test | Chris McDonough | |
| 2012-09-16 | add docs | Chris McDonough | |
| 2012-09-16 | fixed typo | Blaise Laflamme | |
| 2012-09-15 | really add whatsnew-1.4 | Chris McDonough | |
| 2012-09-15 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-15 | add a whatsnew-1.4 document | Chris McDonough | |
| 2012-09-16 | fixed git submodule update for docs | Blaise Laflamme | |
| 2012-09-15 | merge jinty's testConfig code | Chris McDonough | |
| 2012-09-15 | add pyramid.decorator.reify as an API. Closes #682 | Chris McDonough | |
| 2012-09-15 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-15 | point at cookbook | Chris McDonough | |
| 2012-09-13 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-13 | remove selinux caveat | Chris McDonough | |
| 2012-09-13 | hailmary | Chris McDonough | |
| 2012-09-13 | mention non-support of SELinux-enabled systems | Chris McDonough | |
| 2012-09-13 | remove chmod | Chris McDonough | |
| 2012-09-13 | wording | Chris McDonough | |
| 2012-09-13 | docs rendering | Chris McDonough | |
| 2012-09-13 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-13 | add upgrading chapter, make docs render again | Chris McDonough | |
| 2012-09-11 | Merge pull request #687 from ppaez/tutcodefix | Patricio Paez | |
| Complete changes for issue #652 | |||
| 2012-09-11 | Change variable name ``name`` to ``pagename`` in ZODB tutorial | Patricio Paez | |
| 2012-09-10 | change variable name ``name`` to ``pagename`` | Patricio Paez | |
| - In the authorization and tests stages | |||
| 2012-09-09 | rename set_request_method to add_request_method. closes #683 | Chris McDonough | |
| 2012-09-09 | - The ``pyramid.settings.get_settings()`` API was removed. It had been | Chris McDonough | |
| printing a deprecation warning since Pyramid 1.0. If your code depended on this API, use ``pyramid.threadlocal.get_current_registry().settings`` instead or use the ``settings`` attribute of the registry available from the request (``request.registry.settings``). | |||
| 2012-09-09 | remove docs for chameleon_zpt and chameleon_text (gone) | Chris McDonough | |
| 2012-08-30 | Fixed broken link in docs/narr/testing.rst | Ronan Amicel | |
| Fixed link to "Dive into Python" (previous mirror is down). | |||
| 2012-08-29 | close paren | Chris McDonough | |
| 2012-08-29 | add newness markers | Chris McDonough | |
| 2012-08-29 | wording | Chris McDonough | |
| 2012-08-29 | add docs about chameleon zpt macro feature | Chris McDonough | |
