| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-26 | Fix link to Venusian docs | Steve Piercy | |
| 2017-04-08 | grammar fix | Steve Piercy | |
| 2017-01-20 | Fix typo to be consistent with API docs | Steve Piercy | |
| - Closes #2904 | |||
| 2016-11-19 | require tuple variants on IResourceURL as well | Michael Merickel | |
| 2016-11-19 | add warnings about how notfound/forbidden views are only invoked for raised ↵ | Michael Merickel | |
| exceptions fixes #1531 | |||
| 2016-09-28 | Merge branch 'master' into exception_only | Michael Merickel | |
| 2016-09-28 | derive exception views separately from normal views | Michael Merickel | |
| - previously the multiview was shared for both exception and hot-route, but now that we allow some exception-only views this needed to be separated - add ViewDeriverInfo.exception_only to detect exception views - do not prevent http_cache on exception views - optimize secured_view and csrf_view derivers to remove themselves from the view pipeline for exception views | |||
| 2016-09-12 | document more clearly the ``__call__`` method on route and view predicates | Michael Merickel | |
| fixes #1549 | |||
| 2016-07-19 | Change gendered language in examples | Jon Davidson | |
| Some examples in documentation use "dude" and "bro" -- for example, "Not found, bro". While playful, this language can make some people uncomfortable. I have changed the wording to something equally playful that doesn't make assumptions about the reader's gender. | |||
| 2016-04-25 | fix explanation of require_csrf | Michael Merickel | |
| 2016-04-24 | add sphinx doctests for hooks.rst | Steve Piercy | |
| 2016-04-17 | better explain view deriver options | Chris McDonough | |
| 2016-04-10 | rewrite csrf checks to support a global setting to turn it on | Michael Merickel | |
| - only check csrf on POST - support "pyramid.require_default_csrf" setting - support "require_csrf=True" to fallback to the global setting to determine the token name | |||
| 2016-04-10 | add a csrf_view to the view pipeline supporting a require_csrf option | Michael Merickel | |
| 2016-04-08 | update constraints for derivers as well as docs | Michael Merickel | |
| 2016-04-07 | separate the viewderiver module and allow overriding the mapper | Michael Merickel | |
| 2016-03-21 | polish view derivers docs, minor grammar | Steve Piercy | |
| 2016-03-17 | fix deriver docs to explain ordering issues | Michael Merickel | |
| 2016-03-14 | add a docstring for add_view_deriver and expose the method to the api docs | Michael Merickel | |
| 2016-03-14 | do not guess at the name of the view deriver without further discussion | Michael Merickel | |
| 2016-03-14 | use the implicit name in the doc examples | Michael Merickel | |
| 2016-03-14 | first cut at documenting view derivers | Michael Merickel | |
| 2016-01-20 | Do not use trailing . on versionadded rst directive. It automatically adds a . | Steve Piercy | |
| 2015-11-03 | minor grammar, fix .rst markup, rewrap to 79 columns | Steve Piercy | |
| 2015-02-07 | move the IResponseFactory into the public api | Michael Merickel | |
| 2015-02-07 | Document the factory requires a positional argument | Bert JW Regeer | |
| 2015-01-22 | move index and reference down to proper section so that docs will build on ↵ | Steve Piercy | |
| master again | |||
| 2015-01-07 | Fix typo | Pavlo Kapyshin | |
| 2015-01-01 | Mkae the response factory a factory that takes a request | John Anderson | |
| 2014-12-27 | Added a version added flag | John Anderson | |
| 2014-12-27 | basic docs cleanup | John Anderson | |
| 2014-12-27 | Add the `set_response_factory` API | John Anderson | |
| 2014-05-21 | oops, re-clarify that tweens should not have mutable state | Michael Merickel | |
| 2014-05-21 | clarify tween thread-safety | Michael Merickel | |
| 2014-05-18 | Draw attention that tweens instances are unique and shared between threads | flibustenet | |
| Forgetting that tween instance are not instantiated for each request leads to threads issues difficult to detect | |||
| 2014-05-13 | Update hooks.rst | synthomat | |
| 'self' param was omitted in the constructor of simple_tween_factory class | |||
| 2013-11-17 | Should return the simple_tween here, not the handler. | Antti Haapala | |
| 2013-11-17 | Removed extra indentation from some examples (:linenos: should be indented ↵ | Antti Haapala | |
| with the same indentation as the rest of the code block) | |||
| 2013-11-16 | 80 chars | Chris McDonough | |
| 2013-11-16 | Enhanced the narrative documentation for tweens. | Antti Haapala | |
| 2013-09-08 | - The ``renderer_globals_factory`` argument to the | Chris McDonough | |
| ``pyramid.config.Configurator` constructor and its ``setup_registry`` method has been removed. The ``set_renderer_globals_factory`` method of ``pyramid.config.Configurator`` has also been removed. The (internal) ``pyramid.interfaces.IRendererGlobals`` interface was also removed. These arguments, methods and interfaces had been deprecated since 1.1. Use a ``BeforeRender`` event subscriber as documented in the "Hooks" chapter of the Pyramid narrative documentation instead of providing renderer globals values to the configurator. | |||
| 2013-09-08 | Update documentation to reflect the dotted python name | Bert JW Regeer | |
| 2013-09-07 | - The ``pyramid.events.NewResponse`` event is now sent **after** response | Chris McDonough | |
| callbacks are executed. It previously executed before response callbacks were executed. Rationale: it's more useful to be able to inspect the response after response callbacks have done their jobs instead of before. Closes #1116. | |||
| 2013-08-15 | prefer the functionish print | Philip Jenvey | |
| 2013-04-21 | docs/narr/hooks.rst: some improvements | Tshepang Lekhonkhobe | |
| * consistency fixes: "not found view" --> "Not Found View" * use comparable code for Imperative and Declarative configuration * remove unused import, HTTPForbidden | |||
| 2013-04-06 | fix some cross-references | Tshepang Lekhonkhobe | |
| Also, pyramid_zcml is cross-referenced, so add it to intersphinx_mapping dict. | |||
| 2013-04-05 | fix some cross-references | Tshepang Lekhonkhobe | |
| 2013-04-01 | Improve phrasing | Catalin Iacob | |
| 2013-04-01 | Remove extra word | Catalin Iacob | |
| 2013-04-01 | Consistently link middleware term to the glossary | Catalin Iacob | |
