LDEV-3387 Filter textarea data before (auto)save answersUntil now lams:textarea JS function was run only on textarea "change"event. This event is run when the input looses focus. If an user keepswriting in the same textare and autosave or time expired autosubmitkicks in, data in the hidden input is not refreshed. Old data is sentand stored in DB.Now the data is refreshed before autosave and submit.
LDEV-5147 Add median and modes to Assessment stats tab in monitoringRewrite DTO entities to be more universal and to accommodate manualcalculation of stats.
LDEV-5149 Upgrade Comments plugin to 0.1.47It does not throw an exception on text copy.Also changes to replace new line characters with spaces is not neededanymore.
LDEV-4901 Invalidate session on login only if auth as another userIf the user being reauthenticated is the same as current one, just lethim through as SsoHandler will redirect him instead of runningUniversalLoginModule.