• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3600: Fix SQL query syntax (pure SQL instead of HQL).

LDEV-4196 Added new options to allow multiple leaders

  1. … 1 more file in changeset.
LDEV-4187: Get an learner's status from the tool for a particular tool session, which can be used to regenerate learner progress.

  1. … 21 more files in changeset.
file ToolCompletionStatus.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/tool/ToolCompletionStatus.java
LDEV-4175: Turn off Hibernate second level cache as it can lead to unsynchronised data on clustered environment.

LDEV-4175: Evict objects which are put into a form, then attaced to a session and possible saved with other objects with same IDs.

    • -1
    • +3
    ./org/lamsfoundation/lams/dao/IBaseDAO.java
  1. … 8 more files in changeset.
LDEV-4187: Delegate non-HTTP-request tasks to own threads. Open and close Hibernate session for each of such thread. Bind created session to context and thread. Close session at the end of thread execution.

  1. … 4 more files in changeset.
LDEV-4187: Commented out the actions that bind the session to the thread as this is causing the progress bar issues. Needs to be reviewed and fixed properly.

LDEV-4187: Debugging for the learner progress issues commented out in the code in case needed for future testing. Only the warnings left active to warn if the attempted activity set is wrong.

LDEV-4187: Extra logging.

LDEV-4187: Extra logging.

Extra debugging to view what LAMS thinks is the current and completed activities.

LDEV-4187: Improving debugging statements.

LDEV-4187: Synchronise completeActivity() method again. Do not pull LearnerProgress from DB as the same object seems to be fetched fron cache anyway. Add extra logs for attempted->completed activity transition.

  1. … 1 more file in changeset.
LDEV-4180 fixing third zero

LDEV-4185: Be ready for null names of LDs or folders in Authoring.

  1. … 1 more file in changeset.
LDEV-4180: Updating release details to version 3.0

  1. … 2 more files in changeset.
file patch2040084.sql was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/dbupdates/patch2040084.sql
LDEV-3640: Add cascades for learner progress as otherwise permanent lesson removal fails.

file patch2040083.sql was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/dbupdates/patch2040083.sql
LDEV-3335: Prevent an exception if session for a login is already invalidated.

LDEV-4144: Showing a growl style message for the timezone warning when the user logins in.

  1. … 3 more files in changeset.
file patch2040082.sql was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/dbupdates/patch2040082.sql
DEV-4097 Change lams_ext_user_userid_map's tc_gradebook_id to text

file patch2040081.sql was added on branch lams2_head_wildfly on 2016-12-15 16:04:31 +0000

DEV-4097 Change lams_ext_user_userid_map's tc_gradebook_id to text

    • -0
    • +8
    ./org/lamsfoundation/lams/dbupdates/patch2040081.sql
LDEV-4151 In case LoginRequest call has redirectURL parameter make sure user gets added to the lesson as a learner

LDEV-4151 In case LoginRequest call has redirectURL parameter Make sure user gets added to the lesson as a learner

LDEV-3971: Move code that creates a session on tool side to the same transaction where core tool session gets created. Otherwise a learner can read that the core session is created and enter the activity where tool session does not exist yet.

LDEV-3971: Use separate transaction to create a tool session as otherwise duplicate attempt & retry cancels whole business logic.