LDEV-1370 Branching view now can display branch connectors and transitions correctly and link up the correct controllers. Transparent cover now resizes correctly.
LDEV-1374: Moving the fix to encode filename (done for LDEV-1243) into FileUtil in lams.jar, so that it can be using to encode the filenames of files coming from the content repository.
LDEV-1250, LDEV-1252, LDEV-1253: adding jquery 1.2.1, refactor index action into new DisplayGroupAction which can be called to display a jsp containing only the group specified
LDEV-1375: Added some commented out code that could be used if we don't want the sequence page to be included for sequences that are branches within a branching activity.
LDEV-1375: Adding a page for sequence activities for class export portfolio. This requires setting it up as a system tool so that we have a url for the export portfolio.
LDEV-1375: Adding a page for sequence activities for class export portfolio. This requires setting it up as a system tool so that we have a url for the export portfolio.
The Authoring action to import a learning design is now changed due to the changes in LDEV-1371* Detecting whether the learning design is of v1.0.2 or v2 is now done at the service* Instead of passing a input stream for the learning design, we pass a File
LDEV-1371: Modify importLearningDesign method to:* Import learning designs directly from the filesystem* Detect whether the design is v1.0.2 or 2.x (moved now to the service instead of the action class)* Modify the error reporting so now the service returns the errors in string lists