Genericized nodelist_crawl to just pass each node to a callback function. Overloaded...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 23 Feb 2011 15:48:27 +0000 (10:48 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 23 Feb 2011 15:48:27 +0000 (10:48 -0500)
commit91ff82666d936433802979e3051a363ae131ce13
treecde19794e76e902c3db2982e8a22353e8de89276
parentf7ea1694cd74b49f8220e422291830a758521824
Genericized nodelist_crawl to just pass each node to a callback function. Overloaded the Template.containers callback to create a blockcontext for handling containers in overridden blocks as per issue 90 and to handle contentreference/contentlet generation in a single sweep.
models/pages.py
utils.py