| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-08 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-10-07 | - The Configurator ``testing_securitypolicy`` method now returns the policy | Chris McDonough | |
| object it creates. - The Configurator ``testing_securitypolicy`` method accepts two new arguments: ``remember_result`` and ``forget_result``. If supplied, these values influence the result of the policy's ``remember`` and ``forget`` methods, respectively. - The DummySecurityPolicy created by ``testing_securitypolicy`` now sets a ``forgotten`` value on the policy (the value ``True``) when its ``forget`` method is called. - The DummySecurityPolicy created by ``testing_securitypolicy`` now sets a ``remembered`` value on the policy, which is the value of the ``principal`` argument it's called with when its ``remember`` method is called. | |||
| 2012-10-05 | remove unintended commit | Chris McDonough | |
| 2012-10-05 | garden | Chris McDonough | |
| 2012-10-05 | Merge branch 'fix.templatemacroreg' | Chris McDonough | |
| 2012-10-05 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-10-05 | fix caching of template registrations that reference macros | Chris McDonough | |
| 2012-10-02 | Merge pull request #699 from davidjb/master | Chris McDonough | |
| Clarify documentation for pyramid.session.check_csrf_token function | |||
| 2012-10-03 | Clarify documentation for pyramid.session.check_csrf_token function | David\ Beitey | |
| 2012-09-30 | s/either// | Chris McDonough | |
| 2012-09-30 | An attempt at better behavior when reload cannot restart the controlled ↵ | Chris McDonough | |
| application, see issue #681 | |||
| 2012-09-30 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-30 | - 1.4a ``pyramid.scripting.prepare`` behaved differently than 1.3 series | Chris McDonough | |
| function of same name. In particular, if passed a request, it would not set the ``registry`` attribute of the request like 1.3 did. A symptom would be that passing a request to ``pyramid.paster.bootstrap`` (which uses the function) that did not have a ``registry`` attribute could assume that the registry would be attached to the request by Pyramid. This assumption could be made in 1.3, but not in 1.4. The assumption can now be made in 1.4 too (a registry is attached to a request passed to bootstrap or prepare). | |||
| 2012-09-28 | Remove duplicate word | Carlos de la Guardia | |
| 2012-09-27 | Merge branch '1.4-branch' | Chris McDonough | |
| 2012-09-27 | prep for 1.4a2 | Chris McDonough | |
| 2012-09-22 | Merge branch '1.4-branch' | Chris McDonough | |
| 2012-09-22 | - Add ``Base.metadata.bind = engine`` to alchemy template, so that tables | Chris McDonough | |
| defined imperatively will work. - update wiki2 SQLA tutorial with the changes required after inserting ``Base.metadata.bind = engine`` into the alchemy scaffold. | |||
| 2012-09-22 | Merge branch '1.4-branch' | Chris McDonough | |
| 2012-09-22 | mirror john's change for chameleon, better changelog message | Chris McDonough | |
| 2012-09-22 | garden | Chris McDonough | |
| 2012-09-22 | Merge branch 'master' into 1.4-branch | Chris McDonough | |
| 2012-09-22 | Merge branch 'sontek-allow-hyphens' | Chris McDonough | |
| 2012-09-22 | Filenames like app:foo-bar.mako should be valid. | John Anderson | |
| 2012-09-21 | note potential 1.5 removals and remove dead code | Chris McDonough | |
| 2012-09-19 | Merge branch 'master' into 1.4-branch | Chris McDonough | |
| 2012-09-19 | remove dead code | Chris McDonough | |
| 2012-09-19 | garden | Chris McDonough | |
| 2012-09-19 | Merge branch 'master' into 1.4-branch | Chris McDonough | |
| 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 | garden | Chris McDonough | |
| 2012-09-19 | Merge branch 'master' into 1.4-branch | Chris McDonough | |
| 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 | Merge branch 'oddshocks-pretty-css' into 1.4-branch | Chris McDonough | |
| 2012-09-17 | Merge branch 'oddshocks-pretty-css' | Chris McDonough | |
| 2012-09-17 | resolve contributors.txt merge conflict | Chris McDonough | |
| 2012-09-16 | no longer in progress | Chris McDonough | |
| 2012-09-16 | change to kick rtd | Chris McDonough | |
| 2012-09-16 | change to kick rtd | Chris McDonough | |
| 2012-09-16 | prep for 1.4a1 | Chris McDonough | |
| 2012-09-16 | add name to CONTRIBUTORS.txt as per request | David Gay | |
| 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 | unused imports | 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 | be very explicit that view_three should indeed obtain a response as the ↵ | Chris McDonough | |
| result of invoke_subrequest instead of catching an exception | |||
