LDEV-2036 Grouping now showing in viewMode (src typo) LDEV-2026 Flashless presence showing all characters perfect (html), in Flash latin accents are removed to ensure that they display correctly (mx2004 issue?) LDEV-2025 Flash presence now displaying OK in IE6 LDEV-2040 New checkboxes were not being skinned
LDEV-2022 Presence now loading in all browsers, flash and flashless interfaces Rooms were being created on the fly as a first user joined a lesson. If this first user happened to be using IE, no other users afterwards would be able to join. Rooms are created immediately from the wizard module now, through a servlet call to smack, which solves the problem.
LDEV-1260 Local live edit now added to wizard, added dbUpdate for this as well LDEV-1968 Several instances of one same lesson can now be started from the wizard modulePresence is back up and working, JHB needed to be recompiled with jdk 1.5 instead of 1.6
LDEV-1995 Branching and Grouping modules completed Flex projects added to a new folder in the flash project The servlets used now send back a string of XML which is parsed in Flex instead of a custom string The Grouper and Brancher were separated into two separate modules even if they are very similar. I'm sure that there is a better way of doing it but given that 2.2 is coming up I set things up this way.
LDEV-1989 Stopped author from doing cut/copy/paste (keyboard shortcut) actions on activities when a dialog is open as it was messing with cut/copy/paste of text in the dialogs
LDEV-1947 Editing a competence title now not allowed to change to an existing title or blank, however having trouble making alert appear on on top of the CompetenceDefinitionDialog, so temporary solution is to close the CompetenceDefinitionDialog dialog and have alert appear over CompetenceEditorDialog
LDEV-1901 Labels for languages using different glyphs now display correctly NOTE: One of the .as files that was modified for this JIRA got caught in the changing from binary mode to ascii mode on .as files (simple change so it's no big deal really)