lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

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.

LDEV-4190 External groups won't be allowed to be imported from integrated server as long as we can't map Group to Branch in Monitoring (there is no UI for this). This way only groups created in authoring will be used.

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-4188 Fixed and issue with MCQ not presenting options to change tool output in Monitor (Stats tab)