Re: bpContents 0.1X Core Code – Dev Sneak Peek
Changes 0.19
– Added template tag oci_the_tree() by pulling the container tree function out and making it a standalone template tag.
The index.php template is setup to force the tree to stay in context, displaying the current context always.
It will track the url params if you change the:
oci_the_tree(‘path=’ . oci_get_the_context() . ‘&show_items=0’)
call to be:
oci_the_tree(‘show_items=0’)
– Removed print_tree() and get_container_tree() from OCI_Container
– oci_test_print_tree.php is down to using a template tag to dump the tree
http://code.ourcommoninterest.org/2009/05/02/bpcontents-01-core-code-dev-sneak-peek/