summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-04import orderingChris McDonough
2011-09-04remove lies from docstringChris McDonough
2011-09-04separatorChris McDonough
2011-09-04reorder importsChris McDonough
2011-09-04prep for 1.2a5Chris McDonough
2011-09-04warningsChris McDonough
2011-09-04remove documentation and todo mentions of zope.configurationChris McDonough
2011-09-03another creditChris McDonough
2011-09-03credit and docstring cleanupsChris McDonough
2011-09-03Merge branch 'feature.actionstate'Chris McDonough
2011-09-03add a changelog entry for work done on this branchChris McDonough
2011-09-03merge master into branchChris McDonough
2011-09-03add bw compat shim for pyramid_zcmlChris McDonough
2011-09-03_make_context no longer requiredChris McDonough
2011-09-03Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-09-03all tests pass; pyramid_zcml still broken with this branchChris McDonough
2011-09-03Merge pull request #261 from nek4life/masterChris McDonough
Updated the custom settings documentation
2011-09-03Updated environment documentation to include an example of accessing the ↵Charlie Choiniere
settings dictionary inside an includeme function
2011-09-03- The ``route_prefix`` of a configurator was not properly taken into accountChris McDonough
when registering routes in certain circumstances. See https://github.com/Pylons/pyramid/issues/260 Closes #260.
2011-09-03disuse ActionStateWrapper in Configurator.action now that we know we're ↵Chris McDonough
using an actionstate version that has a info kw arg
2011-09-03mechanical cut at removing zope.configuration dependencies (breaks ↵Chris McDonough
pyramid_zcml right now)
2011-09-03gardenChris McDonough
2011-09-02prep for 1.2a4Chris McDonough
2011-09-02organize betterChris McDonough
2011-09-02remove; too complex to document hereChris McDonough
2011-09-01- Added a "Fixing HTTP vs. HTTP When Deploying Behind a Proxy" section to theChris McDonough
"Virtual Hosting" chapter.
2011-09-01move fixture packages into pkgs subdir of testsChris McDonough
2011-09-01move settings getter/setter tests to test_settingsChris McDonough
2011-09-01move set_default_permission test to test_securityChris McDonough
2011-09-01move add_renderer and set_renderer_globals tests to test_renderingChris McDonough
2011-09-01move i18n tests to test_i18nChris McDonough
2011-09-01add set_view_mapper tests to test_viewChris McDonough
2011-09-01move set notfound/forbidden view tests to viewsChris McDonough
2011-09-01move add_static_view tests to staticChris McDonough
2011-09-01move derive_view tests to test_viewsChris McDonough
2011-08-31give globalregistry tests their own testcaseChris McDonough
2011-08-31move override tests to test_assetsChris McDonough
2011-08-31move inappropriately placed testChris McDonough
2011-08-31move add_route tests to test_routesChris McDonough
2011-08-31move testing_* tests to test_testingChris McDonough
2011-08-31move add_response_adapter tests to test_adaptersChris McDonough
2011-08-31move add_subscriber tests to test_adaptersChris McDonough
2011-08-31move settings configurator method testsChris McDonough
2011-08-31move asset configurator method testsChris McDonough
2011-08-31wrong path for logging.configChris McDonough
2011-08-31- Undeprecated ``pyramid.traversal.find_model``,Chris McDonough
``pyramid.traversal.model_path``, ``pyramid.traversal.model_path_tuple``, and ``pyramid.url.model_url``, which were all deprecated in Pyramid 1.0. There's just not much cost to keeping them around forever as aliases to their renamed ``resource_*`` prefixed functions. - Undeprecated ``pyramid.view.bfg_view``, which was deprecated in Pyramid 1.0. This is a low-cost alias to ``pyramid.view.view_config`` which we'll just keep around forever.
2011-08-31- The ``request_method`` predicate argument toChris McDonough
``pyramid.config.Configurator.add_view`` and ``pyramid.config.Configurator.add_route`` is now permitted to be a tuple of HTTP method names. Previously it was restricted to being a string representing a single HTTP method name. - Move add_view tests and tween tests to more reasonable places.
2011-08-31- Support an ``onerror`` keyword argument toChris McDonough
``pyramid.config.Configurator.scan()``. This onerror keyword argument is passed to ``venusian.Scanner.scan()`` to influence error behavior when an exception is raised during scanning. - Pyramid now requires Venusian 1.0a1 or better to support the ``onerror`` keyword argument to ``pyramid.config.Configurator.scan``. - Move test fixtures around so test_config tests are not looking "up" for fixtures.
2011-08-29add match_param to the narrative docsChris McDonough
2011-08-29gardenChris McDonough