summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
AgeCommit message (Collapse)Author
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-08update link to pastedeployMichael Merickel
2017-07-03Add term "context manager"Steve Piercy
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-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-05-23fixes per code review, Thanks @stevepiercy.cewing
2017-04-30Merge pull request #2985 from mmerickel/plasterMichael Merickel
migrate pyramid to use plaster
2017-04-26Apply drafting changes to documentation.Matthew Wilkes
2017-03-31add some simple notes about plaster in the narrative docsMichael Merickel
2017-02-25Add newline to make docs happyBert JW Regeer
2017-02-25add an IExecutionPolicy that can wrap the routerMichael Merickel
2017-02-03update links and reST syntax for mod_wsgiSteve Piercy
2017-01-02Waitress dropped 2.6 and 3.2 supportSteve Piercy
2016-12-27glossary - moar updates for cookiecuttersSteve Piercy
2016-12-23update glossarySteve Piercy
2016-04-23Fix 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-16quick_tutorial cleanupSteve 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-12Merge branch 'master' into feature/require-csrfMichael Merickel
2016-04-12- add mention of Windows and Python 3.3+ for virtual environmentsSteve Piercy
2016-04-12one 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-11Merge branch 'master' into docs/easy-install-to-pip.2104Michael Merickel
2016-04-10rewrite csrf checks to support a global setting to turn it onMichael 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.4Steve 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-10Merge pull request #2021 from Pylons/feature/configurable-view-deriverMichael Merickel
configurable view deriver
2016-03-30update installation and glossarySteve Piercy
2016-03-21polish view derivers docs, minor grammarSteve Piercy
2016-03-13add examples of view derivers to the glossaryMichael Merickel
2016-03-09add "view deriver" to the glossaryMichael Merickel
2016-03-08rewrite renderer glossary entry to read more easilySteve Piercy
2016-02-20fix links for babel and chameleonSteve Piercy
2016-01-30clean up principal and userid glossary entries for grammar, rst syntaxSteve Piercy
2016-01-14Rename Cookbook to Pyramid Community CookbookSteve Piercy
- use .rst intersphinx labels for pages instead of broken URLs
2016-01-08revert 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-08update glossary with cookbook rst syntax. closes #2215Steve Piercy
2015-12-26Update glossary.rstBastien
fixed typo (cherry picked from commit 0a5c9a2)
2015-11-12update cache buster prose and add ManifestCacheBusterMichael Merickel
redux of #2013
2015-11-12Revert "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-12complete cache buster docs using manifest exampleMichael Merickel
2015-02-07move the IResponseFactory into the public apiMichael Merickel
2015-01-01Fix typoJohn Anderson
2015-01-01Mkae the response factory a factory that takes a requestJohn Anderson
2014-12-27basic docs cleanupJohn Anderson
2014-11-10Merge branch 'master' into feature.security-docs-enhancementsMichael 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-13some tweaks to the usage of userid in the docsMichael Merickel
2014-08-12Docs: Introduce the concept of "userid" into the glossary.Karl O. Pinc
2014-05-03- spellingSteve Piercy
2014-04-08Update Lingua glossary item.Wichert Akkerman