summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2010-12-18model -> resource; resource -> assetChris 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
2010-12-12rework/clarify opening paragraphCasey Duncan
2010-12-12be a bit more specificCasey Duncan
2010-12-12fix output formattingCasey Duncan
2010-12-12add commaCasey Duncan
2010-12-12clarify paragraph about contructing response objects from templates rendered ↵Casey Duncan
to a string
2010-12-12Add sentence to explain the implications of render_to_response returing a ↵Casey Duncan
response
2010-12-12simplify paragraph a bitCasey Duncan
2010-12-12break long sentenceCasey Duncan
2010-12-12clarify warning about only chameleon supporting relative template pathsCasey Duncan
2010-12-12be specific that sample_view is a function aboveCasey Duncan
2010-12-12minor clarity improvementCasey Duncan
2010-12-12change title wordingCasey Duncan
2010-12-12add commaCasey Duncan
2010-12-12fix sentence spacingCasey Duncan
2010-12-12clarify paragraph about when to call ISession.changed, uh huh, yeahCasey Duncan
2010-12-12clarify paragraph about when to call ISession.changedCasey Duncan
2010-12-12Add sentence below first mention of ISession.changed() method referring ↵Casey Duncan
reader to gotchas
2010-12-12clarify and remove specifc quantities from sentence which are prone to being ↵Casey Duncan
wrong