From: Stephen Burrows Date: Tue, 19 Oct 2010 21:08:24 +0000 (-0400) Subject: Initial node_middleware commit. Implements an attribute on the HttpRequest class... X-Git-Tag: philo-0.9~29^2~1^2 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/01a66d144c3ac6539991c5b9f00e1bd5bab132ee?ds=inline;hp=01a66d144c3ac6539991c5b9f00e1bd5bab132ee Initial node_middleware commit. Implements an attribute on the HttpRequest class which handles lazy node evaluation - i.e. request.node is available for all requests, but is only evaluated on first use. Removed all references I could find to node, path, and subpath in Views, which may make for a simpler API. Path and subpath were generally unused and can be extrapolated in other ways; however, should it come to light that they are necessary, they can be added back in. ---