From: Matthew B. <mat...@ou...> - 2006-06-26 11:14:04
|
Jon Maber wrote: > Matthew Buckett wrote: >> Sean Mehan wrote: >> >>> Jon, thanks for all the work here. And thanks to those who got the fixes in. >>> >>> If you haven't seen it, there is a detailed set of comments and BUGS / >>> RFCs at >>> >>> http://www.bodington.org/wiki/index.php?title=TestRel2.8#Outline >>> >> * Niggle - initial site and demo resources dont have metadata so >> arent searchable. >> >> We have a fix for this in WebLearn that creates a Metadata rebuild job >> that runs once and rebuilds the metadata for all resources (even if they >> already have metadata). >> >> org.bodington.installation.MetadataBuilder >> >> On WebLearn this gets called from BuildingContextListener which means >> the metadata gets rebuild the first time the context is reloaded. >> >> Ok? >> > > What does it do if someone has uploaded full metadata via the resource > management page? If the uploaded metadata resulted in the title and description being set correctly it should be ok. Basically it calls: > BuildingSession session = BuildingSessionManagerImpl.getSession(resource); > session.updateBasicMetadata(resource.getTitle(), resource.getDescription()); for every resource in the tree. -- -- Matthew Buckett, VLE Developer -- Learning Technologies Group, Oxford University Computing Services -- Tel: +44 (0)1865 283660 http://www.oucs.ox.ac.uk/ltg/ |