summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-08-14Add a functional test for the static fileLars Alexander Blumberg
2017-08-14Add functional test for css fileLars Alexander Blumberg
Static files were introduced in this tutorial step. As the tutorials emphasise to write tests, this commits adds a test for the static file `app.css` that was introduced with this tutorial step.
2017-08-03update zodb wiki files to synch with its cookiecutter using context managerSteve Piercy
2017-07-27update zodb wiki files to synch with its cookiecutterSteve Piercy
2017-07-24Fix typoKamil Dębowski
2017-07-20Update webob intersphinxSteve Piercy
2017-07-15Add more references about context manager and `with` statementSteve Piercy
2017-07-12Merge pull request #3119 from stevepiercy/docs-context-managerMichael Merickel
Update docs to use a Configurator context manager
2017-07-10Add pyramid.interfaces.IRouter.request_context and pyramid.paster.bootstrapSteve Piercy
- sort all Pyramid context managers
2017-07-08fix the other link to pastedeployMichael Merickel
2017-07-08update link to pastedeployMichael Merickel
2017-07-03Add a term for context manager in Quick TutorialSteve Piercy
2017-07-03Add a term for context manager in Quick TourSteve Piercy
2017-07-03Update example apps to use config context manager in Quick TourSteve Piercy
- add missing EOF line ending
2017-07-03Update example apps to use config context managerSteve Piercy
2017-07-03Use lineno-match instead of linenosSteve Piercy
2017-07-03Update example apps to use config context managerSteve Piercy
2017-07-03Update example apps to use config context managerSteve Piercy
2017-07-03Link context manager term to glossarySteve Piercy
2017-07-03Add term "context manager"Steve Piercy
2017-07-02Fix doc typoCaio Carrara
2017-06-27Update all external links per `make linkcheck`Steve Piercy
- Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes.
2017-06-27prep 1.10.dev0Michael Merickel
2017-06-27leave whatsnew-1.9 linkMichael Merickel
2017-06-26docs are latestMichael Merickel
2017-06-26explain more clearly the exception view changesMichael Merickel
2017-06-26Fix link to Venusian docsSteve Piercy
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-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-19update the whatsnew-1.9 with changes from #3034Michael 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-15update contributing 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-15update whatsnew-1.9Michael Merickel
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-11update whatsnew-1.9Michael Merickel
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 pull request #3059 from chrismorales/pyramid_tm_3052Steve Piercy
set pyramid_tm.explicit_manager in the configuration
2017-06-07explain why we prefer to avoid activateMichael Merickel
fixes #3064