lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4198: Do not try to get the Floating Activity URL for the progress bar. It does not exist and just results in an error in the log. If isFloating = true then we have come from the progress bar, if isFloating = false we have come from elsewhere in the system and we should get the "broken progress" screen just in case LAMS does try to show to floating activity somewhere.

LDEV-4191: Bootstrapping.

    • -12
    • +9
    /lams_monitoring/web/complexProgress.jsp
LDEV-4183: notifyCloseURL was not being passed on when the authoring window was reopened for editing, so the special lesson launch and window close code was not being triggered.

LDEV-4192: Make activities within complex activities appear in Gradebook.

LDEV-4196 Comment out the document collaboration tool from the list of LAMS tools

LDEV-4187: Open new session on Presence Chat websocket thread run.

LDEV-4196 Create document collaboration tool

    • binary
    /lams_build/lib/json/json-simple-1.1.1.jar
    • -0
    • +29
    /lams_build/lib/json/json-simple.module.xml
LDEV-4196 Create document collaboration tool

    • binary
    /lams_central/web/images/svg/icon_dokumaran.png
LDEV-4196 Create document collaboration tool

    • -0
    • +30
    /lams_tool_doku/.classpath
    • -0
    • +2
    /lams_tool_doku/.cvsignore
    • -0
    • +19
    /lams_tool_doku/.project
    • -0
    • +7
    /lams_tool_doku/build.properties
    • -0
    • +7
    /lams_tool_doku/build.xml
    • -0
    • +75
    /lams_tool_doku/conf/language/lams/ApplicationResources_en_AU.properties
    • -0
    • +78
    /lams_tool_doku/db/sql/activity_insert.sql
    • -0
    • +83
    /lams_tool_doku/db/sql/create_lams_tool_dokumaran.sql
    • -0
    • +2
    /lams_tool_doku/db/sql/db_version_insert.sql
    • -0
    • +10
    /lams_tool_doku/db/sql/drop_lams_tool_dokumaran.sql
  1. … 124 more files in changeset.
LDEV-4196 Create document collaboration tool

    • -0
    • +30
    /lams_tool_doku/.classpath
    • -0
    • +2
    /lams_tool_doku/.cvsignore
    • -0
    • +19
    /lams_tool_doku/.project
    • -0
    • +7
    /lams_tool_doku/build.properties
    • -0
    • +7
    /lams_tool_doku/build.xml
    • -0
    • +75
    /lams_tool_doku/conf/language/lams/ApplicationResources_en_AU.properties
    • -0
    • +78
    /lams_tool_doku/db/sql/activity_insert.sql
    • -0
    • +83
    /lams_tool_doku/db/sql/create_lams_tool_dokumaran.sql
    • -0
    • +2
    /lams_tool_doku/db/sql/db_version_insert.sql
    • -0
    • +10
    /lams_tool_doku/db/sql/drop_lams_tool_dokumaran.sql
  1. … 124 more files in changeset.
LDEV-4190 Use LAMS course groups in case monitor comes from integrations (thus prohibit importing them from LMS)

LDEV-4195 Fixed exception on opening dialog "Mapping course groups to branching groups"

LDEV-4187: Add missing classpath entry to silence Eclipse error.

LDEV-4187: Reprocess the learner progress for a lesson, basing any missing entries from data gathered from the related tool or system activity.

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

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

LDEV-4187: Reprocess the learner progress for a lesson, basing any missing entries from data gathered from the related tool or system activity.

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

  1. … 23 more files in changeset.
LDEV-4194: When editing an Assessment activity, fetch the original creator as the current editor (possibly monitor) may not exist as an activity user.

LDEV-3939 Rolling back previously committed code that supposed to be committed to ntu_bb_integration

    • -6
    • +0
    /lams_bb_integration/web/admin/config.jsp
    • -6
    • +0
    /lams_bb_integration/web/admin/config_proc.jsp
LDEV-3939 Rolling back previously committed code that supposed to be committed to ntu_bb_integration

    • -6
    • +0
    /lams_bb_integration/web/admin/config.jsp
    • -6
    • +0
    /lams_bb_integration/web/admin/config_proc.jsp
LDEV-3939 Refactoring of Java code

    • -1
    • +7
    /lams_bb_integration/web/admin/config.jsp
    • -0
    • +6
    /lams_bb_integration/web/admin/config_proc.jsp
LDEV-3939 Refactoring of Java code

    • -1
    • +7
    /lams_bb_integration/web/admin/config.jsp
    • -0
    • +6
    /lams_bb_integration/web/admin/config_proc.jsp
LDEV-4190 In case of group-based branching make LAMS show page with groups created in authoring straightway, skipping one extra step when monitor needs to press Create new groups button (the wording of which doesn't reflect what's going on in reality as groups are not being created but rather just used)

LDEV-3293, LDEV-4184: Clear log warning: "HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!"

LDEV-4193: Envelop mail sending code in Hibernate transaction.

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.

LDEV-4184: Silence few unnecessary logs.

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.