lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3468 Adding OK status again

LDEV-5174 Allow MCQ as iRAT in TBL monitoring Teams tab

LDEV-5248 Get query cache stats directly from Session Factory

LDEV-5248 Remove duplicate logging configuration

LDEV-3468 Leave only long stats format in RuntimeStatsServlet

Merge branch 'v4.5' into LDEV-5248

LDEV-5200 Fix learner icon positioning in "lesson completed" row

Merge remote-tracking branch 'origin/v4.5' into LDEV-5248

Conflicts:

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/dao/hibernate/AssessmentQuestionResultDAOHibernate.java

LDEV-5130 Add "Allocate VSAs" screen to TBL Assessment monitoring

LDEV-5130 Add refresh button to question summary page in Assessment

LDEV-5130 Add "Allocate VSAs" screen to regular Assessment monitoring

    • -0
    • +214
    /lams_tool_assessment/web/pages/monitoring/vsaAllocate.jsp
LDEV-4875 Add help information how to structure VSAs in authoring

    • -0
    • +7
    /lams_central/web/qb/authoring/addVsa.jsp
Merge branch 'LDEV-5131' into v4.5

LDEV-5131 For monitoring update student VSA suggestions on autosave

LDEV-4875 Skip repetitive students' suggestions in VSA questions

LDEV-5223 Fix escaped change suggestions in Etherpad comments

LDEV-4411 Add query cache stats to runtimeStats servlet

LDEV-4769 Updating Simplified Chinese

LDEV-4411 Add cache stats to runtimeStats servlet

LDEV-4411 Use WF provided entity cache configuration

    • -19
    • +0
    /lams_build/conf/slim/standalone.xml
    • -0
    • +7
    /lams_common/conf/persistence.xml
LDEV-4411 Skip hbm.xml files in JAR building as they are long gone

We replaced them with JPA annotations

Merge branch 'v4.5' into LDEV-5248

LDEV-4769 Updating Simplified Chinese, English, Spanish, Greek, Norwegian

  1. … 16 more files in changeset.
LDEV-5157 Fix essay question validation when code style is used

LDEV-4411 Add log configuration to follow cache work

LDEV-4411 Add configuration for collection cache on multinode env

LDEV-4411 Native SQL queries are not cacheable by default

There seems to be a bug in Hibernate

https://hibernate.atlassian.net/browse/HHH-9111

There is a way to make native queries cacheable, but since there are so

few of them in LAMS, it is not worth the effort.

LDEV-4411 Fix cacheable API method

Merge branch 'v4.5' into LDEV-5248

LDEV-4288 Prevent duplicate entries in Gradebook activity table

Unique key allows us to track situations in which duplicate entries get

created in the table.

There is no point in copying Gradebook entries on tool content copy - we

never copy live lessons, only template Learning Designs which should not

have any gradebook entries set.