| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-26 | - New ``physical_path`` view predicate. If specified, this value should be a | Chris McDonough | |
| string or a tuple representing the physical traversal path of the context found via traversal for this predicate to match as true. For example: ``physical_path='/'`` or ``physical_path='/a/b/c'`` or ``physical_path=('', 'a', 'b', 'c')``. This is not a path prefix match or a regex, it's a whole-path match. It's useful when you want to always potentially show a view when some object is traversed to, but you can't be sure about what kind of object it will be, so you can't use the ``context`` predicate. The individual path elements inbetween slash characters or in tuple elements should be the Unicode representation of the name of the resource and should not be encoded in any way. | |||
| 2012-10-13 | add docs and changelog note | Chris McDonough | |
| 2012-09-28 | Remove duplicate word | Carlos de la Guardia | |
| 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-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 | 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 | 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-15 | add a whatsnew-1.4 document | Chris McDonough | |
| 2012-09-15 | merge jinty's testConfig code | 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 | wording | Chris McDonough | |
| 2012-09-13 | docs rendering | Chris McDonough | |
| 2012-09-13 | add upgrading chapter, make docs render again | Chris McDonough | |
| 2012-09-09 | rename set_request_method to add_request_method. closes #683 | 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 | |
| 2012-08-25 | Subscriber predicates: | Chris McDonough | |
| - Add ``add_subscriber_predicate`` method to Configurator. - Allow ``add_subscriber`` and ``subscriber`` venusian decorator to accept ``**predicates`` arguments. - Document subscriber predicate feature. - Share more code between view, route, and subscriber related method wrt predicates. | |||
| 2012-08-23 | exposed the serve_forever line to the helloworld narrative | Michael Merickel | |
| 2012-08-23 | Merge branch 'master' of https://github.com/virhilo/pyramid into pull.650 | Michael Merickel | |
| 2012-08-23 | Fixed typo in docs/narr/views.rst | Ronan Amicel | |
| 2012-08-16 | readd set_request_property to docs (just so when people run across it in ↵ | Chris McDonough | |
| in-the-wild code they're not totally confused); we'll remove it later | |||
| 2012-08-16 | docs-deprecated set_request_property | Michael Merickel | |
| 2012-08-14 | Typo pwteens -> ptweens | Kees Hink | |
| 2012-08-11 | get heading levels right | Chris McDonough | |
| 2012-08-06 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-08-06 | add as-of-version notes | Chris McDonough | |
| 2012-08-06 | garden | Michael Merickel | |
| 2012-08-06 | Merge branch 'feature.metaviewpredicates' | Chris McDonough | |
| 2012-08-06 | add docs for third-party view predicates | Chris McDonough | |
| 2012-08-05 | fixed line numbers in firstapp | Łukasz Fidosz | |
| 2012-08-03 | fixed indentation in narr/helloworld.py | Łukasz Fidosz | |
| 2012-08-03 | Adding helpful link to installing chapter from first app | Wayne Witzel III | |
| 2012-07-29 | prettify CSS stored in docs tutorials | David Gay | |
| 2012-06-19 | point at pyramid_beaker docs rather than its github page | Chris McDonough | |
| 2012-06-19 | fixed typos | Blaise Laflamme | |
