Found the bug caroline talked about yesterday, which caused some unwantedinformation to show up on every .LRN page using dotlrn-master-custom.<property>foo<property> is passed through to the browser, causing "foo" toappear. Oops. Close those tags, people!
Add -tmp_filename parameter to content::item::new andcontent::revision::new to handle file uploads at a low level with thecr tcl api. You still need to figure out the mime type and cotent type(image,etc.) before calling content::item::new. A convenience wrappershould be written if you need that feature. (that would replacecr_import_content, it think.)
Got rid of banner image, took too much top space on small screens. Usedthe small logo provided by Carl by default (it can be changed back bymodifying the appropriate theme-selva parameter). Got rid of the"You are here:" line.