summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Collapse)Author
2013-08-13Fixed documentation width, signed contributors agreement and added a test ↵Jonathan Villemaire-Krajden
for duplicate query strings.
2013-08-13Fixes to documentation, added change to what's new.Jonathan Villemaire-Krajden
2013-08-13Updated CHANGESJonathan Villemaire-Krajden
Fixes 1040.
2013-08-12Allow explicit cookie domain setting.Wichert Akkerman
This is useful as an escape hatch when dealing with enviroments where no normal rules apply.
2013-08-10add change noteChris McDonough
2013-08-10add change noteChris McDonough
2013-08-10add change noteChris McDonough
2013-08-02add pdistreport commandChris McDonough
2013-07-24add not_ predicate featureChris McDonough
2013-07-18version bump in setup.py conf.py CHANGES.txt, rejigger changes bugs vs. featuresChris McDonough
2013-07-17Merge branch 'auth-parent-domain' of github.com:wichert/pyramid into ↵Chris McDonough
wichert-auth-parent-domain
2013-07-15update changelogMichael Merickel
2013-07-14update changlogMichael Merickel
2013-07-12add an entry to changes about code merged from feature.prequest_login branchChris McDonough
2013-06-19TypoTres Seaver
2013-06-19Changelog for PR #1033.Tres Seaver
2013-06-11- ``pyramid.testing.DummyResource`` didn't define ``__bool__``, so code underChris McDonough
Python 3 would use ``__len__`` to find truthiness; this usually caused an instance of DummyResource to be "falsy" instead of "truthy". See https://github.com/Pylons/pyramid/pull/1032 Closes #1032
2013-06-05add changelog noteChris McDonough
2013-06-03Add a parent_domain option for auth_tkt policyWichert Akkerman
This change adds a new ``parent_domain`` option to ``AuthTktAuthenticationPolicy`` which sets the authentication cookie as a wildcard cookie on the parent domain. This is useful if you have multiple sites sharing the same domain.
2013-05-21this is actually a bugfixChris McDonough
2013-05-21Merge branch 'feature-pep302'Chris McDonough
2013-05-21tortured docsChris McDonough
2013-05-21Prevent non-3.2-compatible MarkupSafe 0.16 from breaking us.Tres Seaver
Apps which actually use Mako templates are still broken.
2013-05-09Implement PEP302 API in PackageOverrides as '__loader__'.Tres Seaver
Proxy to the '__loader__' set by the importer, if present. Otherwise, raise NotImplementedError.
2013-04-24update changes.txtMichael Merickel
2013-04-19update changes.txtMichael Merickel
2013-04-03update changelogMichael Merickel
2013-04-01update changelogMichael Merickel
2013-03-20update CHANGES.txtMichael Merickel
2013-03-19Fix whitespace in CHANGES.txt to permit build.Steve Piercy
Add "Before You Begin" section.
2013-03-19update CHANGES.txtMichael Merickel
2013-03-19Merge branch 'fix.798' of wosc/pyramid into pull.922Michael Merickel
2013-03-19Fixes #798: Allow a protocol-relative URL to be passed to add_static_view, ↵Wolfgang Schnerring
generate URLs using the current protocol.
2013-03-19Merge branch 'master' of latteier/pyramid into pull.786Michael Merickel
2013-03-18support acl as a callableMichael Merickel
2013-03-12Merge pull request #896 from tshepang/consistencyMichael Merickel
consistency fixes
2013-03-09consistencyTshepang Lekhonkhobe
2013-03-05update some links and fix othersTshepang Lekhonkhobe
2013-01-10Change log note.Amos Latteier
2013-01-02eliminate other repeated wordsTshepang Lekhonkhobe
2013-01-01eliminate repeated "the" wordsTshepang Lekhonkhobe
2012-12-18prep for 1.4Chris McDonough
2012-12-18gardenChris McDonough
2012-12-10prep for 1.4b3Chris McDonough
2012-12-10prep for 1.4b2Chris McDonough
2012-12-06add changenoteChris McDonough
2012-12-06_depth argument to view_config is now relative to view_configMichael Merickel
This hides an implementation detail that view_config is at least 1 level away from user code.
2012-11-21prep for 1.4b1Chris McDonough
2012-11-21gardenChris McDonough
2012-11-21gardenChris McDonough