| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-19 | fix startup chapter | Chris McDonough | |
| 2010-12-19 | adjust project chapter | Chris McDonough | |
| 2010-12-19 | reference module from package | Chris McDonough | |
| 2010-12-19 | update firstapp chapter | Chris McDonough | |
| 2010-12-19 | wording | Chris McDonough | |
| 2010-12-19 | garden | Chris McDonough | |
| 2010-12-19 | add todo | Chris McDonough | |
| 2010-12-19 | missed args | Chris McDonough | |
| 2010-12-19 | explain terminological and envvar differences from BFG | Chris McDonough | |
| 2010-12-19 | - All environment variables which used to be prefixed with ``BFG_`` are now | Chris McDonough | |
| prefixed with ``PYRAMID_`` (e.g. ``BFG_DEBUG_NOTFOUND`` is now ``PYRAMID_DEBUG_NOTFOUND``) | |||
| 2010-12-19 | this already exists as cookie_on_exception | Chris McDonough | |
| 2010-12-19 | unnecessary static arglists | Chris McDonough | |
| 2010-12-19 | gardening | Chris McDonough | |
| 2010-12-19 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2010-12-19 | - When a configuration conflict is encountered during scanning, the conflict | Chris McDonough | |
| exception now shows the decorator information that caused the conflict. - Depend on Venusian >= 0.5 (for scanning conflict exception decoration). | |||
| 2010-12-19 | typo fixes | Jamaludin Ahmad | |
| 2010-12-18 | gardening | Chris McDonough | |
| 2010-12-18 | Merge branch 'model2resource' | Chris McDonough | |
| Conflicts: docs/narr/views.rst | |||
| 2010-12-18 | title normalization | Chris McDonough | |
| 2010-12-18 | resource/asset normalization | Chris McDonough | |
| 2010-12-18 | model->resource; make docs render without warnings | Chris McDonough | |
| 2010-12-18 | spacing, note | Chris McDonough | |
| 2010-12-18 | spacing | Chris McDonough | |
| 2010-12-18 | summarize asset/resource/model changes | Chris McDonough | |
| 2010-12-18 | resource -> asset | Chris McDonough | |
| 2010-12-18 | resource -> asset | Chris McDonough | |
| 2010-12-18 | resource -> asset | Chris McDonough | |
| 2010-12-18 | model -> resource | Chris McDonough | |
| 2010-12-18 | model -> resource | Chris McDonough | |
| 2010-12-18 | model -> resource; resource -> asset | Chris McDonough | |
| 2010-12-17 | routes -> url dispatch | Chris McDonough | |
| 2010-12-17 | get rid of conflict marker | Chris McDonough | |
| 2010-12-16 | tweakage | Chris McDonough | |
| 2010-12-16 | get rid of a autodoc warning when building sphinx docs | Chris McDonough | |
| 2010-12-16 | - Direct Jython users to Mako rather than Jinja2 in "Install" narrative | Chris McDonough | |
| chapter. | |||
| 2010-12-16 | - The name ``registry`` is now available in a ``pshell`` environment by | Chris McDonough | |
| default. It is the application registry object. - Changed "Project" chapter slightly to expand on use of ``paster pshell``. | |||
| 2010-12-16 | remove todo (thanks to jkrebs) | Chris McDonough | |
| 2010-12-16 | mention paster templates | Chris McDonough | |
| 2010-12-16 | Features | Chris 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-16 | Merge branch 'jkrebs-master' | Chris McDonough | |
| 2010-12-16 | Moved test_static import to function scopes. | Joachim Krebs | |
| 2010-12-16 | Added debug_matched configuration setting. | Joachim Krebs | |
| 2010-12-15 | note work done to make nosetests pass | Chris McDonough | |
| 2010-12-15 | move imports to function scope (see ↵ | Chris McDonough | |
| http://docs.pylonshq.com/community/testing.html#guideline-minimize-module-scope-dependencies) | |||
| 2010-12-16 | Fixed relative path test for Mako templates, enabling non-setup.py test runners. | Joachim Krebs | |
| 2010-12-15 | back to development | Chris McDonough | |
| 2010-12-15 | prep for 1.0a6 | Chris McDonough | |
| 2010-12-15 | - Fix reference to ``repoze.bfg.traversalwrapper`` in "Models" chapter (point | Chris McDonough | |
| at ``pyramid_traversalwrapper`` instead). | |||
| 2010-12-15 | - If you followed it to-the-letter, the ZODB+Traversal Wiki tutorial would | Chris 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 suite | Chris McDonough | |
| assumed UNIX path segments in filenames). | |||
