summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-26add 1.10 alpha branchSteve Piercy
2017-06-27prep 1.10.dev0Michael Merickel
2017-06-27leave whatsnew-1.9 linkMichael Merickel
2017-06-26docs are latestMichael Merickel
2017-06-26prep 1.9Michael Merickel
2017-06-26explain more clearly the exception view changesMichael Merickel
2017-06-26Merge pull request #3106 from stevepiercy/masterSteve Piercy
Fix link to Venusian docs
2017-06-26Fix link to Venusian docsSteve Piercy
2017-06-26Merge pull request #3103 from stevepiercy/masterSteve Piercy
change http://docs.pylonsproject.org to https
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2017-06-20Merge pull request #3099 from stevepiercy/masterSteve Piercy
update intersphinx for pytest and repoze.who
2017-06-20update intersphinx for pytest and repoze.whoSteve Piercy
- Closes #3098
2017-06-19mention check_csrf_origin moving to the pyramid.csrf moduleMichael Merickel
2017-06-19use readme_renderer to check the README syntaxMichael Merickel
2017-06-19prep 1.9b1Michael Merickel
2017-06-19update the whatsnew-1.9 with changes from #3034Michael Merickel
2017-06-19add changelog for #3086Michael Merickel
2017-06-19Merge pull request #3086 from mmerickel/set-execution-contextMichael Merickel
add a router.request_context context manager
2017-06-19add changelog for #3034Michael Merickel
2017-06-19Merge pull request #3034 from ↵Michael Merickel
russellballestrini/1.9-refactor-parse-url-overrides refactor parse_url_overrides
2017-06-18document changes and add testsMichael Merickel
2017-06-18Merge branch 'master' into pr/3034Michael Merickel
2017-06-18configure resource_url to use the same logicMichael Merickel
2017-06-18add changelog for #3088Michael Merickel
2017-06-18Merge pull request #3088 from drnextgis/quote_viaMichael Merickel
quote_via urlencode argument
2017-06-18document and test p.encode.urlencode(quote_via=...)Michael Merickel
2017-06-17add a router.request_context context managerMichael Merickel
the request context is to be used by execution policies to push/pop threadlocals and access the created request
2017-06-16Merge pull request #3094 from stevepiercy/masterSteve Piercy
update contributing URL
2017-06-15update contributing URLSteve Piercy
2017-06-15Merge pull request #3092 from stevepiercy/masterSteve Piercy
normalize URLs for pylonsproject.org
2017-06-15fix URLSteve Piercy
2017-06-15remove trailing slashSteve Piercy
2017-06-15Use HTTPS for pylonsproject.orgSteve Piercy
2017-06-15Merge pull request #3089 from stevepiercy/masterSteve Piercy
Use HTTPS for pylonsproject.org
2017-06-15Use HTTPS for pylonsproject.orgSteve Piercy
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