LDEV-1450 Setting up multiple branching canvas' (after opening a design) at or around the same time caused freezing and lock-up problems in Authoring. The canvas of a branching activity will be setup when the user opens the activity (double-click action). Need to look at improving the performance in this area. Need to apply new incremential setup of design to Monitor.
LDEV-1324 Allow group admins/managers to edit group details, but not group permissions; group's status editable by admin/manager when 'canChangeStatusOfCourse' is enabled; refactored organisation related jsps into their own directory.
lams_central shouldn't have dependency in lams_learning - moving method from LearnerService to LessonService in lams_common, as a result also moving Index*Beans to lams_common
LDEV-1368: Upgrading FCKEditor to 2.5.1. Removed the universal keyboard (no longer supported. Trying the templates out - customised version going in www project.
LDEV-1368: Removes the Universalkey menu as part of the FCKEditor 2.5 upgrade (the universal keyboard has been removed out of FCK due to licensing problems http://dev.fckeditor.net/changeset/88). We might be able to include it later as a plugin
LDEV-1492: Fixes problems with LAMS/Moodle 1.9 integration (library collision and undefined variables messages that appear when debugging is turned on)
LDEV-1149 All references to the following files have been removed from the flash code: * all_learning_designs.xml * all_library_details.xml * learning_design.xml * limeTheme * rubyTheme
Update LessonDAO.getActiveLessonsForLearner's database query so that lessons where user is in the staff group and not the learner group are not returned. Currently only used in 'all my lessons' page - LDEV-1483