summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
AgeCommit message (Collapse)Author
2019-10-17add ISecurityPolicy to the public interface apiMichael Merickel
2019-09-30Merge pull request #3465 from luhn/security-policyMichael Merickel
Security policy implementation
2019-08-26Doc fix via @mmerickelTheron Luhn
Co-Authored-By: Michael Merickel <github@m.merickel.org>
2019-08-17run linkcheck, fix redirects, change busted links to inline literalsSteve Piercy
2019-07-21Un-deprecate authenticated_userid.Theron Luhn
2019-05-12Narrative docs WIPTheron Luhn
2019-02-17Add `security policy` and `identity` to glossary.Theron Luhn
Also mark authn/authz as deprecatd.
2018-11-27Fix links after running linkcheck, excluding HISTORY.txt, a local link, and ↵Steve Piercy
a bad link in WebOb docs
2018-11-27Update links to pastedeploySteve Piercy
- Closes #3433
2018-11-26Merge pull request #3421 from mmerickel/drop-py2Michael Merickel
remove py2 from the codebase
2018-11-24Add "constructor" glossary entryKarl O. Pinc
2018-11-23fix a couple more doc stringsMichael Merickel
2018-11-20Pyrmaid has add-ons, not pluginsKarl O. Pinc
2018-11-19rip out moar unicode prefixesMichael Merickel
2018-11-19Clarify that settings are set at startupKarl O. Pinc
2018-11-19Add "settings" to the glossaryKarl O. Pinc
2018-11-19Shorter sentences are betterKarl O. Pinc
2018-11-19Standardize casing of URL when it is an acronymSteve Piercy
2018-11-18Add "commit" to the glossaryKarl O. Pinc
2018-11-16Remove most Python 2 mentions from docs. Exclusions:Steve Piercy
- `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential.
2018-11-11use inherit_slash=True on add_route to opt-in to no trailing slashMichael Merickel
2018-10-31initial work removing pcreateMichael Merickel
2018-10-16change webtest link to httpsMichael Merickel
2018-10-14Merge pull request #3326 from mmerickel/fix-deprecated-accept-predicateMichael Merickel
Overhaul HTTP Accept (mime type) handling in Pyramid
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-27Merge branch 'master' into fix-deprecated-accept-predicateMichael Merickel
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-28fix deprecated usage of request.accept in AcceptPredicateMichael Merickel
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