summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Collapse)Author
2014-06-05- Work around a bug introduced in Python 2.7.7 on Windows whereChris McDonough
``mimetypes.guess_type`` returns Unicode rather than str for the content type, unlike any previous version of Python. See https://github.com/Pylons/pyramid/issues/1360 for more information. Closes #1360.
2014-05-16update changelogMichael Merickel
2014-05-07Merge branch 'master' of https://github.com/ftravers/pyramid into pull.1325Michael Merickel
2014-05-06Added required notes to changes/contributors file.Fenton Travers
2014-05-05modify p.testing.setUp() to configure the package relative to callerMichael Merickel
2014-05-05fix merge conflictsChris McDonough
2014-05-05modify changes wrt logging config strippingChris McDonough
2014-04-29require ISession.invalidate to leave behind a usable sessionMichael Merickel
2014-04-23remove redundant testsMichael Merickel
2014-04-22Update CHANGES for wsgiapp and wsgiapp2Bert JW Regeer
2014-04-20update change me with the scaffold changesgoodwillcoding
2014-04-18Add information to CHANGESBert JW Regeer
2014-04-08vb master to 1.6devChris McDonough
2014-04-08prep for 1.5 releaseChris McDonough
2014-04-08fix typo and update whatsnewChris McDonough
2014-04-08add changenoteChris McDonough
2014-04-08add changenoteChris McDonough
2014-04-08fix merge conflict while merging master to 1.5 branchChris McDonough
2014-02-27update changelogMichael Merickel
2014-02-21support high-order characters in UnencryptedCookieSessionFactoryConfig secretsMichael Merickel
2014-02-16Changelog for PR #1245.Tres Seaver
2014-02-08prep for 1.5b1Chris McDonough
2014-02-08- We no longer eagerly clear ``request.exception`` and ``request.exc_info`` inChris 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-28prep for 1.5a4 releaseChris McDonough
2014-01-22- Fix a memory leak when the configurator's ``set_request_property`` method wasChris 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-03updated changesBlaise Laflamme
2013-12-13Update CHANGESBert JW Regeer
2013-12-12put change note in the right release sectionChris McDonough
2013-12-12add url to issueChris McDonough
2013-12-12Merge branch 'jsonp-syntax' of github.com:wichert/pyramid into ↵Chris McDonough
wichert-jsonp-syntax
2013-12-10prep for 1.5a3Chris McDonough
2013-12-10add note about non-bw-compat between SignedCookieSessionFactory and ↵Chris McDonough
UnencryptedCookieSessionFactory. Ref #1200.
2013-12-10Fix JSONP syntax errorWichert Akkerman
2013-12-10use 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-27revert my reversionChris McDonough
2013-11-27change 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-27Merge branch 'feature.custom-query-strings'Chris McDonough
2013-11-18remove liesChris McDonough
2013-11-12update docsMichael Merickel
2013-11-09undeprecate remember/forget functions and remove ↵Chris McDonough
remember_userid/forget_userid methods from request
2013-10-28Bring change log, API docs, and deprecations in line with normal ↵Chris McDonough
policies/processes
2013-10-27Security APIs on pyramid.request.RequestMatt 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-22update changelogMichael Merickel
2013-10-20fix merge conflict and prevent warning from showing up during testing (dont ↵Chris McDonough
import ITemplateRenderer)
2013-10-20Merge branch 'master' into fix.basic-authentication-encodingsChris McDonough
2013-10-20fix merge conflictChris McDonough
2013-10-20rewording about deprecation and cookie compatibilityChris McDonough
2013-10-19modify the docs for the renderer interfacesMichael Merickel
2013-10-19update changelogMichael Merickel
2013-10-19Merge branch 'master' into feature.signed-cookie-sessionMichael Merickel