| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-04 | import ordering | Chris McDonough | |
| 2011-09-04 | remove lies from docstring | Chris McDonough | |
| 2011-09-04 | separator | Chris McDonough | |
| 2011-09-04 | reorder imports | Chris McDonough | |
| 2011-09-04 | prep for 1.2a5 | Chris McDonough | |
| 2011-09-04 | warnings | Chris McDonough | |
| 2011-09-04 | remove documentation and todo mentions of zope.configuration | Chris McDonough | |
| 2011-09-03 | another credit | Chris McDonough | |
| 2011-09-03 | credit and docstring cleanups | Chris McDonough | |
| 2011-09-03 | Merge branch 'feature.actionstate' | Chris McDonough | |
| 2011-09-03 | add a changelog entry for work done on this branch | Chris McDonough | |
| 2011-09-03 | merge master into branch | Chris McDonough | |
| 2011-09-03 | add bw compat shim for pyramid_zcml | Chris McDonough | |
| 2011-09-03 | _make_context no longer required | Chris McDonough | |
| 2011-09-03 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-09-03 | all tests pass; pyramid_zcml still broken with this branch | Chris McDonough | |
| 2011-09-03 | Merge pull request #261 from nek4life/master | Chris McDonough | |
| Updated the custom settings documentation | |||
| 2011-09-03 | Updated 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 account | Chris McDonough | |
| when registering routes in certain circumstances. See https://github.com/Pylons/pyramid/issues/260 Closes #260. | |||
| 2011-09-03 | disuse ActionStateWrapper in Configurator.action now that we know we're ↵ | Chris McDonough | |
| using an actionstate version that has a info kw arg | |||
| 2011-09-03 | mechanical cut at removing zope.configuration dependencies (breaks ↵ | Chris McDonough | |
| pyramid_zcml right now) | |||
| 2011-09-03 | garden | Chris McDonough | |
| 2011-09-02 | prep for 1.2a4 | Chris McDonough | |
| 2011-09-02 | organize better | Chris McDonough | |
| 2011-09-02 | remove; too complex to document here | Chris McDonough | |
| 2011-09-01 | - Added a "Fixing HTTP vs. HTTP When Deploying Behind a Proxy" section to the | Chris McDonough | |
| "Virtual Hosting" chapter. | |||
| 2011-09-01 | move fixture packages into pkgs subdir of tests | Chris McDonough | |
| 2011-09-01 | move settings getter/setter tests to test_settings | Chris McDonough | |
| 2011-09-01 | move set_default_permission test to test_security | Chris McDonough | |
| 2011-09-01 | move add_renderer and set_renderer_globals tests to test_rendering | Chris McDonough | |
| 2011-09-01 | move i18n tests to test_i18n | Chris McDonough | |
| 2011-09-01 | add set_view_mapper tests to test_view | Chris McDonough | |
| 2011-09-01 | move set notfound/forbidden view tests to views | Chris McDonough | |
| 2011-09-01 | move add_static_view tests to static | Chris McDonough | |
| 2011-09-01 | move derive_view tests to test_views | Chris McDonough | |
| 2011-08-31 | give globalregistry tests their own testcase | Chris McDonough | |
| 2011-08-31 | move override tests to test_assets | Chris McDonough | |
| 2011-08-31 | move inappropriately placed test | Chris McDonough | |
| 2011-08-31 | move add_route tests to test_routes | Chris McDonough | |
| 2011-08-31 | move testing_* tests to test_testing | Chris McDonough | |
| 2011-08-31 | move add_response_adapter tests to test_adapters | Chris McDonough | |
| 2011-08-31 | move add_subscriber tests to test_adapters | Chris McDonough | |
| 2011-08-31 | move settings configurator method tests | Chris McDonough | |
| 2011-08-31 | move asset configurator method tests | Chris McDonough | |
| 2011-08-31 | wrong path for logging.config | Chris 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 to | Chris 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 to | Chris 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-29 | add match_param to the narrative docs | Chris McDonough | |
| 2011-08-29 | garden | Chris McDonough | |
