| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-30 | - Fix older CHANGES entries. | Chris McDonough | |
| - The ``pyramid.request.Request`` class now has a ``ResponseClass`` interface which points at ``pyramid.response.Response``. - The ``pyramid.request.Response`` class now has a ``RequestClass`` interface which points at ``pyramid.response.Request``. - ``pyramid.response.Response`` is now a *subclass* of ``webob.response.Response``. It also inherits from the built-in Python ``Exception`` class and implements the ``pyramid.interfaces.IExceptionResponse`` class so it can be raised as an exception from view code. | |||
| 2011-05-29 | docs fixes | Chris McDonough | |
| 2011-05-29 | docs fixes | Chris McDonough | |
| 2011-05-29 | remove unused comments | Chris McDonough | |
| 2011-05-29 | back up to complete coverage | Chris McDonough | |
| 2011-05-29 | add some tests for WSGIHTTPException | Chris McDonough | |
| 2011-05-29 | change docs; simplify | Chris McDonough | |
| 2011-05-29 | preemptively drop 2.4 support | Chris McDonough | |
| 2011-05-28 | move is_response back to pyramid.view | Chris McDonough | |
| 2011-05-28 | explain better | Chris McDonough | |
| 2011-05-28 | explain better | Chris McDonough | |
| 2011-05-28 | use a generator; explain | Chris McDonough | |
| 2011-05-28 | bite the bullet and replace all webob.exc classes with ones of our own | Chris McDonough | |
| 2011-05-28 | horrid workaround for no app_iter initialized | Chris McDonough | |
| 2011-05-26 | work towards unifying NotFound/HTTPNotFound and Forbidden/HTTPForbidden; 2 ↵ | Chris McDonough | |
| tests fail | |||
| 2011-05-16 | typo | Chris McDonough | |
| 2011-05-16 | - Added API docs for ``pyramid.httpexceptions.abort`` and | Chris McDonough | |
| ``pyramid.httpexceptions.redirect``. - Added "HTTP Exceptions" section to Views narrative chapter including a description of ``pyramid.httpexceptions.abort``; adjusted redirect section to note ``pyramid.httpexceptions.redirect``. - A default exception view for the context ``webob.exc.HTTPException`` (aka ``pyramid.httpexceptions.HTTPException``) is now registered by default. This means that an instance of any exception class imported from ``pyramid.httpexceptions`` (such as ``HTTPFound``) can now be raised from within view code; when raised, this exception view will render the exception to a response. - New functions named ``pyramid.httpexceptions.abort`` and ``pyramid.httpexceptions.redirect`` perform the equivalent of their Pylons brethren when an HTTP exception handler is registered. These functions take advantage of the newly registered exception view for ``webob.exc.HTTPException``. - The Configurator now accepts an additional keyword argument named ``httpexception_view``. By default, this argument is populated with a default exception view function that will be used when an HTTP exception is raised. When ``None`` is passed for this value, an exception view for HTTP exceptions will not be registered. Passing ``None`` returns the behavior of raising an HTTP exception to that of Pyramid 1.0 (the exception will propagate to middleware and to the WSGI server). | |||
| 2011-05-15 | garden | Chris McDonough | |
| 2011-05-15 | docstring/comment changes | Chris McDonough | |
| 2011-05-14 | template -> scaffold | Chris McDonough | |
| 2011-05-14 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-05-14 | add 'What's new In Pyramid 1.1' document | Chris McDonough | |
| 2011-05-14 | Merge pull request #190 from wichert/master | Carlos de la Guardia | |
| Correct a typo in my surname | |||
| 2011-05-14 | Correct spelling of my name | Wichert Akkerman | |
| 2011-05-14 | applied some of the suggestions from issue #189. closes #189 | Chris McDonough | |
| 2011-05-14 | garden | Chris McDonough | |
| 2011-05-14 | use lingua in docs (thanks to wichert) | Chris McDonough | |
| 2011-05-13 | good enough | Chris McDonough | |
| 2011-05-13 | fix IRouteMapper interface to match reality | Chris McDonough | |
| 2011-05-13 | - The ``add_route`` method of the Configurator now accepts a ``static`` | Chris McDonough | |
| argument. If this argument is ``True``, the added route will never be considered for matching when a request is handled. Instead, it will only be useful for URL generation via ``route_url`` and ``route_path``. See the section entitled "Static Routes" in the URL Dispatch narrative chapter for more information. | |||
| 2011-05-13 | - Added documentation for a "multidict" (e.g. the API of ``request.POST``) as | Chris McDonough | |
| interface API documentation. | |||
| 2011-05-13 | note location change | Chris McDonough | |
| 2011-05-12 | rename 'paster_templates' to 'scaffolds', adjust references | Chris McDonough | |
| 2011-05-12 | zcml not part of pyramid itself anymore | Chris McDonough | |
| 2011-05-12 | garden | Chris McDonough | |
| 2011-05-12 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-05-11 | Silence stupid deprecation under Python >= 2.7. | Tres Seaver | |
| 2011-05-10 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-05-10 | Merge pull request #187 from aodag/master | Tres Seaver | |
| Instances if DefaultViewMapper provide IViewMapper. The class itself provides IViewMapperFactory. | |||
| 2011-05-09 | Merge pull request #188 from dairiki/master | Carlos de la Guardia | |
| Trivial doc typos... | |||
| 2011-05-09 | fixes trivial doc typos | Geoffrey T. Dairiki | |
| 2011-05-09 | wrong declaring for provided and implemented interface of DefaultViewMapper. | Atsushi Odagiri | |
| 2011-05-05 | added note about constructor argument for same purpose, for uniformity | cguardia | |
| 2011-05-05 | removed meth indicator, which caused parentheses to show beside the name of ↵ | cguardia | |
| the argument | |||
| 2011-05-05 | removed meth indicator, which was showing on the rendered docs | cguardia | |
| 2011-05-05 | Merge pull request #184 from mmerickel/fix_auth_tutorial | Carlos de la Guardia | |
| Fix auth tutorial docs/code | |||
| 2011-05-05 | Fixed some line numbers in the docs. | Michael Merickel | |
| 2011-05-05 | Fixed a bug in the wiki2/auth tutorial. | Michael Merickel | |
| 2011-05-04 | note pviews | Chris McDonough | |
| 2011-05-04 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
