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
Improvements to branch mapping handling and switching branching types (now completed) and warnings when removing activities which are linked to a branching activity
LDEV-1373: Removed the mark altogether from column headings for the learner list - the mark is redundant as the learners' marks are listed, not right/wrong.
LDEV-1373: Put Mark and Question Number on separate lines in class export portfolio to make narrower columns. Then if there are lots of questions, more questions will fit on the normal page width.
LDEV-1221: Delete and rename buttons didn't work in the group folders even though the user owned the learning design. The problem was that the permission returned against each learning design was the permission for the whole folder. Now it is OWNER if the user owns the learning design, or the folder permission otherwise.
LDEV-1348: Fixing the change to add the tool id to the condition - was only getting the id for branching and not for branches, and it was the branches that needed it!