summaryrefslogtreecommitdiff
path: root/docs/tutorials
AgeCommit message (Collapse)Author
2010-12-29- The (weak) "Converting a CMF Application to Pyramid" tutorial has beenChris McDonough
removed from the tutorials section. It was moved to the ``pyramid_tutorials`` Github repository.
2010-12-23specify ordering unimportanceChris McDonough
2010-12-23tutorial accuracy and wording improvementsChris McDonough
2010-12-23fix awkward wordingChris McDonough
2010-12-23fix referencesChris McDonough
2010-12-22right example languageChris McDonough
2010-12-22amend decisionsChris 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-19explain terminological and envvar differences from BFGChris McDonough
2010-12-18title normalizationChris McDonough
2010-12-18resource/asset normalizationChris McDonough
2010-12-18model->resource; make docs render without warningsChris McDonough
2010-12-16FeaturesChris McDonough
-------- - Added ``debug_routematch`` configuration setting that logs matched routes (including the matchdict and predicates). Documentation ------------- - Added "Debugging Route Matching" section to the urldispatch narrative documentation chapter. - Added reference to ``BFG_DEBUG_ROUTEMATCH`` envvar and ``debug_routematch`` config file setting to the Environment narrative docs chapter.
2010-12-16Added debug_matched configuration setting.Joachim Krebs
2010-12-15- Fix reference to ``repoze.bfg.traversalwrapper`` in "Models" chapter (pointChris McDonough
at ``pyramid_traversalwrapper`` instead).
2010-12-15- If you followed it to-the-letter, the ZODB+Traversal Wiki tutorial wouldChris McDonough
instruct you to run a test which would fail because the view callable generated by the ``pyramid_zodb`` tutorial used a one-arg view callable, but the test in the sample code used a two-arg call. - Updated ZODB+Traversal tutorial setup.py of all steps to match what's generated by ``pyramid_zodb``.
2010-12-15closes #66Chris McDonough
2010-12-09Merge branch 'twophase'Chris McDonough
Conflicts: pyramid/configuration.py
2010-12-09fix docs: pyramid.configuration -> pyramid.configChris McDonough
2010-12-05Updated references to 'app' by 'main'.Bertrand Janin
2010-11-28remove awkward wordingChris McDonough
2010-11-27bfg -> pyramidChris McDonough
2010-11-21- SQLAlchemy+URLDispatch tutorial updated to integrate changes toChris McDonough
``pyramid_routesalchemy`` template.
2010-11-20convert stray references to colon routing syntax to squiggly syntaxChris McDonough
2010-11-19- Remove calls to config.begin()/config.end() from startup config code inChris McDonough
tutorials and paster templates (no longer required).
2010-11-17- Removed ``zodbsessions`` tutorial chapter. It's still useful, but we nowChris McDonough
have a SessionFactory abstraction which competes with it, and maintaining documentation on both ways to do it is a distraction.
2010-11-17paster templates now use the name "main" to represent the function that ↵d2m
returns a WSGI application
2010-11-12fix tutorial to not update the context with the content of ↵Chris McDonough
request.matchdict, unnecessary and breaks now that request has a matchdict of None
2010-11-11point at pyramid_viewgroup, todo gardeningChris McDonough
2010-11-11- SQLAlchemy+urldispach wiki (``wiki2``) tutorial updated due to changes toChris McDonough
``pyramid_routesalchemy`` paster template.
2010-11-10fix wiki tutorial based on changes to zodb paster templateChris McDonough
2010-11-09- All references to Pyramid-the-application were changed from :mod:`pyramid`Chris McDonough
to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal)
2010-11-09be helpful about which tutorial to point people atChris McDonough
2010-11-08Merge branch 'loginx-master'Chris McDonough
2010-11-08 * Removed redundant doc sectionXavier Spriet
2010-11-08tutorial.ini -> development.iniChris McDonough
2010-11-07Merge branch 'mgedmin-master'Chris McDonough
2010-11-07 * Use edit.pt instead of view.pt for the add_page view callable in the wiki ↵Xavier Spriet
tutorial.
2010-11-07 * Use edit.pt instead of view.pt for the add_page view callable in the wiki ↵Xavier Spriet
tutorial.
2010-11-07Fix file type for literalinclude.Marius Gedminas
2010-11-05use the latest pylons.css for all tutorialsChris McDonough
2010-11-05fix url to sourceChris McDonough
2010-11-04Added missing style.css file to tutorialsBlaise Laflamme
2010-11-04- Move static dir from pkg/templates/ to /pkg/ in pyramid_* paster templates.Chris McDonough
2010-11-04Updated starter page in tutorialsBlaise Laflamme
2010-11-04fix wiki2 tutorial (it was busted)Chris McDonough
2010-11-04- The SQL Wiki tutorial was updated to take into account changes to theChris McDonough
``pyramid_routesalchemy`` paster template.
2010-11-04update tutorials to account for paster template changesChris McDonough
2010-11-04remove r.b.skins reference, note that we need an analogue for r.b.viewgroupChris McDonough
2010-11-04bfg->pyramid, account for paster template changesChris McDonough