| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-10 | sync wiki installation, basiclayout, models and views chapters with new ↵ | Michael Merickel | |
| cookiecutter | |||
| 2020-01-02 | Update docs/tutorials/wiki/basiclayout.rst and related files | Steve Piercy | |
| 2018-11-25 | Align line numbers with code | Steve Piercy | |
| - See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/66 | |||
| 2018-11-23 | Clean up configuration for development.ini | Steve Piercy | |
| 2018-11-23 | Add notfound_view function description and 404.pt template. | Steve Piercy | |
| 2018-11-23 | Remove redundancy in appmaker narrative | Steve Piercy | |
| 2018-11-23 | Clean up grammar in models section | Steve Piercy | |
| 2018-11-23 | Rewrite application configuration to mirror the URL-dispatch + SQLAlchemy ↵ | Steve Piercy | |
| wiki style | |||
| 2018-11-23 | Clean up views, now in a package | Steve Piercy | |
| 2018-11-23 | Clean up models, now in a package | Steve Piercy | |
| 2018-11-23 | Clean up application configuration in __init__.py | Steve Piercy | |
| 2018-10-07 | Use proper case for Setuptools as a library name. | Steve Piercy | |
| Change Setuptools to a glossary term where useful. | |||
| 2018-09-16 | doc fixes | Stephen Martin | |
| 2018-09-09 | merging cookiecutters | Stephen Martin | |
| 2018-04-24 | link to pypi.org | Michael Merickel | |
| 2017-08-03 | update zodb wiki files to synch with its cookiecutter using context manager | Steve Piercy | |
| 2017-06-10 | synch emphasize-lines with src files for zodb wiki tutorial | Steve Piercy | |
| 2016-12-23 | Use cookiecutter instead of scaffold and pcreate | Steve Piercy | |
| - minor grammar and reST fixes | |||
| 2016-04-09 | update basiclayout and its src | Steve Piercy | |
| 2016-04-09 | - fix traversal tutorial reference | Steve Piercy | |
| - add intersphinx targets to wiki/* | |||
| 2015-05-25 | grammar, caps, minor tweaks | Steve Piercy | |
| 2013-09-06 | update the code in the wiki and wiki2 tutorials to use pyramid_chameleon | Michael Merickel | |
| 2013-04-01 | Fix reST markup | Catalin Iacob | |
| 2013-01-22 | Merge pull request #812 from stevepiercy/master | goodwillcoding | |
| etc. is an abbreviation thank you | |||
| 2013-01-22 | More grammar clean up. | Steve Piercy | |
| 2013-01-22 | typo | Tshepang Lekhonkhobe | |
| 2013-01-20 | point to the sources of the wiki tutorials in just one location; fix #763 | Tshepang Lekhonkhobe | |
| * This avoids having to update the link multiple times. * Also, mention their location, in case user has Pyramid checkout. | |||
| 2013-01-02 | eliminate other repeated words | Tshepang Lekhonkhobe | |
| 2013-01-01 | eliminate repeated "the" words | Tshepang Lekhonkhobe | |
| 2012-12-01 | Update line references | Patricio Paez | |
| - In the Basic Layout and Authorization chapters of the ZODB wiki tutorial | |||
| 2012-11-20 | More sync on ZODB wiki tutorial | Patricio Paez | |
| - literalinclude should refer to the file in the corresponding section - Remove extra lines | |||
| 2012-03-17 | master->1.3-branch | Chris McDonough | |
| 2011-12-27 | garden | Michael Merickel | |
| 2011-11-26 | output warning to use populate command to console after alchemy scaffold ↵ | Chris McDonough | |
| rendering; emit logging statements when populate is run | |||
| 2011-11-18 | - Fix ZODB tutorial docs to match ZODB tutorial code (I removed program name | Chris McDonough | |
| from ``scan``). | |||
| 2011-11-08 | Track change of the scaffolding file names, removing 'pyramid_' prefix. | kenmanheimer | |
| 2011-11-07 | Correct the description to match the code. | kenmanheimer | |
| 2011-10-06 | remove all reference to the paster command-line utility | Chris McDonough | |
| 2011-08-22 | - Use [app:main] instead of a pipeline in all scaffolds and tutorials | Chris McDonough | |
| and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter. | |||
| 2011-08-14 | - The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather | Chris McDonough | |
| than the ``repoze.zodbconn`` package to provide ZODB integration. - The ZODB scaffold now uses the ``pyramid_zodbconn`` package rather than the ``repoze.zodbconn`` package to provide ZODB integration. | |||
| 2011-08-13 | - Projects created via a scaffold no longer depend on the ``WebError`` | Chris McDonough | |
| package at all; configuration in the ``production.ini`` file which used to require its ``error_catcher`` middleware has been removed. Configuring error catching / email sending is now the domain of the ``pyramid_exclog`` package (see https://docs.pylonsproject.org/projects/pyramid_exclog/dev/). | |||
| 2011-03-24 | It was decided that pyramid would undergo a terminology change. | Joe Dallago | |
| 'Paster templates' will now be refered to as 'scaffolds,' while 'rendered templates' will remain as 'templates.' I have changed the docs to reflect this change in terminology. | |||
| 2011-02-05 | fix conflicts | Chris McDonough | |
| 2011-02-03 | Corrected a/an usage and also clarified "deployment" to mean to a production ↵ | Chris Beelby | |
| system (as opposed to deploying to a development, QA, etc... machine) | |||
| 2011-01-29 | - Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB | Chris McDonough | |
| templates (retry ZODB conflict errors which occur in normal operations). | |||
| 2011-01-19 | - The ``pyramid_zodb``, ``pyramid_routesalchemy`` and ``pyramid_alchemy`` | Chris McDonough | |
| paster templates now use a default "commit veto" hook when configuring the ``repoze.tm2`` transaction manager in ``development.ini``. This prevents a transaction from being committed when the response status code is within the 400 or 500 ranges. See also http://docs.repoze.org/tm2/#using-a-commit-veto. | |||
| 2011-01-06 | Updated wiki tutorial docs | Blaise Laflamme | |
| 2010-12-23 | tutorial accuracy and wording improvements | Chris McDonough | |
| 2010-12-22 | - The ``pyramid_zodb`` Paster template no longer employs ZCML. Instead, it | Chris McDonough | |
| is based on scanning. - Changed the "ZODB + Traversal Wiki Tutorial" based on changes to ``pyramid_zodb`` Paster template. | |||
| 2010-12-18 | model->resource; make docs render without warnings | Chris McDonough | |
