summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-19gardenChris McDonough
2010-12-19add todoChris McDonough
2010-12-19missed argsChris 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-19this already exists as cookie_on_exceptionChris McDonough
2010-12-19unnecessary static arglistsChris McDonough
2010-12-19gardeningChris McDonough
2010-12-19Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2010-12-19- When a configuration conflict is encountered during scanning, the conflictChris McDonough
exception now shows the decorator information that caused the conflict. - Depend on Venusian >= 0.5 (for scanning conflict exception decoration).
2010-12-19typo fixesJamaludin Ahmad
2010-12-18gardeningChris 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-18spacing, noteChris McDonough
2010-12-18spacingChris McDonough
2010-12-18summarize asset/resource/model changesChris McDonough
2010-12-18resource -> assetChris 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-17routes -> url dispatchChris McDonough
2010-12-17get rid of conflict markerChris McDonough
2010-12-16tweakageChris McDonough
2010-12-16get rid of a autodoc warning when building sphinx docsChris 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-16remove todo (thanks to jkrebs)Chris McDonough
2010-12-16mention paster templatesChris 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-16Merge branch 'jkrebs-master'Chris McDonough
2010-12-16Moved test_static import to function scopes.Joachim Krebs
2010-12-16Added debug_matched configuration setting.Joachim Krebs
2010-12-15note work done to make nosetests passChris McDonough
2010-12-15move imports to function scope (see ↵Chris McDonough
http://docs.pylonshq.com/community/testing.html#guideline-minimize-module-scope-dependencies)
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).