| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-09 | undeprecate remember/forget functions and remove ↵ | Chris McDonough | |
| remember_userid/forget_userid methods from request | |||
| 2013-11-07 | document add_adapter | Michael Merickel | |
| 2013-10-30 | not methods, attrs | Chris McDonough | |
| 2013-10-28 | Bring change log, API docs, and deprecations in line with normal ↵ | Chris McDonough | |
| policies/processes | |||
| 2013-10-20 | fix merge conflict and prevent warning from showing up during testing (dont ↵ | Chris McDonough | |
| import ITemplateRenderer) | |||
| 2013-10-20 | fix merge conflict | Chris McDonough | |
| 2013-10-19 | modify the docs for the renderer interfaces | Michael Merickel | |
| 2013-10-19 | update doc references | Michael Merickel | |
| 2013-10-19 | update the docs | Michael Merickel | |
| 2013-10-08 | Subclass HTTPBadCSRFToken from HTTPBadRequest and have ↵ | Karl O. Pinc | |
| request.session.check_csrf_token use the new exception. This supports a more fine-grained exception trapping. | |||
| 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 | - Removed the ``pyramid.view.is_response`` function that had been deprecated | Chris McDonough | |
| since Pyramid 1.1. Use the ``pyramid.request.Request.is_response`` method instead. | |||
| 2013-09-08 | - Removed the class named ``pyramid.view.static`` that had been deprecated | Chris McDonough | |
| since Pyramid 1.1. Instead use ``pyramid.static.static_view`` with ``use_subpath=True`` argument. | |||
| 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-09-05 | remove the deprecated request.response_* attributes | Michael Merickel | |
| 2013-08-29 | make local_name an attribute of Request, move logic from get_localizer into ↵ | Chris McDonough | |
| Request.localizer, fix docs; closes #1099 | |||
| 2013-08-12 | remove the "thread" reference | Michael Merickel | |
| 2013-08-12 | Minor fixes suggested by @tshepang and @mmerickel thanks! | Amos Latteier | |
| 2013-08-12 | Add documentation for creating and firing custom events. See issue #982. | Amos Latteier | |
| 2013-08-08 | "behavor" to "behavior" | tisdall | |
| 2013-08-08 | changed "obect" to "object" | tisdall | |
| 2013-07-24 | add not_ predicate feature | Chris McDonough | |
| 2013-04-07 | fix some cross-references | Tshepang Lekhonkhobe | |
| 2013-03-14 | Added an options argument to pyramid.paste.get_appsettings, just like ↵ | Georges Dubus | |
| get_app, that can be used to get the settings when interpolation is used in the config file. | |||
| 2013-02-09 | Merge pull request #836 from davidjb/public-predicate-mismatch | Chris McDonough | |
| Document PredicateMismatch for exception contexts | |||
| 2013-02-09 | grammar | Tshepang Lekhonkhobe | |
| 2013-01-31 | Document PredicateMismatch for exception contexts | David\ Beitey | |
| 2013-01-30 | use the more appropriate directives | Tshepang Lekhonkhobe | |
| 2013-01-29 | Merge pull request #815 from tshepang/temp | Tres Seaver | |
| some pyramid.config API documentation improvements | |||
| 2013-01-29 | replace 'note' with the more correct 'versionadded' directive | Tshepang Lekhonkhobe | |
| 2013-01-23 | pyramid.config: take advantage of some Sphinx directives | Tshepang Lekhonkhobe | |
| * versionadded * versionchanged * deprecated | |||
| 2013-01-15 | another grammar fix | Tshepang Lekhonkhobe | |
| 2013-01-07 | redundant statement: the links preceeding the statement target the info ↵ | Tshepang Lekhonkhobe | |
| referred to | |||
| 2013-01-02 | eliminate other repeated words | Tshepang Lekhonkhobe | |
| 2013-01-01 | eliminate repeated "the" words | Tshepang Lekhonkhobe | |
| 2013-01-01 | Small fix for RST misfire. | Paul Everitt | |
| 2012-11-20 | coverage | Chris McDonough | |
| 2012-11-04 | merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicy | Michael Merickel | |
| AuthTktAuthenticationPolicy now accepts a hashalg parameter and is no longer deprecated. Docs recommend overriding hashalg and using 'sha512'. | |||
| 2012-11-04 | fix docs, upgrade tutorials, add change note, deprecate using ↵ | Chris McDonough | |
| zope.deprecation instead of a warning, make hashalg arg a kwarg in certain cases in case someone (maybe me) is using nonapi function imports from authentication | |||
| 2012-11-04 | Merge branch 'feature.sha512_auth' of git://github.com/iElectric/pyramid ↵ | Chris McDonough | |
| into iElectric-feature.sha512_auth | |||
| 2012-10-30 | updated authentication policy api documentation | Michael Merickel | |
| 2012-10-14 | Add BasicAuthAuthenticationPolicy to Sphinx documentation. Move ↵ | Chris Rossi | |
| Repoze1AuthenticationPolicy lower in the list. | |||
| 2012-09-23 | Add SHA512AuthTktAuthenticationPolicy and deprecate AuthTktAuthenticationPolicy | Domen Kožar | |
| 2012-09-19 | add check_csrf convenience function | Chris McDonough | |
| 2012-09-16 | make use_tweens=False the default | Chris McDonough | |
| 2012-09-16 | make use_tweens=True the default, add some more tests | Chris McDonough | |
| 2012-09-16 | rename subrequest to invoke_subrequest | Chris McDonough | |
| 2012-09-16 | docs and test | Chris McDonough | |
| 2012-09-16 | add docs | Chris McDonough | |
| 2012-09-15 | merge jinty's testConfig code | Chris McDonough | |
