lams-github

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

LDEV-5248, LDEV-4411 Mark some collections as cacheable

Similar to query cache, the collection cache makes sense if the table

which collection elements map to do not change often. Each modification

to table content invalidates the given collection cache.

  1. … 17 more files in changeset.
LDEV-5248, LDEV-4411 Mark some queries as cacheable

Query cache makes sense if tables which the query reference does not

change often. Each modification to table content invalidates the given

query's cache. Also each set of query parameters is a different cache

entry, so if there are various parameter values the cache overhead can

generate more load than benefit.

  1. … 82 more files in changeset.
LDEV-4411 Add 2nd level cache configuration to slimmed WildFly config

    • -25
    • +16
    /lams_build/conf/slim/standalone.xml
LDEV-4411 Set up default and immutable 2nd level cache configuration