summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2
AgeCommit message (Collapse)Author
2020-01-13Align emphasis to method nameSteve Piercy
2020-01-13Remove emphasize-lines because the entire module is new and highlighting ↵Steve Piercy
doesn't help here, just adds maintenance
2020-01-13Remove emphasize-lines because the entire module is new, and there is no ↵Steve Piercy
narrative reference to the emphasized lines
2020-01-13Remove tests_require from literalincludeSteve Piercy
2020-01-13Improve requires sectionSteve Piercy
- Improve narrative flow - Remove test_requires from literalinclude
2020-01-13Update version numbers since last run to the latestSteve Piercy
2020-01-13grammar fixSteve Piercy
2020-01-12update wiki authorization chapterMichael Merickel
2020-01-10grammar fixMichael Merickel
2020-01-10sync wiki installation, basiclayout, models and views chapters with new ↵Michael Merickel
cookiecutter
2020-01-09demonstrate an identity_cacheMichael Merickel
2020-01-07use _makeContext to reduce importsMichael Merickel
2020-01-07fix punctuation in docs/tutorials/wiki2/authentication.rstMichael Merickel
Co-Authored-By: Steve Piercy <web@stevepiercy.com>
2020-01-07revamp the test suite and explain the fixturesMichael Merickel
2020-01-06update authorization docs with new security policyMichael Merickel
2020-01-06update authentication docs with security policyMichael Merickel
2020-01-06sync views with new structure and add csrf protectionMichael Merickel
2020-01-06sync basiclayout, installation, models with new structureMichael Merickel
2020-01-03exclude tests package from source packagesMichael Merickel
2020-01-03Stupid PyCharm caching of diff will be the death of meSteve Piercy
2020-01-02Update tests.rst to align with removal of 1 unrepeatable testSteve Piercy
2020-01-02Remove unrepeatable test, per ↵Steve Piercy
https://github.com/Pylons/pyramid/pull/3556#issuecomment-570474759
2020-01-02Resynch docs with cookiecutter - remove unnecessary `omit` line in .coveragercSteve Piercy
2020-01-02Resync wiki2/*.rst and related files after moving tests directorySteve Piercy
2020-01-02Fix heading levelsSteve Piercy
2020-01-02Update tests src filesSteve Piercy
2020-01-02Update authorization src filesSteve Piercy
2020-01-02Update authentication src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/definingviews.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/definingmodels.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/basiclayout.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/installation.rst and related src filesSteve Piercy
2019-08-17run linkcheck, fix redirects, change busted links to inline literalsSteve Piercy
2018-12-31Merge remote-tracking branch 'upstream/master'Steve Piercy
2018-12-31highlight docutil instead of bcryptAlexander McNulty
2018-11-27Merge pull request #3438 from stevepiercy/docs-style-inputsSteve Piercy
Add a style to show text in input fields.
2018-11-27Add a style to show text in input fields.Steve Piercy
Fixes #3431 The cookiecutter has been updated. - See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64
2018-11-27Fix links after running linkcheck, excluding HISTORY.txt, a local link, and ↵Steve Piercy
a bad link in WebOb docs
2018-11-18Unpin webtest and pytestSteve Piercy
2018-11-17Remove mention of py3 compatSteve Piercy
2018-11-17Update Python source files in docs to use `from html import escape`, now ↵Steve Piercy
that we ripped it out from `pyramid.compat`.
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-10-31move master to 2.0.dev0Michael Merickel
2018-10-15point cookiecutters at 1.10-branchMichael Merickel
2018-10-05Merge branch 'master' into one_ccSteve Piercy
2018-10-04Update Pyramid documentation pytest references with feedbackPaul Cutler
Update the pull request to update all Pyramid documentation to replace instances of "py.test" with "pytest" to include missing backticks where needed.
2018-10-03Change references to "py.test" in SQLAlchemy tutorial test pagePaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the test page of the ZODB + URL Dispatch tutorial test documentation
2018-10-03Change references to "py.test" to "pytest" in SQLAlchemy tutorialPaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the SQLAlchemy + URL Dispatch tutorial
2018-09-27Fix typoAlexander Lin
2018-09-17name changeStephen Martin