LDEV-3443: Scrolling now working for mobile version and it correctly pages after edit and reply (was previously doing the full load after edit and reply).
LDEV-3443: Paging the messages on the detailed messages screen. Removed some debugging, fixed the detection of the max number of posts and fixed export portfolio.
LDEV-3443: Paging the messages on the forum's detailed messages screen. The database patch involves running stored procedures so the autopatch libray in lams_build needs to be updated.
LDEV-3443: Paging the messages on the detailed messages screen. Loads approx 50 messages at a time and autoloads when end of page is reached. Required adding a thread id to the message sequence table. The database patch involves running stored procedures so the autopatch libray in lams_build needs to be updated to match the forum changes.
LDEV-3428: Do not create default conditions when Tool output definitions are fetched. They only get created when Tool defaut content is cloned.Fix class cast exeption when changing grade of first activity in sequence.Fix lesson mark calculation exception.Pass IDs to service methods instead of DB objects.
LDEV-3428: Do not create default conditions when Tool output definitions are fetched. They only get created when Tool defaut content is cloned.Fix class cast exeption when changing grade of first activity in sequence.Fix lesson mark calculation exception.Pass IDs to service methods instead of DB objects.
LDEV-3430 Deleting lesson was showing a "true" message and no refreshing. It now only shows a message if an error occurs during deletion and refreshes the page on a successful removal.
LDEV-3430 Deleting lesson was showing a "true" message and no refreshing. It now only shows a message if an error occurs during deletion and refreshes the page on a successful removal.