| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-14 | Add a functional test for the static file | Lars Alexander Blumberg | |
| 2017-08-14 | Add functional test for css file | Lars 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-03 | update zodb wiki files to synch with its cookiecutter using context manager | Steve Piercy | |
| 2017-07-27 | update zodb wiki files to synch with its cookiecutter | Steve Piercy | |
| 2017-07-24 | Fix typo | Kamil Dębowski | |
| 2017-07-20 | Update webob intersphinx | Steve Piercy | |
| 2017-07-15 | Add more references about context manager and `with` statement | Steve Piercy | |
| 2017-07-12 | Merge pull request #3119 from stevepiercy/docs-context-manager | Michael Merickel | |
| Update docs to use a Configurator context manager | |||
| 2017-07-10 | Add pyramid.interfaces.IRouter.request_context and pyramid.paster.bootstrap | Steve Piercy | |
| - sort all Pyramid context managers | |||
| 2017-07-08 | fix the other link to pastedeploy | Michael Merickel | |
| 2017-07-08 | update link to pastedeploy | Michael Merickel | |
| 2017-07-03 | Add a term for context manager in Quick Tutorial | Steve Piercy | |
| 2017-07-03 | Add a term for context manager in Quick Tour | Steve Piercy | |
| 2017-07-03 | Update example apps to use config context manager in Quick Tour | Steve Piercy | |
| - add missing EOF line ending | |||
| 2017-07-03 | Update example apps to use config context manager | Steve Piercy | |
| 2017-07-03 | Use lineno-match instead of linenos | Steve Piercy | |
| 2017-07-03 | Update example apps to use config context manager | Steve Piercy | |
| 2017-07-03 | Update example apps to use config context manager | Steve Piercy | |
| 2017-07-03 | Link context manager term to glossary | Steve Piercy | |
| 2017-07-03 | Add term "context manager" | Steve Piercy | |
| 2017-07-02 | Fix doc typo | Caio Carrara | |
| 2017-06-27 | Update 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-27 | prep 1.10.dev0 | Michael Merickel | |
| 2017-06-27 | leave whatsnew-1.9 link | Michael Merickel | |
| 2017-06-26 | docs are latest | Michael Merickel | |
| 2017-06-26 | explain more clearly the exception view changes | Michael Merickel | |
| 2017-06-26 | Fix link to Venusian docs | Steve Piercy | |
| 2017-06-26 | change http://docs.pylonsproject.org to https | Steve Piercy | |
| - use correct URL for code style - use correct Pyramid version for zodb wiki src file template | |||
| 2017-06-20 | update intersphinx for pytest and repoze.who | Steve Piercy | |
| - Closes #3098 | |||
| 2017-06-19 | mention check_csrf_origin moving to the pyramid.csrf module | Michael Merickel | |
| 2017-06-19 | update the whatsnew-1.9 with changes from #3034 | Michael Merickel | |
| 2017-06-18 | Merge branch 'master' into pr/3034 | Michael Merickel | |
| 2017-06-18 | configure resource_url to use the same logic | Michael Merickel | |
| 2017-06-18 | add changelog for #3088 | Michael Merickel | |
| 2017-06-15 | update contributing URL | Steve Piercy | |
| 2017-06-15 | remove trailing slash | Steve Piercy | |
| 2017-06-15 | Use HTTPS for pylonsproject.org | Steve Piercy | |
| 2017-06-15 | Merge pull request #3089 from stevepiercy/master | Steve Piercy | |
| Use HTTPS for pylonsproject.org | |||
| 2017-06-15 | Use HTTPS for pylonsproject.org | Steve Piercy | |
| 2017-06-15 | update whatsnew-1.9 | Michael Merickel | |
| 2017-06-14 | fix p.security.ACLPermitsResult to subclass p.security.PermitsResult | Michael 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-11 | update whatsnew-1.9 | Michael Merickel | |
| 2017-06-11 | fix out of range error | Steve Piercy | |
| 2017-06-10 | update src files and synch emphasize-lines for quick_tour | Steve Piercy | |
| 2017-06-10 | update src files and synch emphasize-lines for myproject | Steve Piercy | |
| 2017-06-10 | update src files and synch emphasize-lines for alchemy wiki tutorial | Steve Piercy | |
| 2017-06-10 | synch emphasize-lines with src files for zodb wiki tutorial | Steve Piercy | |
| 2017-06-10 | Update src files for ZODB wiki tutorial | Steve Piercy | |
| - ref #3081 | |||
| 2017-06-10 | Merge pull request #3059 from chrismorales/pyramid_tm_3052 | Steve Piercy | |
| set pyramid_tm.explicit_manager in the configuration | |||
| 2017-06-07 | explain why we prefer to avoid activate | Michael Merickel | |
| fixes #3064 | |||
