modified ObjectExtractor : after parsing the activity list, it will go through the list again and match up the parent with child activity based ont he parentUIID
Dave's changes made last week "the client now saves the date as the title so you can trace the one you saved, and also allows you to open a design using the tree."
getFolderContents wasn't returning designs when mode=1 (authoring). The equality check was wrong (using == instead of .equals), so it was only returning valid designs. Nothing is setting the "valid" flag yet, so no designs were valid, and hence none returned.