summaryrefslogtreecommitdiff
path: root/TODO.txt
AgeCommit message (Collapse)Author
2012-02-17gardenChris McDonough
2012-02-15- The system value ``r`` is now supplied to renderers as an alias forChris McDonough
``request``. This means that you can now, for example, in a template, do ``r.route_url(...)`` instead of ``request.route_url(...)``. Fixes #413.
2012-02-15- Add ``pyramid.config.Configurator.set_traverser`` API method. See theChris McDonough
Hooks narrative documentation section entitled "Changing the Traverser" for more information. This is not a new feature, it just provides an API for adding a traverser without needing to use the ZCA API.
2012-02-15gardenChris McDonough
2012-02-15gardenChris McDonough
2012-02-15- Replace all mentions of zope.interface.implements withChris McDonough
zope.interface.implementer.
2012-02-15gardenChris McDonough
2012-02-14gardenChris McDonough
2012-02-14gardenChris McDonough
2011-12-30gardenChris McDonough
2011-12-21merge master to 1.3 branchChris McDonough
2011-12-18gardenChris McDonough
2011-12-17gardenChris McDonough
2011-12-16gardenChris McDonough
2011-12-16- Allow prequest path to have query string variables.Chris McDonough
2011-12-15- Normalized exit values and ``-h`` output for all ``p*`` scriptsChris McDonough
(``pviews``, ``proutes``, etc).
2011-12-09canary checkin to see if rtd will updateChris McDonough
2011-12-09gardenChris McDonough
2011-12-09fix bare python mentionsChris McDonough
2011-12-09gardenChris McDonough
2011-12-09gardenChris McDonough
2011-12-08gardenChris McDonough
2011-12-08gardenChris McDonough
2011-12-08gardenChris McDonough
2011-12-08- New APIs: ``pyramid.path.AssetResolver`` andChris McDonough
``pyramid.path.DottedNameResolver``. The former can be used to resolve asset specifications, the latter can be used to resolve dotted names to modules or packages.
2011-12-06gardenChris McDonough
2011-12-06gardenChris McDonough
2011-12-06gardenChris McDonough
2011-12-06gardenChris McDonough
2011-12-06gardenChris McDonough
2011-12-05gardenChris McDonough
2011-12-05gardenChris McDonough
2011-12-05- Removed the ``pyramid.renderers.renderer_from_name`` function. It has beenChris McDonough
deprecated since Pyramid 1.0, and was never an API.
2011-12-05gardenChris McDonough
2011-12-05gardenChris McDonough
2011-12-05add whatsnew-1.3; gardenChris McDonough
2011-12-05gardenChris McDonough
2011-12-05the starter scaffold now uses url dispatch; add a minimal section about ↵Chris McDonough
using another WSGI server; random docs fixes
2011-12-04merge feature.introspection branchChris McDonough
2011-12-04add_translation_dirs is now an action methodChris McDonough
2011-12-04simplify actioninfo interface; fix actioninfos passed as tuple via _infoChris McDonough
2011-12-04allow config.action to take arbitrary kw argsChris McDonough
2011-12-03add a noop introspector (allow introspection to be turned off)Chris McDonough
2011-12-03flesh out categories moreChris McDonough
2011-12-03gardenChris McDonough
2011-11-30gardenChris McDonough
2011-11-30docs; todo; coverage for IntrospectorChris McDonough
2011-11-29docs and add more introspection infoChris McDonough
2011-11-28gardenChris McDonough
2011-11-27gardenChris McDonough