summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Expand)Author
2011-07-04- A new value ``http_cache`` can be used as a view configurationChris McDonough
2011-07-02reorderChris McDonough
2011-07-01- Deprecated the ``set_renderer_globals_factory`` method of the ConfiguratorChris McDonough
2011-07-01Add JSONP rendererChris McDonough
2011-06-26- Added ``mako.preprocessor`` config file parameter; allows for a MakoChris McDonough
2011-06-20responsecode -> exception_responseChris McDonough
2011-06-20- Register the default exception view for context ofChris McDonough
2011-06-18fix renderingChris McDonough
2011-06-14merge httpexception-utils branchChris McDonough
2011-06-14- Added new add_response_adapter method to Configurator.Chris McDonough
2011-06-13- Remove IResponder abstraction in favor of more general IResponseChris McDonough
2011-06-11- Pyramid now expects Response objects to have a __call__Chris McDonough
2011-06-05More small fixes made reading the rest of the docs and the tutorials.Christoph Zwerschke
2011-06-04- It is now possible to control how the Pyramid router calls the WSGIChris McDonough
2011-06-03minor edits to cito's editsChris McDonough
2011-06-03Some more small fixes in the narrative docu.Christoph Zwerschke
2011-06-03Minor fixes in the Renderers docu.Christoph Zwerschke
2011-06-03Fixed quote chars.Christoph Zwerschke
2011-06-02Some typos, better quoting in Traversal docs.Christoph Zwerschke
2011-06-02Fix wrong parameter name.Christoph Zwerschke
2011-05-31the canonical import location for HTTP exceptions/responses is now pyramid.re...Chris McDonough
2011-05-26Fix typo to close issue 196.Carlos de la Guardia
2011-05-16typoChris McDonough
2011-05-16- Added API docs for ``pyramid.httpexceptions.abort`` andChris McDonough
2011-05-14add 'What's new In Pyramid 1.1' documentChris McDonough
2011-05-14use lingua in docs (thanks to wichert)Chris McDonough
2011-05-13- The ``add_route`` method of the Configurator now accepts a ``static``Chris McDonough
2011-05-13- Added documentation for a "multidict" (e.g. the API of ``request.POST``) asChris McDonough
2011-05-04code refactoring for showing route->view relationship more correctly; tests a...cguardia
2011-04-25spell it out entirelyChris McDonough
2011-04-24Merge branch 'master' of https://github.com/jdnavarro/pyramid into jdnavarro-...Chris McDonough
2011-04-24fix rendering issueChris McDonough
2011-04-23BFG -> PyramidDanny Navarro
2011-04-22- Make sure deprecation warnings aren't raised when tests are run.Chris McDonough
2011-04-22Merge branch 'disambiguate_add_route' of https://github.com/mmerickel/pyramid...Chris McDonough
2011-04-21add 'adding a custom settings'Chris McDonough
2011-04-20Converting docs to deprecate view parameters in config.add_route.Michael Merickel
2011-04-18- Deprecated all assignments to ``request.response_*`` attributes such asChris McDonough
2011-04-13- Add missing docs reference toChris McDonough
2011-04-11pyramid_sqla -> akhetChris McDonough
2011-04-11add description of MANIFEST.inChris McDonough
2011-04-11make prettierChris McDonough
2011-03-29fixed typocguardia
2011-03-25Moved the content that was put into whatsnew-1.0.rst into the CHANGES.txtJoe Dallago
2011-03-24It was decided that pyramid would undergo a terminology change.Joe Dallago
2011-03-24Merge remote branch 'source/master'Alexandre Bourget
2011-03-24Fix some typos.Alexandre Bourget
2011-03-02Closes #125Chris McDonough
2011-02-28Fix authentication policy example.Chris McDonough
2011-02-26it's request_paramChris McDonough