| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-31 | Sync note with SQLAlchemy tutorial | Patricio Paez | |
| 2011-03-30 | Sync Declaring Dependencies with the SQLAlchemy tutorial | Patricio Paez | |
| 2011-03-30 | Move the Declaring Dependencies topic to the Defining Views section | Patricio Paez | |
| 2011-03-26 | Simplify the Defining the Domain Model section in the ZODB tutorial | Patricio Paez | |
| and standardize with the SQLAlchemy tutorial | |||
| 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-03-22 | Merge branch 'cguardia-master' | Chris McDonough | |
| 2011-03-21 | changed mentions of repoze.tm to repoze.tm2 to fix issue 151 | cguardia | |
| 2011-03-20 | review changes to sqla tutorial | Chris McDonough | |
| 2011-03-15 | Restructured the routes wiki tutorial to make it easier to follow along. ↵ | Carlos de la Guardia | |
| Moved the routes tutorial above the traversal tutorial. | |||
| 2011-03-02 | Closes #128 | Chris McDonough | |
| 2011-02-23 | mirror virhilo's changes to views tutorial package in authorization step | Chris McDonough | |
| 2011-02-23 | normalized test cases in wiki2 tutorial | Łukasz Fidosz | |
| 2011-02-16 | fix tutorial wording | Chris McDonough | |
| 2011-02-15 | fixed typo in docs in wiki2 tutorial | Łukasz Fidosz | |
| 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-30 | Typo - "tutorial.models.Wiki" should be "tutorial.models.Page" | Claus Conrad | |
| 2011-01-30 | had to remove flow of auth chapter due to space constraints | Chris McDonough | |
| 2011-01-30 | fix too-long lines | Chris McDonough | |
| 2011-01-30 | fix too-long lines | Chris McDonough | |
| 2011-01-30 | fix too-long lines | Chris McDonough | |
| 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-29 | Merge branch 'master' of https://github.com/osmaker/pyramid into osmaker-master | Chris McDonough | |
| 2011-01-29 | - Moved "Using ZODB With ZEO" and "Using repoze.catalog Within Pyramid" | Chris McDonough | |
| tutorials out of core documentation and into the Pyramid Tutorials site (http://docs.pylonsproject.org/projects/pyramid_tutorials/dev/). | |||
| 2011-01-29 | fix too-long lines in tutorials | Chris McDonough | |
| 2011-01-29 | too-long line | Chris McDonough | |
| 2011-01-29 | too-long lines | Chris McDonough | |
| 2011-01-29 | too-long lines | Chris McDonough | |
| 2011-01-28 | minor grammar fixes ('a' vs 'an') | Kyle Johnson | |
| 2011-01-28 | docutils necessary as per tutorial flow | Chris McDonough | |
| 2011-01-28 | dont use tab-width directive (older sphinx does not support, need to build ↵ | Chris McDonough | |
| book with older sphinx) | |||
| 2011-01-28 | convert all tabs to spaces in templates (sorry, blaise, i may have to use an ↵ | Chris McDonough | |
| older version of sphinx which doesnt respect tab-width) | |||
| 2011-01-25 | - Use © instead of copyright symbol in paster templates / tutorial | Chris McDonough | |
| templates for the benefit of folks who cutnpaste and save to a non-UTF8 format. | |||
| 2011-01-22 | - The ``production.ini`` generated by all paster templates now have an | Chris McDonough | |
| effective logging level of WARN, which prevents e.g. SQLAlchemy statement logging and other inappropriate output. - The ``production.ini`` of the ``pyramid_routesalchemy`` and ``pyramid_alchemy`` paster templates did not have a ``sqlalchemy`` logger section, preventing ``paster serve production.ini`` from working. - The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` paster templates used the ``{{package}}`` variable in a place where it should have used the ``{{project}}`` variable, causing applications created with uppercase letters e.g. ``paster create -t pyramid_routesalchemy Dibbus`` to fail to start when ``paster serve development.ini`` was used against the result. See https://github.com/Pylons/pyramid/issues/#issue/107 Closes #107 | |||
| 2011-01-21 | include txt, mako, xml, html | Chris McDonough | |
| 2011-01-21 | - Add a ``MANIFEST.in`` file to each paster template. See | Chris McDonough | |
| https://github.com/Pylons/pyramid/issues#issue/95 Closes issue #95. | |||
| 2011-01-21 | remove descriptions from titles | Chris McDonough | |
| 2011-01-21 | deal with the addition of production.ini | Chris McDonough | |
| 2011-01-19 | adjust wiki2 tutorial based on changes to pyramid_routesalchemy template | Chris McDonough | |
| 2011-01-19 | readd docutils | Chris McDonough | |
| 2011-01-19 | adjust tutorial sources against pyramid_zodb changes | Chris McDonough | |
| 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-18 | get maillist link right | Chris McDonough | |
| 2011-01-18 | - Most references to ZCML in narrative chapters have been removed or | Chris McDonough | |
| redirected to ``pyramid_zcml`` locations. | |||
| 2011-01-15 | credit john shipman appropriately | Chris McDonough | |
| 2011-01-15 | Merge branch 'longlines' of git://github.com/johnwshipman/pyramid | Blaise Laflamme | |
| 2011-01-15 | General reformatting of the wiki and wiki2 tutorials to eliminate | John Shipman | |
| any overly long lines in the PDF rendering. Changes to .rst files: (docs/tutorials/wiki/authorization.rst) (docs/tutorials/wiki/definingviews.rst) (docs/tutorials/wiki2/authorization.rst) (docs/tutorials/wiki2/definingviews.rst) 1. For included templates, added :tab-width: 2 options. 2. wiki2/authorization.rst: Wrong markup for file names __init__.py and views.py just after the subhead "Adding security.py". Changes to .py files: Folded a few long lines. (docs/tutorials/wiki/src/basiclayout/tutorial/views.py) (docs/tutorials/wiki/src/authorization/tutorial/views.py) (docs/tutorials/wiki/src/views/tutorial/views.py) (docs/tutorials/wiki2/src/basiclayout/tutorial/models.py) (docs/tutorials/wiki2/src/models/tutorial/models.py) Changes to .pt files: Broke long lines; reformatted for 2-space indentation using tabs. (docs/tutorials/wiki/src/authorization/tutorial/templates/edit.pt) (docs/tutorials/wiki/src/authorization/tutorial/templates/login.pt) (docs/tutorials/wiki/src/authorization/tutorial/templates/view.pt) (docs/tutorials/wiki/src/views/tutorial/templates/edit.pt) (docs/tutorials/wiki/src/views/tutorial/templates/view.pt) (docs/tutorials/wiki2/src/authorization/tutorial/templates/edit.pt) (docs/tutorials/wiki2/src/authorization/tutorial/templates/login.pt) (docs/tutorials/wiki2/src/authorization/tutorial/templates/view.pt) (docs/tutorials/wiki2/src/views/tutorial/templates/edit.pt) (docs/tutorials/wiki2/src/views/tutorial/templates/view.pt) | |||
| 2011-01-14 | Added tab-width: 2 to literalinclude to see if it formats better :) | Blaise Laflamme | |
| 2011-01-12 | Changed google font link in tutorials | Blaise Laflamme | |
| 2011-01-12 | Changed some references from pylonshq.com to pylonsproject.org | Blaise Laflamme | |
