| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-28 | Synch source files with cookiecutter | Steve Piercy | |
| 2017-09-22 | update comment to align with method | Steve Piercy | |
| 2017-08-30 | change cgi.escape to pyramid compat.escape | Jeremy Chen | |
| 2017-07-03 | Update example apps to use config context manager in Quick Tour | Steve Piercy | |
| - add missing EOF line ending | |||
| 2017-06-26 | change http://docs.pylonsproject.org to https | Steve Piercy | |
| - use correct URL for code style - use correct Pyramid version for zodb wiki src file template | |||
| 2017-06-15 | remove trailing slash | Steve Piercy | |
| 2017-06-15 | Use HTTPS for pylonsproject.org | Steve Piercy | |
| 2017-06-10 | update src files and synch emphasize-lines for quick_tour | Steve Piercy | |
| 2017-05-23 | updated references for the models that have references for the config.settings | Chris Morales | |
| 2017-05-22 | Also replace script tags appear everywhere | Fang-Pen Lin | |
| 2017-05-12 | Merge branch 'master' into change-to-localhost | Steve Piercy | |
| 2017-04-28 | update cookiecutter README.txt throughout docs | Steve 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-16 | Fix #2927 - Change to listen = localhost:6543. | Aleph Melo | |
| 2016-12-25 | quick_tour - "Databases" updates for cookiecutter | Steve Piercy | |
| - add ALL src files | |||
| 2016-12-25 | quick_tour - "Databases" updates for cookiecutter | Steve Piercy | |
| - add src files - adjust line numbers | |||
| 2016-12-25 | quick_tour - "Sessions" updates for cookiecutter | Steve Piercy | |
| - add src files - adjust line numbers | |||
| 2016-12-25 | quick_tour - "Logging" updates for cookiecutter | Steve Piercy | |
| - fix line numbering - add new src files that were never included | |||
| 2016-12-25 | quick_tour - Configuration with ``.ini`` files section cookiecutter updates | Steve Piercy | |
| - src files - update numbered list for new listen configuration for waitress - fix reference to app, not server - reorder numbered list to align with configuration order | |||
| 2016-12-09 | Added configuration for ipv6 in .ini files. | Martin | |
| 2016-12-07 | Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵ | Martin | |
| supported by waitress server. | |||
| 2016-12-06 | Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵ | Bert JW Regeer | |
| …" | |||
| 2016-12-06 | Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵ | Martin | |
| supported by waitress server. | |||
| 2016-07-06 | Update links for Alembix | Steve Piercy | |
| 2016-06-16 | Quick Tour - static_assets - closes #2648 | Steve Piercy | |
| - swap contents of jinja2 templates - use __main__ to specify package - carry forward template to json step - use :language: python directive for correct syntax highlighting | |||
| 2016-06-13 | Fix flake8's noqa directive in documentation and scaffolds | JC Bohin | |
| 2016-05-23 | Merge pull request #2601 from stevepiercy/1.7-branch | Steve Piercy | |
| revert column type change in alchemy scaffold and related docs | |||
| 2016-05-22 | Change type to Text from Integer. See #2591 | Steve Piercy | |
| 2016-04-12 | - fix readme in quick_tour/sqla_demo | Steve Piercy | |
| 2016-04-11 | remove theme.min.css, it serves no purpose | Michael Merickel | |
| 2016-01-31 | Merge branch 'master' into feature/alchemy-scaffold-update | Michael Merickel | |
| 2016-01-24 | Bump sphinx to 1.3.5; revert comment syntax. Closes #2251. | Steve Piercy | |
| 2016-01-23 | Complete overhaul of Quick Tour - Databases and Forms | Steve Piercy | |
| 2016-01-22 | Overhaul Quick Tour: start to "Quick project startup with scaffolds" | Steve Piercy | |
| 2016-01-19 | workaround for #2251. See also https://github.com/sphinx-doc/sphinx/issues/2253 | Steve Piercy | |
| 2016-01-18 | overhaul quick_tour from Quick project startup with scaffolds to Sessions ↵ | Steve Piercy | |
| with updated pyramid_jinja2 scaffold | |||
| 2016-01-05 | remove unused "awesome" directory from quick_tour. it had references to ↵ | Steve Piercy | |
| pylonshq.com, which no longer exists. | |||
| 2015-12-01 | Add documentation why we add a naming convention | Bert JW Regeer | |
| 2015-11-12 | Restore progress after backing changes out of master. | Michael Merickel | |
| This reverts commit 049e670aef9ea5611561546fd5c0e2dd6152b9b7. | |||
| 2015-11-11 | Revert "update wiki2/src/basiclayout/tutorial" | Steve Piercy | |
| 2015-11-11 | sqla_demo/sqla_demo | Steve Piercy | |
| - add /models, /static, /templates, and /views | |||
| 2015-11-10 | sqla_demo/sqla_demo | Steve Piercy | |
| - add /models, /static, /templates, and /views | |||
| 2015-11-10 | sqla_demo/sqla_demo | Steve Piercy | |
| - update /scripts, /static, and /templates | |||
| 2015-11-10 | sqla_demo/sqla_demo/ | Steve Piercy | |
| - update __init__.py and tests.py - remove models.py and views.py in preference to modules | |||
| 2015-11-10 | - update files at project root | Steve Piercy | |
| 2015-11-10 | - remove sqla_demo.sqlite db: it's generated by the user | Steve Piercy | |
| 2014-04-15 | DOC: Comment re: XSS, PEP8 imports, typo | westurner | |
| 2014-04-15 | DOC: Add cgi.escape to quick_tour/views/views.py (Fixes #1294) | westurner | |
| 2014-04-08 | Drop setup.cfg from scaffolds | Wichert Akkerman | |
| Since setup.cfg is no longer needed for Babel, and no scaffold or documentation references nose there is no need to keep them. | |||
| 2014-04-08 | Remove Babel from all setup.cfg files | Wichert Akkerman | |
| 2013-10-19 | Merge branch 'master' into feature.signed-cookie-session | Michael Merickel | |
