summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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 Alembic and clarify console script in Installation stepSteve Piercy
2018-06-25add missing .gitignoreSteve Piercy
2018-06-25Synch up readmes with cookiecutterSteve Piercy
2018-06-22Add mention of migrations and Alembic in design and glossary.Steve 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-06-20remove html_use_smartypantsSteve Piercy
- for good, now that we specify Sphinx minimum version of 1.7.4
2018-06-11Add httpexception for status code 308Jason Williams
2018-05-17Merge pull request #3283 from LuisCastilloH/Issue-3154Steve Piercy
Add cut and paste text to quick tutorial index
2018-05-16Use actual tree output characters, now that we have Unicode supportSteve Piercy
2018-05-16Update Makefile and make scripts to use xelatex to build PDFSteve Piercy
2018-05-16Remove todo extension and configurationSteve Piercy
2018-05-16Remove lazy commenting.Steve Piercy
If a printed book format is ever desired again, then there are commits in the history that can be used as a reference and adapted for however it should be done in the future.
2018-05-16Support xelatex for PDF outputSteve Piercy
- Now with Unicode character support
2018-05-16make pdf rendering work again, less than optimally; take into account new ↵Chris McDonough
sphinx latex styling, and comment out sections that just dont work now; todo and danger directives are ununsed, so ditch them Signed-off-by: Bert JW Regeer <bertjw@regeer.org>
2018-05-16Update GitHub URLs for tutorialsLuisCastilloH
2018-05-16Merge pull request #3287 from radurevutchi/masterSteve Piercy
issue #3276 removed extra lines from previous PR
2018-05-15Merge pull request #3279 from huntcsg/masterMichael Merickel
Add Configurator context manager 'route_prefix_context' to allow for …
2018-05-15issue #3182 removed extra lines from previous PRRadu Revutchi
2018-05-15Fix misspellingLuisCastilloH
2018-05-15Update wiki tutorial index with cut and paste instructionsLuisCastilloH
2018-05-15Update wiki2 tutorial index with cut and paste instructionsLuisCastilloH
2018-05-15Update quick tour index with cut and paste instructionsLuisCastilloH
2018-05-15Added cut and paste instructions in new locationLuisCastilloH
2018-05-15Removed for code reviewLuisCastilloH
2018-05-15Add Configurator context manager 'route_prefix_context' to allow for adding ↵Hunter Senft-Grupp
routes and including configuration callables with a particular route prefix.
2018-05-15Add cut and paste text to quick tutorial indexLuisCastilloH
2018-05-14Merge pull request #3275 from cyraxjoe/sprints-doc-fixesSteve Piercy
Removes the step to install additional packages in the quick tutorial.
2018-05-14fixed issue #3182 - alphabetized dependencies in quick tutorial and aligned ↵Radu Revutchi
emphasize-lines
2018-05-14Removes the step to install additional packages in the quick tutorial.Joel Rivera
This part is redundant because in the same tutorial we indicate to install the application in development/editable mode with `pip -e` in the next section. (which will install the required dependencies if needed by the app) Related issue: #3181
2018-04-24link to pypi.orgMichael Merickel
2018-04-11updated `delete_cookie` docs with `name` instead of `key`jonathan vanasco
2018-04-11updated docs/interfaces to note change in webob 1.7 of `set_cookie(key` to ↵jonathan vanasco
`set_cookie(name`
2018-03-13attempt to fix smart quotesSteve Piercy
- Testing whether the version of Sphinx on RTD removes smart quotes. See http://www.sphinx-doc.org/en/stable/config.html#confval-smartquotes
2018-03-08Mark changelogs as ReST, for better Github rendering.Tres Seaver
2018-02-26fix broken linkMichael Merickel
2018-01-28Remove `html_use_smartypants` setting because RTD now uses Sphinx 1.6.5Steve Piercy
2018-01-24Emphasize additional lineDustin Ingram
The line adding the view must change as well, so emphasize it.
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)
2018-01-11Align project name with source files myproject/*.iniSteve Piercy
- Closes #3213
2017-12-01Clarify when and how waitress is installed.Steve Piercy
- see #3204
2017-11-03views.py: prevent exception on unknown user loginsilum
2017-11-03views.py: prevent exception on unknown user loginsilum
Attempting authentication without specifying a login, or when the login is not known, causes an unhandled exception to be raised in `security.py` because `None` is passed to `check_password()` as the hashed password to check against.
2017-10-28Synch source files with cookiecutterSteve Piercy