summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-16Fixed relative path test for Mako templates, enabling non-setup.py test runners.Joachim Krebs
2010-12-15back to developmentChris McDonough
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-15- Tests now pass on Windows (no bugs found, but a few tests in the test suiteChris McDonough
assumed UNIX path segments in filenames).
2010-12-15Merge branch 'master' of https://github.com/jkrebs/pyramid into jkrebs-masterChris McDonough
2010-12-15gardeningChris McDonough
2010-12-15Made static tests pass on Windows.Joachim Krebs
2010-12-15more specificityChris McDonough
2010-12-15- 1.0a5 introduced a bug when ``pyramid.config.Configurator.scan`` was used.Chris McDonough
The symptoms were: lots of deprecation warnings printed to the console about imports of deprecated Pyramid functions and classes and non-detection of views decorated with ``view_config`` decorators. This has now been fixed. Closes #68.
2010-12-15fix description of models based on zzzeeek's reddit commentChris McDonough
2010-12-15closes #66Chris McDonough
2010-12-15back to developmentChris McDonough
2010-12-15prep for 1.0a5Chris McDonough
2010-12-15Merge https://github.com/Pylons/pyramidCasey Duncan
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-14- Fix conflict exceptions so they have the right ``info`` when oneChris McDonough
configuration method is called from another.
2010-12-14add commaCasey Duncan
2010-12-14break-up/clarify long sentencesCasey Duncan
2010-12-14Merge https://github.com/Pylons/pyramidCasey Duncan
2010-12-13gardeningChris McDonough
2010-12-13- When creating a Configurator from within a ``paster pshell`` session, youChris McDonough
were required to pass a ``package`` argument although ``package`` is not actually required. If you didn't pass ``package``, you would receive an error something like ``KeyError: '__name__'`` emanating from the ``pyramid.path.caller_module`` function. This has now been fixed.
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