LDEV-4501 Prevent exceptions on missing user references from LogEventsThis time in entity there is no reference to User objects. It reflectsDB structure without foreign key: there is just integer ID.
LDEV-1323 Allow course enrolment with numerous usersCurrently LAMS accepts 1000 form parameters at most. If there more than1000 participants in a course (for example when an integrationincorrectly adds all semester of students to a course), then coursemanagement panel becomes unusable: participants can not be added orremoved.