summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-15quote_via urlencode argumentdrnextgis
2017-06-15Merge pull request #3085 from mmerickel/reraise-invoke-exception-viewMichael Merickel
add a reraise argument to request.invoke_exception_view
2017-06-15add a reraise argument to request.invoke_exception_viewMichael Merickel
2017-06-15update whatsnew-1.9Michael Merickel
2017-06-14add changelog for #3084Michael Merickel
2017-06-14Merge pull request #3084 from mmerickel/fix-3078Michael Merickel
fix p.security.ACLPermitsResult to subclass p.security.PermitsResult
2017-06-14fix p.security.ACLPermitsResult to subclass p.security.PermitsResultMichael Merickel
The ``IAuthorizationPolicy`` is expected to return an instance of ``PermitsResult`` and the ``ACLPermitsResult`` now subclasses this to form a consistent class hierarchy. Similarly the ``ACLDenied`` subclasses ``Denied`` and ``ACLAllowed`` subclasses ``Allowed`` for consistency.
2017-06-12typoMichael Merickel
2017-06-12apply request extensions within invoke_subrequest itselfMichael Merickel
2017-06-11update whatsnew-1.9Michael Merickel
2017-06-11Merge pull request #3082 from stevepiercy/masterMichael Merickel
Update docs to synch with cookiecutter updates
2017-06-11fix out of range errorSteve Piercy
2017-06-10update src files and synch emphasize-lines for quick_tourSteve Piercy
2017-06-10update src files and synch emphasize-lines for myprojectSteve Piercy
2017-06-10update src files and synch emphasize-lines for alchemy wiki tutorialSteve Piercy
2017-06-10synch emphasize-lines with src files for zodb wiki tutorialSteve Piercy
2017-06-10Update src files for ZODB wiki tutorialSteve Piercy
- ref #3081
2017-06-10Merge remote-tracking branch 'upstream/master'Steve Piercy
2017-06-10Merge pull request #3059 from chrismorales/pyramid_tm_3052Steve Piercy
set pyramid_tm.explicit_manager in the configuration
2017-06-09Merge pull request #3079 from m-click/fix-basic-auth-forbidden-viewMichael Merickel
Fix forbidden_view for BasicAuthAuthenticationPolicy (#3066)
2017-06-09Fix forbidden_view for BasicAuthAuthenticationPolicy (#3066)Volker Diels-Grabsch
2017-06-09add changelog for #3074Michael Merickel
2017-06-08Merge pull request #3074 from Pylons/3073-all_permissions_list-iterabilityMichael Merickel
Ensure that instances of 'AllPermissionsList' are iterable.
2017-06-07add versionadded directive for invoke_exception_viewMichael Merickel
2017-06-07explain why we prefer to avoid activateMichael Merickel
fixes #3064
2017-06-06Merge remote-tracking branch 'upstream/master'Steve Piercy
2017-06-06Merge pull request #2634 from cewing/issue.2614Steve Piercy
Improve "introduction" page, add "Advanced Features" page
2017-06-06restore the r. it's importantcewing
2017-06-05Ensure that instances of 'AllPermissionsList' are iterable.Tres Seaver
Closes #3073.
2017-06-05add changelog for #3060Michael Merickel
2017-06-05Merge pull request #3060 from Pylons/push_threadlocals_exception_viewMichael Merickel
When invoking an exception view, push the new threadlocals
2017-06-05Always push the threadlocalsBert JW Regeer
2017-06-05fix a few more comments, and reflow introduction document to one line per ↵cewing
paragraph
2017-06-05fix more comments and refold lines, one per paragraph as specified in ↵cewing
stylesheet.
2017-06-03finish all app references for Pyramid and refold line lengthscewing
2017-06-03more fixes for CRcewing
2017-06-03use str in deference to Py3 style over Py2cewing
2017-06-02Merge remote-tracking branch 'upstream/master'Steve Piercy
2017-06-02Merge pull request #3072 from stevepiercy/masterSteve Piercy
Add cookiecutter step for master branch upon release of new branch
2017-06-02Merge remote-tracking branch 'upstream/master'Steve Piercy
2017-06-02Add cookiecutter step for master branch upon release of new branchSteve Piercy
2017-06-02Merge pull request #3071 from stevepiercy/masterSteve Piercy
use shortcut for github URL; update RELEASING.txt
2017-06-02mid-release cycle will be the death of meSteve Piercy
2017-06-02append ` --checkout master` to cookie cutter commandSteve Piercy
2017-06-02Move docs update to Prepare new release branchSteve Piercy
2017-06-01use shortcut for github URL; update RELEASING.txtSteve Piercy
- refs: #3042
2017-06-01Merge pull request #3067 from stevepiercy/masterSteve Piercy
clarify badges for releasing
2017-06-01use the version for the mid-release cycleSteve Piercy
- update releasing.txt accordingly
2017-06-01clarify badges for releasingSteve Piercy
2017-05-25fix more style issues per CRcewing