| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-16 | Added support for --import option to pshell. | Michael Merickel | |
| 2011-08-16 | Added support for 'import' key in [pshell] ini section. | Michael Merickel | |
| 2011-08-16 | minor Configurator constructor cleanups and reordering; start coming up with ↵ | Chris McDonough | |
| a plan to make the constructor sane | |||
| 2011-08-15 | misc cleanups | Chris McDonough | |
| 2011-08-15 | move config tests back to top-level tests dir (setup.py test cant cope) | Chris McDonough | |
| 2011-08-15 | appease setup.py test | Chris McDonough | |
| 2011-08-15 | - Refactor ``pyramid.config`` into a package. | Chris McDonough | |
| 2011-08-15 | garden | Chris McDonough | |
| 2011-08-15 | remove temp debugging code | Chris McDonough | |
| 2011-08-15 | - New methods of the ``pyramid.config.Configurator`` class: | Chris McDonough | |
| ``set_authentication_policy`` and ``set_authorization_policy``. These are meant to be consumed mostly by add-on authors. | |||
| 2011-08-14 | - The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather | Chris McDonough | |
| than the ``repoze.zodbconn`` package to provide ZODB integration. - The ZODB scaffold now uses the ``pyramid_zodbconn`` package rather than the ``repoze.zodbconn`` package to provide ZODB integration. | |||
| 2011-08-14 | - ``pyramid.testing.DummyRequest`` now implements the | Chris McDonough | |
| ``add_finished_callback`` and ``add_response_callback`` methods. | |||
| 2011-08-14 | - All tutorials now use - The ``route_url``, ``route_path``, | Chris McDonough | |
| ``resource_url``, ``static_url``, and ``current_route_url`` methods of the request rather than the function variants imported from ``pyramid.url``. | |||
| 2011-08-14 | garden | Chris McDonough | |
| 2011-08-14 | - The ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and | Chris McDonough | |
| ``current_route_url`` functions in the ``pyramid.url`` package now delegate to a method on the request they've been passed, instead of the other way around. The pyramid.request.Request object now inherits from a mixin named pyramid.url.URLMethodsMixin to make this possible, and all url/path generation logic is embedded in this mixin. - Narrative and API documentation which used the ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and ``current_route_url`` functions in the ``pyramid.url`` package have now been changed to use eponymous methods of the request instead. | |||
| 2011-08-14 | Garden. | Chris McDonough | |
| 2011-08-14 | fix jython test failures | Chris McDonough | |
| 2011-08-14 | garden: | Chris McDonough | |
| 2011-08-14 | - The ``settings`` dictionary now raises a deprecation warning when you | Chris McDonough | |
| attempt to access its values via ``__getattr__`` instead of via ``__getitem__``. | |||
| 2011-08-14 | - Added the ``pyramid.interfaces.IDict`` interface representing the methods | Chris McDonough | |
| of a dictionary, for documentation purposes only (IMultiDict and IBeforeRender inherit from it). - Previously the ``pyramid.events.BeforeRender`` event *wrapped* a dictionary (it addressed it as its ``_system`` attribute). Now it *is* a dictionary (it inherits from ``dict``), and it's the value that is passed to templates as a top-level dictionary. | |||
| 2011-08-13 | Require that tween_factory argument to add_tween be a dotted name. | Chris McDonough | |
| 2011-08-13 | garden | Chris McDonough | |
| 2011-08-13 | - WSGIHTTPException (HTTPFound, HTTPNotFound, etc) now has a new API named | Chris McDonough | |
| "prepare" which renders the body and content type when it is provided with a WSGI environ. Required for debug toolbar. - Once ``__call__`` or ``prepare`` is called on a WSGIHTTPException, the body will be set, and subsequent calls to ``__call__`` will always return the same body. Delete the body attribute to rerender the exception body. | |||
| 2011-08-13 | disallow adding a tween factory which is an instance without passing its ↵ | Chris McDonough | |
| globally importable name | |||
| 2011-08-13 | garden | Chris McDonough | |
| 2011-08-13 | garden | Chris McDonough | |
| 2011-08-13 | mention pyramid_exclog | Chris McDonough | |
| 2011-08-13 | - Added a Logging chapter to the narrative docs (based on the Pylons logging | Chris McDonough | |
| docs, thanks Phil). | |||
| 2011-08-13 | - Projects created via a scaffold no longer depend on the ``WebError`` | Chris McDonough | |
| package at all; configuration in the ``production.ini`` file which used to require its ``error_catcher`` middleware has been removed. Configuring error catching / email sending is now the domain of the ``pyramid_exclog`` package (see https://docs.pylonsproject.org/projects/pyramid_exclog/dev/). | |||
| 2011-08-12 | garden | Chris McDonough | |
| 2011-08-12 | - Pyramid now relies on PasteScript >= 1.7.4. This version contains a | Chris McDonough | |
| feature important for allowing flexible logging configuration. | |||
| 2011-08-12 | reduce awkwardness of phrasing | Chris McDonough | |
| 2011-08-12 | garden | Chris McDonough | |
| 2011-08-12 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-08-12 | Merge branch 'fix.tween-graph' | Michael Merickel | |
| 2011-08-12 | Added checks to config.add_tween for over/under ingress/main. | Michael Merickel | |
| 2011-08-12 | Updated the docs with the new over/under tuples. | Michael Merickel | |
| 2011-08-12 | Added support for specifying tuples in over/under. | Michael Merickel | |
| This change means that errors are now raised if no tween is found from either an over or an under specification. | |||
| 2011-08-12 | Removed unused ingress_alias_names. | Michael Merickel | |
| 2011-08-12 | garden changes; fix docs rendering | Chris McDonough | |
| 2011-08-12 | add pyramid.tweens configuration value docs | Chris McDonough | |
| 2011-08-11 | fix docs, scaffolds, and tutorials to use pyramid.includes | Chris McDonough | |
| 2011-08-11 | add docs for pyramid.includes; allow space-separated or cr separated items ↵ | Chris McDonough | |
| or both for tweens and includes | |||
| 2011-08-11 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-08-11 | Merge branch 'fix.ini-includes' | Michael Merickel | |
| 2011-08-11 | Renamed setting 'pyramid.include' -> 'pyramid.includes'. | Michael Merickel | |
| 2011-08-11 | garden | Michael Merickel | |
| 2011-08-11 | pyramid_tm->tm | Chris McDonough | |
| 2011-08-11 | mod->term | Chris McDonough | |
| 2011-08-10 | garden | Chris McDonough | |
