| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-11 | Add httpexception for status code 308 | Jason Williams | |
| 2018-05-17 | Merge pull request #3283 from LuisCastilloH/Issue-3154 | Steve Piercy | |
| Add cut and paste text to quick tutorial index | |||
| 2018-05-16 | Use actual tree output characters, now that we have Unicode support | Steve Piercy | |
| 2018-05-16 | Update Makefile and make scripts to use xelatex to build PDF | Steve Piercy | |
| 2018-05-16 | Remove todo extension and configuration | Steve Piercy | |
| 2018-05-16 | Remove 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-16 | Support xelatex for PDF output | Steve Piercy | |
| - Now with Unicode character support | |||
| 2018-05-16 | make 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-16 | Update GitHub URLs for tutorials | LuisCastilloH | |
| 2018-05-16 | Merge pull request #3287 from radurevutchi/master | Steve Piercy | |
| issue #3276 removed extra lines from previous PR | |||
| 2018-05-15 | Merge pull request #3279 from huntcsg/master | Michael Merickel | |
| Add Configurator context manager 'route_prefix_context' to allow for … | |||
| 2018-05-15 | issue #3182 removed extra lines from previous PR | Radu Revutchi | |
| 2018-05-15 | Fix misspelling | LuisCastilloH | |
| 2018-05-15 | Update wiki tutorial index with cut and paste instructions | LuisCastilloH | |
| 2018-05-15 | Update wiki2 tutorial index with cut and paste instructions | LuisCastilloH | |
| 2018-05-15 | Update quick tour index with cut and paste instructions | LuisCastilloH | |
| 2018-05-15 | Added cut and paste instructions in new location | LuisCastilloH | |
| 2018-05-15 | Removed for code review | LuisCastilloH | |
| 2018-05-15 | Add 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-15 | Add cut and paste text to quick tutorial index | LuisCastilloH | |
| 2018-05-14 | Merge pull request #3275 from cyraxjoe/sprints-doc-fixes | Steve Piercy | |
| Removes the step to install additional packages in the quick tutorial. | |||
| 2018-05-14 | fixed issue #3182 - alphabetized dependencies in quick tutorial and aligned ↵ | Radu Revutchi | |
| emphasize-lines | |||
| 2018-05-14 | Removes 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-24 | link to pypi.org | Michael Merickel | |
| 2018-04-11 | updated `delete_cookie` docs with `name` instead of `key` | jonathan vanasco | |
| 2018-04-11 | updated docs/interfaces to note change in webob 1.7 of `set_cookie(key` to ↵ | jonathan vanasco | |
| `set_cookie(name` | |||
| 2018-03-13 | attempt to fix smart quotes | Steve 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-08 | Mark changelogs as ReST, for better Github rendering. | Tres Seaver | |
| 2018-02-26 | fix broken link | Michael Merickel | |
| 2018-01-28 | Remove `html_use_smartypants` setting because RTD now uses Sphinx 1.6.5 | Steve Piercy | |
| 2018-01-24 | Emphasize additional line | Dustin Ingram | |
| The line adding the view must change as well, so emphasize it. | |||
| 2018-01-12 | Update templates to align with cookiecutters | Steve Piercy | |
| - Update CDN assets to minor versions - Use data attribute for Jinja2 templates (already done in mako and chameleon) | |||
| 2018-01-11 | Align project name with source files myproject/*.ini | Steve Piercy | |
| - Closes #3213 | |||
| 2017-12-01 | Clarify when and how waitress is installed. | Steve Piercy | |
| - see #3204 | |||
| 2017-11-03 | views.py: prevent exception on unknown user login | silum | |
| 2017-11-03 | views.py: prevent exception on unknown user login | silum | |
| 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-28 | Synch source files with cookiecutter | Steve Piercy | |
| 2017-10-22 | Move Quick Tutorial under Tutorials | Steve Piercy | |
| 2017-10-21 | Changes per stevepiercy review, thanks! | Chris Shenton | |
| 2017-10-21 | Force emacs not to add newlines gratuitously, un-add them | Chris Shenton | |
| 2017-10-21 | Quick Tutorial: Replace wsgiref with waitress | Chris Shenton | |
| In setup.py add waitress import. In development.ini use waitress. Adjust line number highlighting. Mention that we're using it early in the tutorial. Addresses #2926 | |||
| 2017-10-18 | csrf documentation change | Ben Fagin | |
| 2017-09-22 | update comment to align with method | Steve Piercy | |
| 2017-08-30 | change cgi.escape to pyramid compat.escape | Jeremy Chen | |
| 2017-08-15 | Merge pull request #3152 from larsblumberg/master | Steve Piercy | |
| Add a functional test for the static file | |||
| 2017-08-15 | Only include test code snippet that has been added | Lars Alexander Blumberg | |
| 2017-08-14 | Fix typo in Mac OS X Python install instructinos | Paul Cutler | |
| Replace "verion" with correct spelling: version (cherry picked from commit 0bc8888) | |||
| 2017-08-14 | Merge pull request #3153 from larsblumberg/change-wording | Steve Piercy | |
| Update wording on tutorial page | |||
| 2017-08-14 | Add a functional test for the static file | Lars Alexander Blumberg | |
| 2017-08-14 | Update wording on tutorial page | Lars Blumberg | |
