summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Collapse)Author
2013-07-21Fix documentation of testing.setUpRonan Amicel
2013-07-17Merge branch 'auth-parent-domain' of github.com:wichert/pyramid into ↵Chris McDonough
wichert-auth-parent-domain
2013-07-14Avoid re-executing the same view when looking up context base views.Laurence Rowe
This is a tweak of #1004. Really we should be using subscribers here instead of adapters, but zope.interface doesn't yet suppport named subscribers.
2013-07-14Merge branch 'master' of lrowe/pyramid into pull.1004Michael Merickel
2013-07-12Merge pull request #1043 from merwok/masterTres Seaver
Minor markup update to clarify object type
2013-07-12Merge branch 'feature.prequest_login'Chris McDonough
2013-07-11Coverage for new OPTIONS and PROPFIND methods.Tres Seaver
2013-07-11Coverage for new '--login' option.Tres Seaver
2013-07-11Typo firx from merwok.Tres Seaver
2013-07-11Minor markup update to clarify object typeÉric Araujo
2013-07-11reST fixÉric Araujo
2013-07-02Allow 'prequest' to send basic auth headers.Tres Seaver
Also, allow passing PROPFIND / OPTIONS as methods.
2013-06-19Update docstring to show PUT / PATCH usage.Tres Seaver
2013-06-19Merge branch 'master' into merwok-masterTres Seaver
2013-06-19Trailing whitespace.Tres Seaver
2013-06-19Add support for PUT and PATCH in prequest (#877)Éric Araujo
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-05Merge branch 'master' of github.com:lukecyca/pyramid into lukecyca-masterChris McDonough
2013-06-04Update tests to use X-CSRF-Token headerLuke Cyca
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-06-02Changed header name to X-CSRF-TokenLuke Cyca
2013-06-01unused importChris McDonough
2013-05-30Support CSRF via X-CSRFToken HeaderLuke Cyca
2013-05-22Defer imports of Chameleon until needed. Fixes #1021.Vojislav Stojkovic
2013-05-21normalize exception messages, coverageChris McDonough
2013-05-21override all known attrs and methods instead of allowing subclass to ↵Chris McDonough
override in failure case
2013-05-21Merge branch 'feature-pep302'Chris McDonough
2013-05-21skip mako-related tests on py32Chris 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-16fix indentaion typeGoodwill Coding
2013-05-16Extend informational message to pcreate output. Tutorial, docs, twitter, ↵Goodwill Coding
maillist.
2013-05-11add missing word; be more preciseTshepang Lekhonkhobe
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-24Consider superclass views after predicate mismatchLaurence Rowe
The merged fix for #786 only worked for views registered to an interface.
2013-04-23grammarTshepang Lekhonkhobe
2013-04-22Merge pull request #991 from tshepang/patch-5Tres Seaver
no need to reference oneself
2013-04-22no need to reference oneselfTshepang Lekhonkhobe
2013-04-22remove redundant textTshepang Lekhonkhobe
2013-04-08grammar fixTshepang Lekhonkhobe
2013-04-07fix some cross-referencesTshepang Lekhonkhobe
2013-04-06Documentation regarding missing Accept headerDaniel Holmstrom
If a request doesn't contain an Accept header routes will match it regardless of thier accept attribute.
2013-04-03fix #954Michael Merickel
2013-04-01Merge branch 'fix.950' of Beanfield/pyramid into pull.952Michael Merickel
2013-03-29remove copyright bits from the scaffoldsTshepang Lekhonkhobe
see https://github.com/Pylons/pyramid/pull/953#issuecomment-15650552
2013-03-29grammarTshepang Lekhonkhobe
2013-03-27Spaces and dots may now be in mako renderer template paths. Fixes #950.Jason
2013-03-23no need to qualify Python interactive sessionsTshepang Lekhonkhobe
Sphinx automatically notices them as Python snippets and gives them syntax highlighting. These snippets are also too short to deserve linenos.
2013-03-20add some tests for options within ini filesMichael Merickel
2013-03-19Merge branch 'master' of madjar/pyramid into pull.911Michael Merickel
2013-03-19enhance the docstring on include_ip in auth tkt to explain compatabilityMichael Merickel