| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-10 | gardening | Chris McDonough | |
| 2011-04-10 | - It is now possible to get information about why Pyramid raised a Forbidden | Chris McDonough | |
| exception from within an exception view. The ``ACLDenied`` object returned by the ``permits`` method of each stock authorization policy (``pyramid.interfaces.IAuthorizationPolicy.permits``) is now attached to the Forbidden exception as its ``result`` attribute. Therefore, if you've created a Forbidden exception view, you can see the ACE, ACL, permission, and principals involved in the request as eg. ``context.result.permission``, ``context.result.acl``, etc within the logic of the Forbidden exception view. | |||
| 2011-04-10 | garden | Chris McDonough | |
| 2011-04-10 | gardening | Chris McDonough | |
| 2011-04-10 | rocky added i18n to jinja2 | Chris McDonough | |
| 2011-04-10 | - An exception raised by a NewRequest event subscriber can now be caught by | Chris McDonough | |
| an exception view. | |||
| 2011-03-25 | note requirement for multidict docs | Chris McDonough | |
| 2011-03-21 | note promise | Chris McDonough | |
| 2011-02-01 | garden | Chris McDonough | |
| 2011-01-30 | defer | Chris McDonough | |
| 2011-01-29 | - Changed "Cleaning up After a Request" section in the URL Dispatch chapter | Chris McDonough | |
| to use ``request.add_finished_callback`` instead of jamming an object with a ``__del__`` into the WSGI environment. | |||
| 2011-01-29 | - Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB | Chris McDonough | |
| templates (retry ZODB conflict errors which occur in normal operations). | |||
| 2011-01-29 | garden | Chris McDonough | |
| 2011-01-28 | garden | Chris McDonough | |
| 2011-01-25 | - Use © instead of copyright symbol in paster templates / tutorial | Chris McDonough | |
| templates for the benefit of folks who cutnpaste and save to a non-UTF8 format. | |||
| 2011-01-25 | gardening | Chris McDonough | |
| 2011-01-24 | Add todo item for BeforeRender docs. | Ben Bangert | |
| 2011-01-21 | - Minimally explain usage of custom regular expressions in URL dispatch | Chris McDonough | |
| replacement markers within URL Dispatch chapter. | |||
| 2011-01-21 | - Add a ``MANIFEST.in`` file to each paster template. See | Chris McDonough | |
| https://github.com/Pylons/pyramid/issues#issue/95 Closes issue #95. | |||
| 2011-01-21 | garden | Chris McDonough | |
| 2011-01-21 | wording | Chris McDonough | |
| 2011-01-21 | - Move content of "Forms" chapter back to "Views" chapter; I can't think of a | Chris McDonough | |
| better place to put it. | |||
| 2011-01-21 | Incorporate suggestions from https://github.com/Pylons/pyramid/issues/#issue/57 | Chris McDonough | |
| 2011-01-21 | - Added "What's New in Pyramid 1.0" chapter to HTML rendering of | Chris McDonough | |
| documentation. | |||
| 2011-01-21 | - Add (minimal) documentation about using I18N within Mako templates to | Chris McDonough | |
| "Internationalization and Localization" narrative chapter. | |||
| 2011-01-21 | garden | Chris McDonough | |
| 2011-01-21 | garden: | Chris McDonough | |
| 2011-01-21 | - Add docs for ``add_finished_callback``, ``add_response_callback``, | Chris McDonough | |
| ``route_path``, ``route_url``, and ``static_url`` methods to ``pyramid.request.Request`` API docs. | |||
| 2011-01-21 | garden | Chris McDonough | |
| 2011-01-20 | add first cut of whatsnew document | Chris McDonough | |
| 2011-01-20 | garden | Chris McDonough | |
| 2011-01-20 | garden | Chris McDonough | |
| 2011-01-20 | garden | Chris McDonough | |
| 2011-01-19 | Gardening | Blaise Laflamme | |
| 2011-01-19 | - Added "Adding Methods to the Configurator via ``add_directive``" section to | Chris McDonough | |
| Advanced Configuration narrative chapter. | |||
| 2011-01-19 | - Using the ``pyramid.view.bfg_view`` alias for ``pyramid.view.view_config`` | Chris McDonough | |
| (a backwards compatibility shim) now issues a deprecation warning. | |||
| 2011-01-19 | garden | Chris McDonough | |
| 2011-01-19 | garden | Chris McDonough | |
| 2011-01-19 | - The ``pyramid_zodb``, ``pyramid_routesalchemy`` and ``pyramid_alchemy`` | Chris McDonough | |
| paster templates now use a default "commit veto" hook when configuring the ``repoze.tm2`` transaction manager in ``development.ini``. This prevents a transaction from being committed when the response status code is within the 400 or 500 ranges. See also http://docs.repoze.org/tm2/#using-a-commit-veto. | |||
| 2011-01-19 | garden | Chris McDonough | |
| 2011-01-19 | - Fix deprecated example showing ``chameleon_zpt`` API call in testing | Chris McDonough | |
| narrative chapter. | |||
| 2011-01-19 | garden | Chris McDonough | |
| 2011-01-19 | garden | Chris McDonough | |
| 2011-01-19 | garden | Chris McDonough | |
| 2011-01-19 | garden | Chris McDonough | |
| 2011-01-19 | - When a ``pyramid.exceptions.Forbidden`` error is raised, its status code | Chris McDonough | |
| now ``403 Forbidden``. It was previously ``401 Unauthorized``, for backwards compatibility purposes with ``repoze.bfg``. This change will cause problems for users of Pyramid with ``repoze.who``, which intercepts ``401 Unauthorized`` by default, but allows ``403 Forbidden`` to pass through. Those deployments will need to configure ``repoze.who`` to also react to ``403 Forbidden``. | |||
| 2011-01-18 | garden | Chris McDonough | |
| 2011-01-18 | garden | Chris McDonough | |
| 2011-01-16 | garden | Chris McDonough | |
| 2011-01-16 | garden | Chris McDonough | |
