summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/basiclayout.rst
AgeCommit message (Collapse)Author
2020-01-10sync wiki installation, basiclayout, models and views chapters with new ↵Michael Merickel
cookiecutter
2020-01-02Update docs/tutorials/wiki/basiclayout.rst and related filesSteve Piercy
2018-11-25Align line numbers with codeSteve Piercy
- See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/66
2018-11-23Clean up configuration for development.iniSteve Piercy
2018-11-23Add notfound_view function description and 404.pt template.Steve Piercy
2018-11-23Remove redundancy in appmaker narrativeSteve Piercy
2018-11-23Clean up grammar in models sectionSteve Piercy
2018-11-23Rewrite application configuration to mirror the URL-dispatch + SQLAlchemy ↵Steve Piercy
wiki style
2018-11-23Clean up views, now in a packageSteve Piercy
2018-11-23Clean up models, now in a packageSteve Piercy
2018-11-23Clean up application configuration in __init__.pySteve Piercy
2018-10-07Use proper case for Setuptools as a library name.Steve Piercy
Change Setuptools to a glossary term where useful.
2018-09-16doc fixesStephen Martin
2018-09-09merging cookiecuttersStephen Martin
2018-04-24link to pypi.orgMichael Merickel
2017-08-03update zodb wiki files to synch with its cookiecutter using context managerSteve Piercy
2017-06-10synch emphasize-lines with src files for zodb wiki tutorialSteve Piercy
2016-12-23Use cookiecutter instead of scaffold and pcreateSteve Piercy
- minor grammar and reST fixes
2016-04-09update basiclayout and its srcSteve Piercy
2016-04-09- fix traversal tutorial referenceSteve Piercy
- add intersphinx targets to wiki/*
2015-05-25grammar, caps, minor tweaksSteve Piercy
2013-09-06update the code in the wiki and wiki2 tutorials to use pyramid_chameleonMichael Merickel
2013-04-01Fix reST markupCatalin Iacob
2013-01-22Merge pull request #812 from stevepiercy/mastergoodwillcoding
etc. is an abbreviation thank you
2013-01-22More grammar clean up.Steve Piercy
2013-01-22typoTshepang Lekhonkhobe
2013-01-20point to the sources of the wiki tutorials in just one location; fix #763Tshepang Lekhonkhobe
* This avoids having to update the link multiple times. * Also, mention their location, in case user has Pyramid checkout.
2013-01-02eliminate other repeated wordsTshepang Lekhonkhobe
2013-01-01eliminate repeated "the" wordsTshepang Lekhonkhobe
2012-12-01Update line referencesPatricio Paez
- In the Basic Layout and Authorization chapters of the ZODB wiki tutorial
2012-11-20More sync on ZODB wiki tutorialPatricio Paez
- literalinclude should refer to the file in the corresponding section - Remove extra lines
2012-03-17master->1.3-branchChris McDonough
2011-12-27gardenMichael Merickel
2011-11-26output 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 nameChris McDonough
from ``scan``).
2011-11-08Track change of the scaffolding file names, removing 'pyramid_' prefix.kenmanheimer
2011-11-07Correct the description to match the code.kenmanheimer
2011-10-06remove all reference to the paster command-line utilityChris McDonough
2011-08-22- Use [app:main] instead of a pipeline in all scaffolds and tutorialsChris 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 ratherChris 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-24It 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-05fix conflictsChris McDonough
2011-02-03Corrected 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 ZODBChris 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-06Updated wiki tutorial docsBlaise Laflamme
2010-12-23tutorial accuracy and wording improvementsChris McDonough
2010-12-22- The ``pyramid_zodb`` Paster template no longer employs ZCML. Instead, itChris McDonough
is based on scanning. - Changed the "ZODB + Traversal Wiki Tutorial" based on changes to ``pyramid_zodb`` Paster template.
2010-12-18model->resource; make docs render without warningsChris McDonough