summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src
AgeCommit message (Collapse)Author
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-08-30Update wiki2 with alchemy cookiecutter source filesSteve Piercy
2018-06-30use correct script name to fix testsSteve Piercy
2018-06-30synch up source code in tests stepSteve Piercy
2018-06-30synch up source code in authorization stepSteve Piercy
2018-06-30Synch up source files for authentication stepSteve Piercy
2018-06-29Synch up src files and update definingviews.rstSteve Piercy
2018-06-29Add flake8Steve Piercy
2018-06-29More synching of src to cc filesSteve Piercy
2018-06-29Resynch src files to cookiecutterSteve Piercy
2018-06-28Change import to module scopeSteve Piercy
2018-06-28First stab at updated db scriptSteve Piercy
2018-06-27Add alembic directory to source in models stepSteve Piercy
2018-06-27switch to engine_from_config to be consistent with run_migrations_offlineSteve Piercy
See https://github.com/Pylons/pyramid-cookiecutter-alchemy/commit/f1ab68543d3e44fc1a5df0aa0355f08578f38b7a
2018-06-26drop alpha status from pyramid requirement in setup.pySteve Piercy
- See https://github.com/Pylons/pyramid-cookiecutter-alchemy/issues/34
2018-06-26rename script to align with cookiecutter defaultSteve Piercy
2018-06-26Add alembic, correct name of init script in setup.pySteve Piercy
- Adjust linenos in defining models step - Update package version numbers to latest
2018-06-26Add omitted files to basiclayout stepSteve Piercy
2018-06-25add missing .gitignoreSteve Piercy
2018-06-25Synch up readmes with cookiecutterSteve Piercy
2018-06-22Update source files for basiclayout step for Alembic supportSteve Piercy
2018-06-22Update source files for installation step with new alembic supportSteve Piercy
2018-01-12Update templates to align with cookiecuttersSteve Piercy
- Update CDN assets to minor versions - Use data attribute for Jinja2 templates (already done in mako and chameleon)
2017-10-28Synch source files with cookiecutterSteve Piercy
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-06-15remove trailing slashSteve Piercy
2017-06-15Use HTTPS for pylonsproject.orgSteve Piercy
2017-06-10update src files and synch emphasize-lines for alchemy wiki tutorialSteve Piercy
2017-05-24updated documentation showing the pyramid_tm.explicit_manager being setChris Morales
2017-05-23updated the emphasis in the tutorial docs for the definingmodels.rstChris Morales
2017-05-23updated references for the models that have references for the config.settingsChris Morales
2017-05-22Also replace script tags appear everywhereFang-Pen Lin
2017-05-12Merge branch 'master' into change-to-localhostSteve Piercy
2017-04-28update cookiecutter README.txt throughout docsSteve Piercy
- https://github.com/Pylons/pyramid-cookiecutter-starter/pull/28 - https://github.com/Pylons/pyramid-cookiecutter-zodb/pull/7 - https://github.com/Pylons/pyramid-cookiecutter-alchemy/pull/8
2017-04-16Fix #2927 - Change to listen = localhost:6543.Aleph Melo
2017-04-15Update default.pyJeremy Chen
2017-04-15Update default.pyJeremy Chen
2017-04-15Update default.pyJeremy Chen
2017-04-15Update default.pyJeremy Chen
2017-04-10replace deprecated cgi.escape() with html.escape()Jeremy Chen
As suggested by https://docs.python.org/3.6/library/cgi.html cgi.escape() Deprecated since version 3.2: This function is unsafe because quote is false by default, and therefore deprecated. Use html.escape() instead.
2017-03-01use correct directory name for cookiecutter generated README.txtSteve Piercy
(cherry picked from commit 40dd034) Refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/22
2017-01-10fix unittests in wiki2 to work without deps on py2 and py3Michael Merickel
fixes #2882
2016-12-23wiki2/src/tests update filesSteve Piercy
2016-12-23wiki2/src/authorization update filesSteve Piercy
2016-12-23wiki2/src/authentication update filesSteve Piercy