| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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). | |||
| 2010-11-17 | gardening | Chris McDonough | |
| 2010-11-17 | gardening | Chris McDonough | |
| 2010-11-17 | gardening | Chris McDonough | |
| 2010-11-16 | - Add deprecation warning for import of ``pyramid.zcml.zcml_configure`` and | Chris McDonough | |
| ``pyramid.zcml.file_configure``. - The ``pyramid.testing.zcml_configure`` API has been removed. It had been advertised as removed since 1.2a1, but hadn't actually been. | |||
| 2010-11-16 | - Add deprecation warnings to import of ``pyramid.chameleon_text`` and | Chris McDonough | |
| ``pyramid.chameleon_zpt`` of ``get_renderer``, ``get_template``, ``render_template``, and ``render_template_to_response``. | |||
| 2010-11-15 | add convenience static_url method to request | Chris McDonough | |
| 2010-11-15 | whitespace | Chris McDonough | |
| 2010-11-15 | gardening | Chris McDonough | |
| 2010-11-12 | add note about making static_url a method of the request | Chris McDonough | |
| 2010-11-12 | - Internal: ZCML directives no longer call get_current_registry() if there's | Chris McDonough | |
| a ``registry`` attribute on the ZCML context (kill off use of threadlocals). | |||
| 2010-11-11 | did as much agitation for this as i can | Chris McDonough | |
| 2010-11-11 | todo gardening | Chris McDonough | |
| 2010-11-11 | todo gardening | Chris McDonough | |
| 2010-11-11 | stamp out inappropriate use of get_settings | Chris McDonough | |
| 2010-11-11 | add notes about shedding threadlocals | Chris McDonough | |
| 2010-11-11 | point at pyramid_viewgroup, todo gardening | Chris McDonough | |
| 2010-11-10 | this was implemented as request.route_url | Chris McDonough | |
| 2010-11-10 | add default renderer todo | Chris McDonough | |
| 2010-11-09 | gardening | Chris McDonough | |
| 2010-11-09 | sqla idiomatic suggestions from rob | Chris McDonough | |
| 2010-11-08 | gardening | Chris McDonough | |
| 2010-11-08 | gardening | Chris McDonough | |
| 2010-11-07 | todo gardening | Chris McDonough | |
| 2010-11-07 | todo gardening | Chris McDonough | |
| 2010-11-05 | move bfg history to a separate file | Chris McDonough | |
| 2010-11-04 | - Move static dir from pkg/templates/ to /pkg/ in pyramid_* paster templates. | Chris McDonough | |
| 2010-11-04 | blaise did this | Chris McDonough | |
| 2010-11-04 | - Remove squiggly routing syntax. | Chris McDonough | |
| 2010-11-04 | add more todos | Chris McDonough | |
| 2010-11-04 | note more todos | Chris McDonough | |
| 2010-11-04 | fix wiki2 tutorial (it was busted) | Chris McDonough | |
| 2010-11-04 | remove r.b.skins reference, note that we need an analogue for r.b.viewgroup | Chris McDonough | |
| 2010-11-02 | add note about zodb sessions | Chris McDonough | |
