| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-08 | vb master to 1.6dev | Chris McDonough | |
| 2014-04-08 | prep for 1.5 release | Chris McDonough | |
| 2014-04-08 | fix typo and update whatsnew | Chris McDonough | |
| 2014-04-08 | add changenote | Chris McDonough | |
| 2014-04-08 | add changenote | Chris McDonough | |
| 2014-04-08 | fix merge conflict while merging master to 1.5 branch | Chris McDonough | |
| 2014-02-27 | update changelog | Michael Merickel | |
| 2014-02-21 | support high-order characters in UnencryptedCookieSessionFactoryConfig secrets | Michael Merickel | |
| 2014-02-16 | Changelog for PR #1245. | Tres Seaver | |
| 2014-02-08 | prep for 1.5b1 | Chris McDonough | |
| 2014-02-08 | - We no longer eagerly clear ``request.exception`` and ``request.exc_info`` in | Chris McDonough | |
| the exception view tween. This makes it possible to inspect exception information within a finished callback. See https://github.com/Pylons/pyramid/issues/1223. Closes #1223. | |||
| 2014-01-28 | prep for 1.5a4 release | Chris McDonough | |
| 2014-01-22 | - Fix a memory leak when the configurator's ``set_request_property`` method was | Chris McDonough | |
| used or when the configurator's ``add_request_method`` method was used with the ``property=True`` attribute. See https://github.com/Pylons/pyramid/issues/1212 . Closes #1212 | |||
| 2014-01-03 | updated changes | Blaise Laflamme | |
| 2013-12-13 | Update CHANGES | Bert JW Regeer | |
| 2013-12-12 | put change note in the right release section | Chris McDonough | |
| 2013-12-12 | add url to issue | Chris McDonough | |
| 2013-12-12 | Merge branch 'jsonp-syntax' of github.com:wichert/pyramid into ↵ | Chris McDonough | |
| wichert-jsonp-syntax | |||
| 2013-12-10 | prep for 1.5a3 | Chris McDonough | |
| 2013-12-10 | add note about non-bw-compat between SignedCookieSessionFactory and ↵ | Chris McDonough | |
| UnencryptedCookieSessionFactory. Ref #1200. | |||
| 2013-12-10 | Fix JSONP syntax error | Wichert Akkerman | |
| 2013-12-10 | use CookieProfile from webob in authentication module, add support for new ↵ | Chris McDonough | |
| domain attribute on dummy request, depend on webob 1.3 or better | |||
| 2013-11-27 | revert my reversion | Chris McDonough | |
| 2013-11-27 | change the behavior of parse_url_overrides and resource_url to not quote a ↵ | Chris McDonough | |
| _query/query argument supplied as a string and document in changelog | |||
| 2013-11-27 | Merge branch 'feature.custom-query-strings' | Chris McDonough | |
| 2013-11-18 | remove lies | Chris McDonough | |
| 2013-11-12 | update docs | Michael Merickel | |
| 2013-11-09 | undeprecate remember/forget functions and remove ↵ | Chris McDonough | |
| remember_userid/forget_userid methods from request | |||
| 2013-10-28 | Bring change log, API docs, and deprecations in line with normal ↵ | Chris McDonough | |
| policies/processes | |||
| 2013-10-27 | Security APIs on pyramid.request.Request | Matt Russell | |
| The pyramid.security Authorization API function has_permission is made available on the request. The pyramid.security Authentication API functions are now available as properties (unauthenticated_userid, authenticated_userid, effective_principals) and methods (remember_userid, forget_userid) on pyramid.request.Request. Backwards compatibility: For each of the APIs moved to request method or property, the original API in the pyramid.security module proxies to the request. Reworked tests to check module level b/c wrappers call through to mixins for each API. Tests that check no reg on request now do the right thing. Use a response callback to set the request headers for forget_userid and remember_userid. Update docs. Attempt to improve a documentation section referencing the pyramid.security.has_permission function in docs/narr/resources.rst Ensures backwards compatiblity for `pyramid.security.forget` and `pyramid.security.remember`. | |||
| 2013-10-22 | update changelog | Michael Merickel | |
| 2013-10-20 | fix merge conflict and prevent warning from showing up during testing (dont ↵ | Chris McDonough | |
| import ITemplateRenderer) | |||
| 2013-10-20 | Merge branch 'master' into fix.basic-authentication-encodings | Chris McDonough | |
| 2013-10-20 | fix merge conflict | Chris McDonough | |
| 2013-10-20 | rewording about deprecation and cookie compatibility | Chris McDonough | |
| 2013-10-19 | modify the docs for the renderer interfaces | Michael Merickel | |
| 2013-10-19 | update changelog | Michael Merickel | |
| 2013-10-19 | Merge branch 'master' into feature.signed-cookie-session | Michael Merickel | |
| 2013-10-19 | reference github issues | Michael Merickel | |
| 2013-10-19 | update doc references | Michael Merickel | |
| 2013-10-19 | updated changelog | Michael Merickel | |
| 2013-10-19 | add deprecation for old cookie factory | Michael Merickel | |
| 2013-10-09 | update changelog | Michael Merickel | |
| 2013-10-08 | remove unused renderer arg | Chris McDonough | |
| 2013-10-02 | correct the explanation of the behavior change | Chris McDonough | |
| 2013-10-02 | fix merge conflict | Chris McDonough | |
| 2013-10-02 | fix merge conflict | Chris McDonough | |
| 2013-10-02 | - Removed mention of ``pyramid_beaker`` from docs. Beaker is no longer | Chris McDonough | |
| maintained. Point people at ``pyramid_redis_sessions`` instead. | |||
| 2013-10-01 | - Fix the ``principals_allowed_by_permission`` method of | Chris McDonough | |
| ``ACLAuthorizationPolicy`` so it anticipates a callable ``__acl__`` on resources. Previously it did not try to call the ``__acl__`` if it was callable. | |||
| 2013-10-01 | - Fix the ``pcreate`` script so that when the target directory name ends with a | Chris McDonough | |
| slash it does not produce a non-working project directory structure. Previously saying ``pcreate -s starter /foo/bar/`` produced different output than saying ``pcreate -s starter /foo/bar``. The former did not work properly. | |||
