| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-30 | - The "view derivation" code is now factored into a set of classes rather | Chris McDonough | |
| than a large number of standalone functions (a side effect of the ``view_mapper`` refactoring). - The ``pyramid.renderer.RendererHelper`` class has grown a ``render_view`` method, which is used by the default view mapper (a side effect of the ``view_mapper`` refactoring). - The object passed as ``renderer`` to the "view deriver" is now an instance of ``pyramid.renderers.RendererHelper`` rather than a dictionary (a side effect of ``view_mapper`` refactoring). | |||
| 2010-12-29 | garden | Chris McDonough | |
| 2010-12-27 | - Reconcile "extending an existing application" chapter with existence of | Chris McDonough | |
| "advanced configuration" chapter. | |||
| 2010-12-24 | garden | Chris McDonough | |
| 2010-12-24 | - Changed "Static Assets" narrative chapter: clarify that ``name`` represents | Chris McDonough | |
| a prefix unless it's a URL, added an example of a root-relative static view fallback for URL dispatch, added an example of creating a simple view that returns the body of a file. | |||
| 2010-12-24 | garden | Chris McDonough | |
| 2010-12-24 | - Added "Advanced Configuration" narrative chapter which documents how to | Chris McDonough | |
| deal with configuration conflicts, two-phase configuration, ``include`` and ``commit``. | |||
| 2010-12-24 | garden | Chris McDonough | |
| 2010-12-24 | garden | Chris McDonough | |
| 2010-12-24 | garden | Chris McDonough | |
| 2010-12-24 | garden | Chris McDonough | |
| 2010-12-24 | problems identified by Mike | Chris McDonough | |
| 2010-12-23 | garden | Chris McDonough | |
| 2010-12-22 | - Added CSRF token generation, as described in the narrative chapter entitled | Chris McDonough | |
| "Preventing Cross-Site Request Forgery Attacks". | |||
| 2010-12-22 | garden | Chris McDonough | |
| 2010-12-22 | garden | Chris McDonough | |
| 2010-12-22 | - Added flash messaging, as described in the "Flash Messaging" narrative | Chris McDonough | |
| documentation chapter. | |||
| 2010-12-19 | - Split off "Renderers" as its own chapter from "Views" chapter in narrative | Chris McDonough | |
| documentation. | |||
| 2010-12-19 | garden | Chris McDonough | |
| 2010-12-19 | add todo | 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 | gardening | Chris McDonough | |
| 2010-12-18 | gardening | Chris McDonough | |
| 2010-12-16 | remove todo (thanks to jkrebs) | Chris McDonough | |
| 2010-12-15 | gardening | Chris McDonough | |
| 2010-12-14 | - Fix conflict exceptions so they have the right ``info`` when one | Chris McDonough | |
| configuration method is called from another. | |||
| 2010-12-13 | gardening | Chris McDonough | |
| 2010-12-09 | gardening | Chris McDonough | |
| 2010-12-09 | gardening | Chris McDonough | |
| 2010-12-09 | gardening | Chris McDonough | |
| 2010-12-09 | gardening | Chris McDonough | |
| 2010-12-09 | - Add a ``handler`` ZCML directive. This directive does the same thing as | Chris McDonough | |
| ``pyramid.configuration.add_handler``. | |||
| 2010-11-24 | - New boolean Mako settings variable ``mako.strict_undefined``. See `Mako | Chris McDonough | |
| Context Variables <http://www.makotemplates.org/docs/runtime.html#context-variables>`_ for its meaning. - Depend on Mako 0.3.6+ (we now require the ``strict_undefined`` feature). | |||
| 2010-11-23 | gardening | Chris McDonough | |
| 2010-11-21 | add link in add_handler method to handlers chapter | Chris McDonough | |
| 2010-11-21 | garden | Chris McDonough | |
| 2010-11-21 | - Make default renderer work (renderer factory registered with no name, which | Chris McDonough | |
| is active for every view unless the view names a specific renderer). | |||
| 2010-11-21 | gardening | Chris McDonough | |
| 2010-11-21 | gardening | Chris McDonough | |
| 2010-11-20 | gardening, add twophase todo | Chris McDonough | |
| 2010-11-20 | - Fix configurator to not convert ``ImportError`` to ``ConfigurationError`` | Chris McDonough | |
| if the import that failed was unrelated to the import requested via a dotted name when resolving dotted names (such as view dotted names). | |||
| 2010-11-19 | reprioritize | Chris McDonough | |
| 2010-11-19 | - Remove calls to config.begin()/config.end() from startup config code in | Chris McDonough | |
| tutorials and paster templates (no longer required). | |||
| 2010-11-19 | gardening | Chris McDonough | |
| 2010-11-18 | gardening | Chris McDonough | |
| 2010-11-17 | not BFG no mo | Chris McDonough | |
| 2010-11-17 | gardening | Chris McDonough | |
| 2010-11-17 | - Add a ``pyramid.url.route_path`` API, allowing folks to generate relative | Chris McDonough | |
| URLs. Calling ``route_path`` is the same as calling ``pyramid.url.route_url`` with the argument ``_app_url`` equal to the empty string. - Add a ``pyramid.request.Request.route_path`` API. This is a convenience method of the request which calls ``pyramid.url.route_url``. | |||
| 2010-11-17 | - Replace Twill with WebTest in internal integration tests (avoid deprecation | Chris McDonough | |
| warnings generated by Twill). | |||
