| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-12 | update SQLAlchemy logger in quick tutorial fixes #3706 | Camill Kaipf | |
| 2020-04-17 | inheriting from `object` not necessary in py3 | Sergey Maranchuk | |
| 2020-01-16 | update docs with pyramid.authorizatio imports after syncing master | Michael Merickel | |
| 2019-11-11 | remove autoflush=False | Andrea Borghi | |
| autoflush is necessary for the current implementation views.py | |||
| 2019-11-11 | ZopeTransactionExtension is not valid anymore, replace with ↵ | Andrea Borghi | |
| zope.sqlalchemy.register The new version of zope.sqlalchemy does not provide ZopeTransactionExtension anymore. As stated in (this official PR)[https://github.com/zopefoundation/zope.sqlalchemy/pull/38] | |||
| 2018-10-08 | Fix comments in `setup.py`s | Steve Piercy | |
| 2018-10-08 | Revise `setup.py`s | Steve Piercy | |
| 2018-10-08 | Update all the `setup.py`s | Steve Piercy | |
| 2018-10-07 | Carry forward previous setup.py changes. | Steve Piercy | |
| Add emphasize lines to highlight what changed. Improve instructions for when to run `pip install -e .` Standardize numbered list format. | |||
| 2018-05-14 | fixed issue #3182 - alphabetized dependencies in quick tutorial and aligned ↵ | Radu Revutchi | |
| emphasize-lines | |||
| 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-02-05 | update templates per deform 2.0 migration notes | Steve Piercy | |
| - See https://github.com/Pylons/pyramid/issues/2897#issuecomment-277494816 - Closes #2897 | |||
| 2017-01-26 | undo borkage: wsgiref does not use listen, it uses port | Steve Piercy | |
| - ref: #2919 | |||
| 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-04-16 | quick_tutorial cleanup | Steve Piercy | |
| - replace nose with pytest - cleanup databases.rst | |||
| 2016-04-14 | Issue #2493: Fixing Quick Tutorial Step 18 - CSS/JS Paths, also on Step 19 - ↵ | Arian Maykon de Araújo Diógenes | |
| Database | |||
| 2015-06-01 | add self.config = testing.setUp and testing.tearDown back to WikiViewTests ↵ | Karen Dalton | |
| as it is a standard pattern for view tests | |||
| 2015-06-01 | remove some calls to the testing module and self.config as they are not used | Karen Dalton | |
| 2015-06-01 | Add additional logging configs necessary for db script output and update ↵ | Karen Dalton | |
| tests.py to fix the 'At least one scoped session' warning | |||
| 2015-05-23 | fix template static asset URLs; grammar; line numbers | Steve Piercy | |
| 2014-03-13 | Strip redundant logging config from tutorial INI files. | Tres Seaver | |
| Leave it for the 'logging' and 'scaffolds' sections, where it is germane. | |||
| 2013-09-25 | Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ↵ | Paul Everitt | |
| Python 3. | |||
| 2013-09-13 | First cut at import of quick tutorial. | Paul Everitt | |
