summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2010-12-19context finding -> resource locationChris McDonough
2010-12-19fix startup chapterChris McDonough
2010-12-19adjust project chapterChris McDonough
2010-12-19reference module from packageChris McDonough
2010-12-19update firstapp chapterChris McDonough
2010-12-19wordingChris McDonough
2010-12-19explain terminological and envvar differences from BFGChris McDonough
2010-12-19- All environment variables which used to be prefixed with ``BFG_`` are nowChris McDonough
prefixed with ``PYRAMID_`` (e.g. ``BFG_DEBUG_NOTFOUND`` is now ``PYRAMID_DEBUG_NOTFOUND``)
2010-12-19unnecessary static arglistsChris McDonough
2010-12-18Merge branch 'model2resource'Chris McDonough
Conflicts: docs/narr/views.rst
2010-12-18title normalizationChris McDonough
2010-12-18resource/asset normalizationChris McDonough
2010-12-18model->resource; make docs render without warningsChris McDonough
2010-12-18resource -> assetChris McDonough
2010-12-18resource -> assetChris McDonough
2010-12-18model -> resourceChris McDonough
2010-12-18model -> resourceChris McDonough
2010-12-18model -> resource; resource -> assetChris McDonough
2010-12-17get rid of conflict markerChris McDonough
2010-12-16tweakageChris McDonough
2010-12-16- Direct Jython users to Mako rather than Jinja2 in "Install" narrativeChris McDonough
chapter.
2010-12-16- The name ``registry`` is now available in a ``pshell`` environment byChris McDonough
default. It is the application registry object. - Changed "Project" chapter slightly to expand on use of ``paster pshell``.
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-15prep for 1.0a6Chris McDonough
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-15fix description of models based on zzzeeek's reddit commentChris McDonough
2010-12-15closes #66Chris McDonough
2010-12-15prep for 1.0a5Chris McDonough
2010-12-15add missing last sentenceCasey Duncan
2010-12-15clarify how __parent__ and __name__ relate to containers recursivelyCasey Duncan
2010-12-14shorten parenthetical for readability, add word modelCasey Duncan
2010-12-14move sidebar about automatically managing __name__ and __parent__ after ↵Casey Duncan
explaining what they are
2010-12-14describe container nodes and leaf nodes as such directlyCasey Duncan
2010-12-14clarify declaring an interface on a model instance vs. a classCasey Duncan
2010-12-14remove quotes, classes are wholly callableCasey Duncan
2010-12-14reword graph walking bulletCasey Duncan
2010-12-14replace link to pyramid_jinja2 on github with pypi release package linkCasey Duncan
2010-12-14add comma, remove redundant wordCasey Duncan
2010-12-14grammar fixCasey Duncan
2010-12-14minor reword to paragraph describing how to configure mako template renderersCasey Duncan
2010-12-14cause =Casey Duncan
2010-12-14clarify paragraph about passing templates to other templatesCasey Duncan
2010-12-14clarify/simplifyCasey Duncan
2010-12-14add seeCasey Duncan
2010-12-14add commaCasey Duncan
2010-12-14break-up/clarify long sentencesCasey Duncan
2010-12-12clarify note about pyramid automatically providing the request to renderersCasey Duncan
2010-12-12add commaCasey Duncan