summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
AgeCommit message (Collapse)Author
2018-10-07Use proper case for Setuptools as a library name.Steve Piercy
Change Setuptools to a glossary term where useful.
2018-10-05Merge branch 'master' into one_ccSteve Piercy
2018-09-22Update links to trypyramid.com, Grok, gunicornSteve Piercy
2018-09-17version cleanupStephen Martin
2018-09-17name changeStephen Martin
2018-09-14Fix tiny typo in glossary doc ("l10" -> "l10n")Colin Dunklau
2018-09-10add unified cookiecutter headingStephen Martin
2018-09-10correct versionadded/depreciationStephen Martin
2018-09-09merging cookiecuttersStephen Martin
2018-08-21Merge pull request #3330 from stevepiercy/docs-code-styleMichael Merickel
Docs code style
2018-08-19Fix broken links from linkcheck, exclude localhost from checkSteve Piercy
2018-08-19Standardize Unix capitalizationSteve Piercy
2018-06-22Add mention of migrations and Alembic in design and glossary.Steve Piercy
2018-04-24link to pypi.orgMichael Merickel
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-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