summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
AgeCommit message (Expand)Author
2021-06-19Fix API documentation links to webob, and rename the objects with their full ...Steve Piercy
2020-01-11fix typoÉric Araujo
2020-01-11replace "third-party" with "custom"Éric Araujo
2020-01-11change section titleÉric Araujo
2020-01-07rewrite docs for custom predicatesÉric Araujo
2019-10-02fix predicate signaturesMichael Merickel
2019-07-27Fix typosMin ho Kim
2018-11-27Use a relative link to rendered HTML, instead of GitHub master, to get curren...Steve Piercy
2018-11-23fix a couple more doc stringsMichael Merickel
2018-11-19rip out moar unicode prefixesMichael Merickel
2018-08-18Clean up code-blocks in hooksSteve Piercy
2017-06-26Fix link to Venusian docsSteve Piercy
2017-04-08grammar fixSteve Piercy
2017-01-20Fix typo to be consistent with API docsSteve Piercy
2016-11-19require tuple variants on IResourceURL as wellMichael Merickel
2016-11-19add warnings about how notfound/forbidden views are only invoked for raised e...Michael Merickel
2016-09-28Merge branch 'master' into exception_onlyMichael Merickel
2016-09-28derive exception views separately from normal viewsMichael Merickel
2016-09-12document more clearly the ``__call__`` method on route and view predicatesMichael Merickel
2016-07-19Change gendered language in examplesJon Davidson
2016-04-25fix explanation of require_csrfMichael Merickel
2016-04-24add sphinx doctests for hooks.rstSteve Piercy
2016-04-17better explain view deriver optionsChris McDonough
2016-04-10rewrite csrf checks to support a global setting to turn it onMichael Merickel
2016-04-10add a csrf_view to the view pipeline supporting a require_csrf optionMichael Merickel
2016-04-08update constraints for derivers as well as docsMichael Merickel
2016-04-07separate the viewderiver module and allow overriding the mapperMichael Merickel
2016-03-21polish view derivers docs, minor grammarSteve Piercy
2016-03-17fix deriver docs to explain ordering issuesMichael Merickel
2016-03-14add a docstring for add_view_deriver and expose the method to the api docsMichael Merickel
2016-03-14do not guess at the name of the view deriver without further discussionMichael Merickel
2016-03-14use the implicit name in the doc examplesMichael Merickel
2016-03-14first cut at documenting view deriversMichael Merickel
2016-01-20Do not use trailing . on versionadded rst directive. It automatically adds a .Steve Piercy
2015-11-03minor grammar, fix .rst markup, rewrap to 79 columnsSteve Piercy
2015-02-07move the IResponseFactory into the public apiMichael Merickel
2015-02-07Document the factory requires a positional argumentBert JW Regeer
2015-01-22move index and reference down to proper section so that docs will build on ma...Steve Piercy
2015-01-07Fix typoPavlo Kapyshin
2015-01-01Mkae the response factory a factory that takes a requestJohn Anderson
2014-12-27Added a version added flagJohn Anderson
2014-12-27basic docs cleanupJohn Anderson
2014-12-27Add the `set_response_factory` APIJohn Anderson
2014-05-21oops, re-clarify that tweens should not have mutable stateMichael Merickel
2014-05-21clarify tween thread-safetyMichael Merickel
2014-05-18Draw attention that tweens instances are unique and shared between threadsflibustenet
2014-05-13Update hooks.rstsynthomat
2013-11-17Should return the simple_tween here, not the handler.Antti Haapala
2013-11-17Removed extra indentation from some examples (:linenos: should be indented wi...Antti Haapala
2013-11-1680 charsChris McDonough