LDEV-1253 convert newlines to <br> for lesson description, widen tooltip box, change colour. LDEV-1251 restored and added validation to LessonOrderServlet; fix ids in sortables so that containment now works for ie6/7 and firefox LDEV-1252 use slideToggle for ie6, otherwise the course contents gets messed up after being toggled twice (hide/show).
LDEV-1374: To ensure file names are not munged by zip utilities or operating systems using different encodings, we want to use filenames that use only the simplest of characters in zip archives. Added a new method getZipCompatiblePath() which converts a normal path to a numeric filename with the appropriate extension.
LDEV-1382: The content repository needs the user details from the session to function properly, so it was throwing an exception on import. I've added some code to dummy up the session but it needs to be tested.
LDEV-1382: If the content repository is called from a webservice, the HttpSession won't exist, so it was throwing a null pointer error. Now it throws a meaningful error.
LDEV-1285 Added two options (buttons) for Optional to the Toolbar. Ready to now configure Optional Activity (canvas class) to manage Sequences within Optionals.
LDEV-1132 Improved robustness of drawing branching activities and fixed problem with activities disappearing on drag-drop to canvas after clearing canvas.