Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'LDEV-4451'

  1. … 3 more files in changeset.
LDEV-4451 Ability to save confidence levels in MCQ

And also return them to Scratchie on request.

  1. … 17 more files in changeset.
Merge branch 'LDEV-4451'

  1. … 3 more files in changeset.
LDEV-4451 Implement ToolSessionManager.getConfidenceLevels() in all tools

This method allows Scratchie to query available confidence levels from

the tools that can provide it. Actually, only Assessment and MCQ will

implement it for real, all other tools will implements it as "return

null;".

  1. … 28 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

Rewrite Kumalive JSON code to Jackson

  1. … 5 more files in changeset.
LDEV-4437 Propogates Monitor Leader mark changes to group members

Merge remote-tracking branch 'origin/master' into lams31

Conflicts:

lams_build/lib/lams/lams.jar

lams_common/src/java/org/lamsfoundation/lams/rating/service/RatingService.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/action/MonitoringAction.java

lams_tool_chat/src/java/org/lamsfoundation/lams/tool/chat/web/actions/LearningWebsocketServer.java

lams_tool_daco/src/java/org/lamsfoundation/lams/tool/daco/web/action/MonitoringAction.java

lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/actions/MonitoringAction.java

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/action/McMonitoringAction.java

lams_tool_larsrc/src/java/org/lamsfoundation/lams/tool/rsrc/web/action/MonitoringAction.java

lams_tool_notebook/src/java/org/lamsfoundation/lams/tool/notebook/web/actions/MonitoringAction.java

lams_tool_preview/src/java/org/lamsfoundation/lams/tool/peerreview/service/PeerreviewServiceImpl.java

lams_tool_preview/src/java/org/lamsfoundation/lams/tool/peerreview/web/action/MonitoringAction.java

lams_tool_sbmt/src/java/org/lamsfoundation/lams/tool/sbmt/web/action/MonitoringAction.java

lams_tool_spreadsheet/src/java/org/lamsfoundation/lams/tool/spreadsheet/web/action/MonitoringAction.java

lams_tool_survey/src/java/org/lamsfoundation/lams/tool/survey/web/action/MonitoringAction.java

lams_tool_task/src/java/org/lamsfoundation/lams/tool/taskList/web/action/MonitoringAction.java

lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/action/MonitoringAction.java

  1. … 28 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implmented in Images, IMSCC, Kalture, MC and QA

  1. … 20 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implmented in Images, IMSCC, Kalture, MC and QA

  1. … 20 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

Multiple conflicts resolved with JSON replace and class move to

packages.

    • -0
    • +1976
    ./org/lamsfoundation/lams/tool/mc/service/McService.java
  1. … 31 more files in changeset.
LDEV-4407 Move classes to the proper packages

Action classes were moved to admin.web.action package; forms to

admin.web.form; DTOs to admin.web.dto.

(To access files' earlier history use Eclipse's Show in History feature

or run 'git log --follow ./path/to/file')

    • -0
    • +1964
    ./org/lamsfoundation/lams/tool/mc/service/McService.java
  1. … 74 more files in changeset.
LDEV-4407 Move Java classes to the appropriate packages

Util classes were moved to .util package. Struts actions - to

.web.action package

    • -0
    • +253
    ./org/lamsfoundation/lams/tool/mc/util/AuthoringUtil.java
    • -0
    • +86
    ./org/lamsfoundation/lams/tool/mc/util/LearningUtil.java
    • -0
    • +766
    ./org/lamsfoundation/lams/tool/mc/web/action/McAction.java
  1. … 7 more files in changeset.
LDEV-4402 Substitute Gson and Apache JSON with Jackson

Jackson is a top JSON library shipped with WF10.

Apache JSON resides in an ancient library which we do not need for

anything else.

We use GSon only for serializing Java objects to JSON, which Jackson can

do too.

  1. … 133 more files in changeset.
LDEV-4379 Do not filter out duplicate questions in MCQ

Code was checking if the question being added does not have the same

text as an existing. This feature was removed as answers can be

different.

LDEV-4379 Use correct logger in McAction

LDEV-4364 Properly save question after another one was removed

The problem comes from MCQ incorrectly assigning question's orderId

after some question was removed.

LDEV-4352: Adding the Use Leader version of the Mark Charts to Assessment and fixing an update issue with ToolOutput settings.

    • -0
    • +82
    ./org/lamsfoundation/lams/tool/mc/dto/LeaderResultsDTO.java
  1. … 6 more files in changeset.
LDEV-4356 Avoid modifying Hibernate's FlushMode inside of the tools

  1. … 7 more files in changeset.
LDEV-2866 Authoring code refactoring

    • -110
    • +0
    ./org/lamsfoundation/lams/tool/mc/McOptionDTO.java
    • -158
    • +0
    ./org/lamsfoundation/lams/tool/mc/McQuestionDTO.java
    • -208
    • +0
    ./org/lamsfoundation/lams/tool/mc/McUserMarkDTO.java
    • -137
    • +0
    ./org/lamsfoundation/lams/tool/mc/ReflectionDTO.java
  1. … 42 more files in changeset.
LDEV-4344 Handle pass mark option correctly in authoring

  1. … 3 more files in changeset.
LDEV-2866 Code refactoring

    • -214
    • +0
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
    • -39
    • +0
    ./org/lamsfoundation/lams/tool/mc/Nullable.java
  1. … 33 more files in changeset.
LDEV-4320 By default users should be listed in alphabetical order

LDEV-4300 Audit logs when activity is modified in monitor

  1. … 86 more files in changeset.
LDEV-4291 Move getAccessMode method to WebUtil

  1. … 29 more files in changeset.
LDEV-4258: Protecting the export download from multiple triggers by disabling the button until the file is downloaded. Uses the new generic javascript method based on previous Peer Review download implementation. Uses a cookie to track when the file download is complete.

  1. … 4 more files in changeset.
LDEV-4180: Make DB patches produce up-to-date structure during build instead of applying multiple patches. Get rid of unnecessary tables and keys. Modify boolean columns to tinyint(1) Simplify patches where possible.

  1. … 223 more files 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. … 37 more files in changeset.
LDEV-4092: Date passed back by server was reconverting time for Daylight Saving, making it an hour out, as the convertToStringForJSON takes the timezone into account. Therefore convert the already timezone converted time (which gets converted back again) rather than the original time.

  1. … 13 more files in changeset.
LDEV-4092: Support the server supplying a localised date string for the submission deadline (datetimepicker does not have localisation of the format, just the language).

  1. … 36 more files in changeset.
LDEV-4038: Exclude from import fields that have been removed during work on another JIRA.