Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4484 Print Grouping Page

  1. … 10 more files in changeset.
LDEV-4447 Put default value of "enable kumalive" so it is not null

LDEV-4481 Add full implementation of min/max time taken.

  1. … 4 more files in changeset.
LDEV-4469: change to jpg instead of png

Store all portrait images as jpgs instead of PNG. See LDEV-4479

LDEV-4479 Set jpg quality to 0.95 on image resizing

LDEV-4479 Switch portrait images format to JPG

As long as JPG files are much more compact and we expect a lot of

them to be stored in LAMS (users' portraits primarily), there is

a need to switch to JPG.

  1. … 4 more files in changeset.
LDEV-4471: Formatted email with SPA calculations for user results

    • -1
    • +5
    ./lamsfoundation/lams/rating/dao/IRatingDAO.java
    • -0
    • +23
    ./lamsfoundation/lams/util/NumberUtil.java
  1. … 4 more files in changeset.
LDEV-4469 Implement portrait batch upload servlet

    • -0
    • +2
    ./lamsfoundation/lams/commonContext.xml
  1. … 4 more files in changeset.
LDEV-3263 Allow altering exported XML using only class names

It allows XML doc manipulation even if current project (for example

Common) is not aware of another project's classes (for example some

Tool)

LDEV-4454 Add buttons to release votes & voters to learners

  1. … 11 more files in changeset.
LDEV-4457 Create groupings based on file upload

    • -3
    • +33
    ./lamsfoundation/lams/util/ExcelUtil.java
  1. … 12 more files in changeset.
LDEV-4454 Add voting back end and basic front end

  1. … 7 more files in changeset.
LDEV-4454 Add Kumalive poll entities and start flow

    • -0
    • +32
    ./lamsfoundation/lams/dbupdates/patch20171117.sql
  1. … 11 more files in changeset.
LDEV-4436 Add new config setting: display learner's portrait

It controls whether learner's portrait should be displayed in a progress

bar.

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch20171115.sql
  1. … 2 more files in changeset.
LDEV-4459 Display a paged list of email notification recipients

  1. … 6 more files in changeset.
LDEV-4459 Archive immediate or scheduled email notifications

    • -0
    • +35
    ./lamsfoundation/lams/dbupdates/patch20171113.sql
    • -0
    • +92
    ./lamsfoundation/lams/events/EmailNotificationArchive.java
  1. … 8 more files in changeset.
LDEV-4453 Mark chosen activity outputs as weightable

Activity outputs without max score are not eligible for weighting as we

can not calculate percent in which the activity is completed. They must

not appear in weighting dialog and they must always have 0% weight.

  1. … 9 more files in changeset.
LDEV-4449 Course gradebook exports include weighting

    • -1
    • +11
    ./lamsfoundation/lams/util/ExcelCell.java
    • -3
    • +43
    ./lamsfoundation/lams/util/ExcelUtil.java
  1. … 4 more files in changeset.
LDEV-4411 Remove obsolete collection from Tool class

    • -17
    • +4
    ./lamsfoundation/lams/tool/Tool.java
  1. … 1 more file in changeset.
LDEV-4451 Improve question comparison tactics

As long as MCQ doesn't have question titles, exclude title when

calculating question hash.

Another peculiarity of MCQ is that it stores questions and answers with

trailing '/r/n' instead of usual '/n' (as in Assessment and Scratchie),

so remove all '/r' and '/n' before comparing questions and answers.

  1. … 5 more files in changeset.
LDEV-4451 Display confidence levels in Scratchie

Add ability to Scratchie to display what options the individual students

have had in the individual assessment.

Add advanced option to Scratchie - 'Show confidences' and then list

activites from the sequence to choose from (skip branching or use only

the current branch if inside of it).

  1. … 18 more files in changeset.
LDEV-4451 Move ConfidenceLevels to the tools finally

ConfidenceLevels should be stored at the tools levels as otherwise it's

hard to keep questions hashes updated in lams_central.

    • -36
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +64
    ./lamsfoundation/lams/confidencelevel/ConfidenceLevelDTO.java
  1. … 2 more files in changeset.
LDEV-4453 Add "gradebook on lesson complete" field to Lesson

    • -0
    • +14
    ./lamsfoundation/lams/dbupdates/patch20171030.sql
    • -5
    • +22
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 7 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

Conflicts:

lams_build/lib/lams/lams.jar

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentServiceImpl.java

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

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

    • -0
    • +35
    ./lamsfoundation/lams/commonContext.xml
  1. … 4 more files in changeset.
LDEV-4411 Enable and configure Hibernate 2nd level cache

This configuration is only for standalone mode. It is explained in JIRA

comments.

    • -11
    • +2
    ./lamsfoundation/lams/applicationContext.xml
  1. … 1 more file in changeset.
LDEV-4451 Create Confidence level system

Create Confidence level classes similar to the Ratings ones, that we

already have. They must be located in lams_common folder as it's going

to be used by 3 tools: learners are going to enter them in Assessment

and MCQ, and we later display them in all three tools.

    • -0
    • +35
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +85
    ./lamsfoundation/lams/confidencelevel/ConfidenceLevel.java
    • -0
    • +24
    ./lamsfoundation/lams/dbupdates/patch20171016.sql
  1. … 2 more files in changeset.
LDEV-4447 Toggle Kumalive feature on organisation level

  1. … 6 more files in changeset.
LDEV-4447 Toggle Kumalive feature on sysadmin level

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch20171023.sql
  1. … 5 more files in changeset.
LDEV-4400, LDEV-3315 Toggle session ID change for each LAMS module

WildFly 10 changes session ID after authentication by default in order

to prevent session fixation attack. It breaks TestHarness, though. In

order to run TH, session ID change needs to be turned off.

Turning it off for Central is not enough as a request to any other

module, like Tool, triggers session ID change. In this case we need to

have session ID change turned on or off in each LAMS module, not just

Central.

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

Conflicts:

lams_build/lib/lams/lams.jar

lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java

lams_central/src/java/org/lamsfoundation/lams/authoring/service/AuthoringService.java

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/web/action/GradebookMonitoringAction.java

  1. … 7 more files in changeset.