| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | update link to pastedeploy | Michael Merickel | |
| 2017-07-03 | Add term "context manager" | Steve Piercy | |
| 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-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-05-23 | fixes per code review, Thanks @stevepiercy. | cewing | |
| 2017-04-30 | Merge pull request #2985 from mmerickel/plaster | Michael Merickel | |
| migrate pyramid to use plaster | |||
| 2017-04-26 | Apply drafting changes to documentation. | Matthew Wilkes | |
| 2017-03-31 | add some simple notes about plaster in the narrative docs | Michael Merickel | |
| 2017-02-25 | Add newline to make docs happy | Bert JW Regeer | |
| 2017-02-25 | add an IExecutionPolicy that can wrap the router | Michael Merickel | |
| 2017-02-03 | update links and reST syntax for mod_wsgi | Steve Piercy | |
| 2017-01-02 | Waitress dropped 2.6 and 3.2 support | Steve Piercy | |
| 2016-12-27 | glossary - moar updates for cookiecutters | Steve Piercy | |
| 2016-12-23 | update glossary | Steve Piercy | |
| 2016-04-23 | Fix all the stinky linkie rot via `make linkcheck ↵ | Steve Piercy | |
| SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx | |||
| 2016-04-16 | quick_tutorial cleanup | Steve Piercy | |
| - replace nose and coverage with pytest and pytest-cov - update glossary and terms - use doscon lexer for Windows commands - refer to Pyramid Installation and put an end to copy-pasta - fix directory tree | |||
| 2016-04-12 | Merge branch 'master' into feature/require-csrf | Michael Merickel | |
| 2016-04-12 | - add mention of Windows and Python 3.3+ for virtual environments | Steve Piercy | |
| 2016-04-12 | one does not simply "create a virtualenv". one should "create a virtual ↵ | Steve Piercy | |
| environment". - Fixes #2483 | |||
| 2016-04-12 | - replace `pyvenv` with `python3 -m venv` | Steve Piercy | |
| 2016-04-11 | Merge branch 'master' into docs/easy-install-to-pip.2104 | Michael Merickel | |
| 2016-04-10 | rewrite csrf checks to support a global setting to turn it on | Michael Merickel | |
| - only check csrf on POST - support "pyramid.require_default_csrf" setting - support "require_csrf=True" to fallback to the global setting to determine the token name | |||
| 2016-04-10 | - update installation.rst to use pip, pyvenv, Python 3.4 | Steve Piercy | |
| - simplify installation.rst by removing not-Pyramid things (installing Python and requirements for installing packages) while providing official external references - update cross-reference in quick_tutorial requirements.rst - add glossary entry for pyvenv | |||
| 2016-04-10 | Merge pull request #2021 from Pylons/feature/configurable-view-deriver | Michael Merickel | |
| configurable view deriver | |||
| 2016-03-30 | update installation and glossary | Steve Piercy | |
| 2016-03-21 | polish view derivers docs, minor grammar | Steve Piercy | |
| 2016-03-13 | add examples of view derivers to the glossary | Michael Merickel | |
| 2016-03-09 | add "view deriver" to the glossary | Michael Merickel | |
| 2016-03-08 | rewrite renderer glossary entry to read more easily | Steve Piercy | |
| 2016-02-20 | fix links for babel and chameleon | Steve Piercy | |
| 2016-01-30 | clean up principal and userid glossary entries for grammar, rst syntax | Steve Piercy | |
| 2016-01-14 | Rename Cookbook to Pyramid Community Cookbook | Steve Piercy | |
| - use .rst intersphinx labels for pages instead of broken URLs | |||
| 2016-01-08 | revert glossary entry name for tox on 3.5. I'll get this on a massive update ↵ | Steve Piercy | |
| on another pass. See https://github.com/Pylons/pyramid_cookbook/issues/155 | |||
| 2016-01-08 | update glossary with cookbook rst syntax. closes #2215 | Steve Piercy | |
| 2015-12-26 | Update glossary.rst | Bastien | |
| fixed typo (cherry picked from commit 0a5c9a2) | |||
| 2015-11-12 | update cache buster prose and add ManifestCacheBuster | Michael Merickel | |
| redux of #2013 | |||
| 2015-11-12 | Revert "fix/remove-default-cachebusters" | Michael Merickel | |
| This reverts commit 7410250313f893e5952bb2697324a4d4e3d47d22. This reverts commit cbec33b898efffbfa6acaf91cae45ec0daed4d7a. This reverts commit 345ca3052c395545b90fef9104a16eed5ab051a5, reversing changes made to 47162533af84bb8d26db6d1c9ba1e63d70e9070f. | |||
| 2015-11-12 | complete cache buster docs using manifest example | Michael Merickel | |
| 2015-02-07 | move the IResponseFactory into the public api | Michael Merickel | |
| 2015-01-01 | Fix typo | John Anderson | |
| 2015-01-01 | Mkae the response factory a factory that takes a request | John Anderson | |
| 2014-12-27 | basic docs cleanup | John Anderson | |
| 2014-11-10 | Merge branch 'master' into feature.security-docs-enhancements | Michael Merickel | |
| 2014-11-09 | - add Translation Context term to Glossary to allow Sphinx to build docs, in ↵ | Steve Piercy | |
| reference to a recent update in the docstrings to the package translationstring https://github.com/Pylons/translationstring/blame/master/translationstring/__init__.py#L50 | |||
| 2014-08-13 | some tweaks to the usage of userid in the docs | Michael Merickel | |
| 2014-08-12 | Docs: Introduce the concept of "userid" into the glossary. | Karl O. Pinc | |
| 2014-05-03 | - spelling | Steve Piercy | |
| 2014-04-08 | Update Lingua glossary item. | Wichert Akkerman | |
