lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'LDEV-5239' into v4.5

LDEV-5250 Do not set obsolete PedPlanner URL when adding a tool

It causes problems when a tool is deployed after server starts for the

first time and PedPlanner tables are already gone via Autopatch.

    • -2
    • +0
    /lams_tool_chat/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_dimdim/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_doku/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_eadventure/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_forum/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_imscc/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_lamc/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_laqa/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_larsrc/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_mindmap/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_notebook/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_sbmt/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_scratchie/db/sql/tool_insert.sql
    • -2
    • +0
    /lams_tool_scribe/db/sql/tool_insert.sql
  1. … 4 more files in changeset.
LDEV-5239 Add Description field to MCQ-based AEs in TBL wizard

LDEV-5240 Move advanced options in TBL wizard into a new tab

    • -37
    • +48
    /lams_central/web/authoring/template/tbl/tbl.jsp
LDEV-4769 Updating Simplified Chinese, English, Spanish, Norwegian

  1. … 17 more files in changeset.
Merge branch 'LDEV-5250' into v4.5

LDEV-4411 Cache fetching Dokumaran by content ID

LDEV-4411 Do not fetch groups eagerly

Merge branch 'LDEV-5253' into v4.5

LDEV-5253 Sysadmin Login As feature to be configurable

LDEV-5251 Add proper tooltip for leader-based Assessments

LDEV-5251 Fix query finding number of answered questions by students

LDEV-5200 Attempt to fix "large open gate" issue

A large icon sometimes gets displayed on first display of TBL monitor.

Merge branch 'LDEV-5254' into v4.5

LDEV-5254 Detect Live Edit from LD property and not existence of Gate

LDEV-5254 Prevent exception when lived editing user is not set

Merge branch 'LDEV-5251' into v4.5

LDEV-5140 Add release marks code to cusomised Gradebook

    • -1
    • +19
    /lams_gradebook/web/gradebookCourseMonitor.jsp
LDEV-5251 Add tooltip with list of students in answered questions chart

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

LDEV-4769 Update news for 4.5 (to be continued)

LDEV-4769 Updating Simplified Chinese

Merge branch 'v4.5' into LDEV-5250

LDEV-5200 Attempt to fix "large open gate" issue

A large icon sometimes gets displayed on first display of TBL monitor.

LDEV-4411 Add cache hits/misses per second

They are updated every 5 seconds.

LDEV-4411 Allow Hibernate to choose fetch type by itself

LDEV-4411 Make relation from Lesson to LessonClass unidirectional

Hibernate can not lazy load properties connected with OneToOne

relationship.

LDEV-4411 Make relation from Evaluation to ToolActivity unidirectional

Hibernate can not lazy load properties connected with OneToOne

relationship. It means that with every fetch of ToolActivity its

ActivityEvaluation was also fetched, whether is was needed or not. It

made up even 10% of all queries sent to DB during a lesson.

By having the relationship unidirectional and fetching

ActivityEvaluation via DAO we ensure that it is fetched only when it is

needed. The code is not as nice, though.

LDEV-4411 Do not cache native SQL queries as it causes exceptions

Merge branch 'v4.5' into LDEV-5250