Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5244 Fix exception when signup page is missing or disabled

LDEV-5227 Fix an exception if exported column is too wide

    • -2
    • +2
    ./lamsfoundation/lams/util/excel/ExcelUtil.java
LDEV-5223 Reorder cookie attributes so they get accepted by Safari

LDEV-5072 Make membership service use custom user ID parameter

LDEV-4813 Add Log Event indexes on columns used for joins

    • -0
    • +19
    ./lamsfoundation/lams/dbupdates/patch20210824.sql
LDEV-4120 Prevent cut&paste folder into itself

  1. … 1 more file in changeset.
LDEV-5157 Fix exception when code style is null

LDEV-5227 Add own implementation of column auto width

Apache POI column auto width for XLSX files is very slow and resource

consuming.

    • -15
    • +32
    ./lamsfoundation/lams/util/excel/ExcelUtil.java
LDEV-5227 Use CellUtil to set cell style properties

Excel keeps all cell style definitions in memory and then only applies

them to cells. Creating a new style for each cell is inefficient and has

built-in limitations. CellUtil keeps track of existing cell styles and

reuses existing ones when possible.

    • -37
    • +31
    ./lamsfoundation/lams/util/excel/ExcelUtil.java
LDEV-5223 Add SameSite=None to LAMS-generated sessionID cookie

  1. … 5 more files in changeset.
Merge remote-tracking branch 'origin/v4.0' into v4.5

Conflicts:

lams_central/web/authoring/authoring.jsp

    • -0
    • +18
    ./lamsfoundation/lams/dbupdates/patch20210713.sql
  1. … 7 more files in changeset.
LDEV-5219 Use activity ID instead of lesson ID for non-tools

  1. … 3 more files in changeset.
LDEV-5219 Display customised messages for various gate types

Move i18n labels from tool to Learning module so they are the same for

all tools.

  1. … 5 more files in changeset.
LDEV-5219 Stop learner from advancing to a closed gate in Assessment

  1. … 4 more files in changeset.
LDEV-5219 Introduce stop-at-preceding-activity flag for some gates

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch20210712.sql
  1. … 6 more files in changeset.
LDEV-5200 Rearrange activities of pre-redesign LDs

Keep authoring 4.5 patch on top for future users' upgrades.

    • -0
    • +18
    ./lamsfoundation/lams/dbupdates/patch20210709.sql
  1. … 1 more file in changeset.
LDEV-5155 Bump DB patch version so it kicks in after all existing ones

    • -0
    • +27
    ./lamsfoundation/lams/dbupdates/patch20210701.sql
LDEV-5155 Allow multiple cell borders in Excel exports

    • -11
    • +10
    ./lamsfoundation/lams/util/excel/ExcelCell.java
    • -15
    • +17
    ./lamsfoundation/lams/util/excel/ExcelRow.java
    • -83
    • +39
    ./lamsfoundation/lams/util/excel/ExcelUtil.java
  1. … 1 more file in changeset.
LDEV-5258 Sort time zone alphabetically when creating a new user

  1. … 1 more file in changeset.
LDEV-5200 Remove tool library groups feature

    • -0
    • +14
    ./lamsfoundation/lams/dbupdates/patch20210615.sql
  1. … 8 more files in changeset.
LDEV-5212 Retain existing org roles when logging in via signup page

If "add to lessons" setting is on and user is a learner in organisation,

he gets added to all lessons as learner.

Same goes for being monitor in organisation and being added as a staff

member to lessons.

LDEV-4846 Fix LD export when title contains forbidden characters

LDEV-5208 Set discussion sentiment for tRAT TBL sequence

    • -0
    • +1
    ./lamsfoundation/lams/rest/RestTags.java
  1. … 6 more files in changeset.
LDEV-5208 Add Discussion Sentiment learner widget

  1. … 17 more files in changeset.
LDEV-5208 Add Discussion Sentiment service and websocket hooks

  1. … 6 more files in changeset.
LDEV-5208 Add Discussion Sentiment data model

    • -0
    • +31
    ./lamsfoundation/lams/dbupdates/patch20210506.sql
  1. … 3 more files in changeset.
LDEV-4949 Do not look for answers after correct answer tag

LDEV-5155 Show rubrics rating results to learner

    • -1
    • +1
    ./lamsfoundation/lams/rating/dao/IRatingDAO.java
  1. … 3 more files in changeset.
LDEV-5155 Restructure rubrics model to make working with results easier

  1. … 2 more files in changeset.
LDEV-5155 Introduce rubrics learning UI

  1. … 7 more files in changeset.