| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-02-10 | - Garden PR #1121 | Steve Piercy | |
| 2013-10-02 | rearrange the fix | Chris McDonough | |
| 2013-10-02 | fix the docs build and get rid of stray references to Beaker | Chris McDonough | |
| 2013-09-08 | - The ``renderer_globals_factory`` argument to the | Chris McDonough | |
| ``pyramid.config.Configurator` constructor and its ``setup_registry`` method has been removed. The ``set_renderer_globals_factory`` method of ``pyramid.config.Configurator`` has also been removed. The (internal) ``pyramid.interfaces.IRendererGlobals`` interface was also removed. These arguments, methods and interfaces had been deprecated since 1.1. Use a ``BeforeRender`` event subscriber as documented in the "Hooks" chapter of the Pyramid narrative documentation instead of providing renderer globals values to the configurator. | |||
| 2013-08-06 | Up through JSON. | Paul Everitt | |
| 2013-04-28 | use a cross-ref instead of a raw link | Tshepang Lekhonkhobe | |
| 2013-04-06 | fix some cross-references | Tshepang Lekhonkhobe | |
| Also, pyramid_zcml is cross-referenced, so add it to intersphinx_mapping dict. | |||
| 2013-04-01 | Consistently link middleware term to the glossary | Catalin Iacob | |
| 2013-03-28 | fix link | Tshepang Lekhonkhobe | |
| 2013-03-25 | improve description; fix link | Tshepang Lekhonkhobe | |
| 2013-03-22 | rm unused glossary entry | Tshepang Lekhonkhobe | |
| 2013-03-16 | improve description; fix spelling | Tshepang Lekhonkhobe | |
| 2013-03-13 | consistency: use $VENV whenever virtualenv binaries are used | Tshepang Lekhonkhobe | |
| 2013-03-12 | Merge pull request #896 from tshepang/consistency | Michael Merickel | |
| consistency fixes | |||
| 2013-03-12 | Merge pull request #872 from tshepang/virtualenv | Michael Merickel | |
| virtualenv refers both to the tool and the concept | |||
| 2013-03-12 | Merge pull request #885 from tshepang/hyperlinks | Michael Merickel | |
| fix/update hyperlinks | |||
