summaryrefslogtreecommitdiff
path: root/TODO.txt
AgeCommit message (Collapse)Author
2010-11-24- New boolean Mako settings variable ``mako.strict_undefined``. See `MakoChris 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-23gardeningChris McDonough
2010-11-21add link in add_handler method to handlers chapterChris McDonough
2010-11-21gardenChris McDonough
2010-11-21- Make default renderer work (renderer factory registered with no name, whichChris McDonough
is active for every view unless the view names a specific renderer).
2010-11-21gardeningChris McDonough
2010-11-21gardeningChris McDonough
2010-11-20gardening, add twophase todoChris 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-19reprioritizeChris McDonough
2010-11-19- Remove calls to config.begin()/config.end() from startup config code inChris McDonough
tutorials and paster templates (no longer required).
2010-11-19gardeningChris McDonough
2010-11-18gardeningChris McDonough
2010-11-17not BFG no moChris McDonough
2010-11-17gardeningChris McDonough
2010-11-17- Add a ``pyramid.url.route_path`` API, allowing folks to generate relativeChris 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 deprecationChris McDonough
warnings generated by Twill).
2010-11-17gardeningChris McDonough
2010-11-17gardeningChris McDonough
2010-11-17gardeningChris McDonough
2010-11-16- Add deprecation warning for import of ``pyramid.zcml.zcml_configure`` andChris 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`` andChris McDonough
``pyramid.chameleon_zpt`` of ``get_renderer``, ``get_template``, ``render_template``, and ``render_template_to_response``.
2010-11-15add convenience static_url method to requestChris McDonough
2010-11-15whitespaceChris McDonough
2010-11-15gardeningChris McDonough
2010-11-12add note about making static_url a method of the requestChris McDonough
2010-11-12- Internal: ZCML directives no longer call get_current_registry() if there'sChris McDonough
a ``registry`` attribute on the ZCML context (kill off use of threadlocals).
2010-11-11did as much agitation for this as i canChris McDonough
2010-11-11todo gardeningChris McDonough
2010-11-11todo gardeningChris McDonough
2010-11-11stamp out inappropriate use of get_settingsChris McDonough
2010-11-11add notes about shedding threadlocalsChris McDonough
2010-11-11point at pyramid_viewgroup, todo gardeningChris McDonough
2010-11-10this was implemented as request.route_urlChris McDonough
2010-11-10add default renderer todoChris McDonough
2010-11-09gardeningChris McDonough
2010-11-09sqla idiomatic suggestions from robChris McDonough
2010-11-08gardeningChris McDonough
2010-11-08gardeningChris McDonough
2010-11-07todo gardeningChris McDonough
2010-11-07todo gardeningChris McDonough
2010-11-05move bfg history to a separate fileChris McDonough
2010-11-04- Move static dir from pkg/templates/ to /pkg/ in pyramid_* paster templates.Chris McDonough
2010-11-04blaise did thisChris McDonough
2010-11-04- Remove squiggly routing syntax.Chris McDonough
2010-11-04add more todosChris McDonough
2010-11-04note more todosChris McDonough
2010-11-04fix wiki2 tutorial (it was busted)Chris McDonough
2010-11-04remove r.b.skins reference, note that we need an analogue for r.b.viewgroupChris McDonough
2010-11-02add note about zodb sessionsChris McDonough