summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2012-11-04- Allow a ``_depth`` argument to ``pyramid.view.view_config``, which willChris McDonough
2012-11-04reword docsChris McDonough
2012-11-04fix tests to use sha512 to avoid emitting warningsMichael Merickel
2012-11-04emit a warning if a user is using the default hashalg to AuthTktMichael Merickel
2012-11-04merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicyMichael Merickel
2012-11-04fix docs, upgrade tutorials, add change note, deprecate using zope.deprecatio...Chris McDonough
2012-11-04Merge branch 'feature.sha512_auth' of git://github.com/iElectric/pyramid into...Chris McDonough
2012-11-04- In uncommon cases, the ``pyramid_excview_tween_factory`` might haveChris McDonough
2012-11-03- Move ``TopologicalSorter`` from ``pyramid.config.util`` to ``pyramid.util``,Chris McDonough
2012-11-03why is this file hereChris McDonough
2012-11-02dont use a separate request factory; instead just assign ResponseClass attr o...Chris McDonough
2012-11-02Merge branch 'master' of git://github.com/wylee/pyramid into wylee-masterChris McDonough
2012-11-02- In the past if a renderer returned ``None``, the body of the resultingChris McDonough
2012-11-02resolve merge conflictChris McDonough
2012-11-02- Do not allow the userid returned from the ``authenticated_userid`` or theChris McDonough
2012-10-30updated authentication policy api documentationMichael Merickel
2012-10-30updated docsMichael Merickel
2012-10-30raise exc if view_execution_permitted invoked on non-existant viewMichael Merickel
2012-10-28- Added an ``effective_principals`` route and view predicate.Chris McDonough
2012-10-26- New ``physical_path`` view predicate. If specified, this value should be aChris McDonough
2012-10-14Fixes for Python 3.Chris Rossi
2012-10-14Merge branch 'master' into feature-basic-authChris Rossi
2012-10-14Include recipe for issuing challenge.Chris Rossi
2012-10-13Merge pull request #706 from mmerickel/feature.scaffold-comments2Chris McDonough
2012-10-13updated ini files with links to documentationMichael Merickel
2012-10-13Merge branch 'master' into 1.4-branchChris McDonough
2012-10-13add docs and changelog noteChris McDonough
2012-10-13added tests for header predicate and standardized the text propertyMichael Merickel
2012-10-13updated request_param and match_param to use as_sorted_tupleMichael Merickel
2012-10-13collapsed request_param text to match the match_param text formatMichael Merickel
2012-10-13allow request_param predicate to accept a tuple of constraintsMichael Merickel
2012-10-12Test coverage.Chris Rossi
2012-10-12Add basic auth authentication policy.Chris Rossi
2012-10-12Fix indentationChris McDonough
2012-10-09Get rid of monkeypatch of Request and Response in pyramid.__init__Wyatt L Baldwin
2012-10-07- The Configurator ``testing_securitypolicy`` method now returns the policyChris McDonough
2012-10-05remove unintended commitChris McDonough
2012-10-05Merge branch 'fix.templatemacroreg'Chris McDonough
2012-10-05fix caching of template registrations that reference macrosChris McDonough
2012-10-04Updated links to documentation and copyrights yearAnton Vlasenko
2012-10-03Clarify documentation for pyramid.session.check_csrf_token functionDavid\ Beitey
2012-09-30s/either//Chris McDonough
2012-09-30An attempt at better behavior when reload cannot restart the controlled appli...Chris McDonough
2012-09-30- 1.4a ``pyramid.scripting.prepare`` behaved differently than 1.3 seriesChris McDonough
2012-09-23Add SHA512AuthTktAuthenticationPolicy and deprecate AuthTktAuthenticationPolicyDomen Kožar
2012-09-22- Add ``Base.metadata.bind = engine`` to alchemy template, so that tablesChris McDonough
2012-09-22mirror john's change for chameleon, better changelog messageChris McDonough
2012-09-22Filenames like app:foo-bar.mako should be valid.John Anderson
2012-09-21note potential 1.5 removals and remove dead codeChris McDonough
2012-09-19remove dead codeChris McDonough