lams_tool_scratchie

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

  1. … 18 more files in changeset.
LDEV-5250 Remove Pedagogical Planner integration with core LAMS

  1. … 65 more files in changeset.
LDEV-4950 Remove obsolete ordering arrows in Scratchie authoring

    • -12
    • +0
    ./web/pages/authoring/parts/itemlist.jsp
LDEV-4875 Fix Scratchie learner UI on iPad

Newer JS format is not accepted on old iPad Safari. It makes JS break.

We need to stick to old syntax.

Also double clicking is problematic on old iPads. We allow single tap

scratching even if double click scratching is enabled.

LDEV-4411 Stop using collection cache for now

Cache annotations were commented out so we can come back to them easily

in the future.

Collection cache is not detecting changes made to entities. When a new

entity is added, collection cache does not see the change.

Properly tweaking concurrency strategy does not seem possible at the

moment, so we just turn it off.

  1. … 29 more files in changeset.
LDEV-4769 Updating Simplified Chinese, English, Spanish, Greek, Norwegian

  1. … 28 more files in changeset.
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. … 31 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. … 93 more files in changeset.
LDEV-2978 Fix exception when removing HTML markup for export

LDEV-4520 Make tRAT question view consistent with iRAT

Display both question title and description, add numbering.

LDEV-5247 Fix user name parameter sent to Etherpad

LAMS allows apostrophes but not quotation marks in names, so it is safer

to use quotations when operating with javascript.

  1. … 33 more files in changeset.
LDEV-5208 Change label for start Discussion Sentiment button

  1. … 2 more files in changeset.
LDEV-5230 Remove obsolete "add extra point" option from Scratchie

LDEV-5200 Remove output CSS files

SCSS generates them on each build.

    • -93
    • +0
    ./web/includes/css/scratchie-learning.css
  1. … 1 more file in changeset.
LDEV-5032 Anonymise icon colours in tRAT confidence levels

LDEV-5155 Highlight rubrics row title

Make it more distinguished from selectable options in next columns

  1. … 33 more files in changeset.
LDEV-5155 Allow free flow of rubrics columns

Trying to calculate their width actually yields worse results.

  1. … 33 more files in changeset.
LDEV-5223 Prevent ep_resize from rendering short initial Etherpad

  1. … 34 more files in changeset.
LDEV-5220 Distribute the new popover tag

    • -0
    • +31
    ./web/WEB-INF/tags/Popover.tag
  1. … 62 more files in changeset.
LDEV-5223 Fix Etherpad resizing

  1. … 33 more files in changeset.
LDEV-5219 Use versioned JS import for gate check JS file

  1. … 54 more files in changeset.
LDEV-5219 Check gate after Scratchie activity

LDEV-4868 Fix class cast issue when importing an old LD with Scratchie

By default scratchieItems were HashSet, but at some point they became

SortedSet, so we need to convert them.

LDEV-5095 Rewrite Scratchie chart to currently used Chart JS

Old version of Chart JS overlapped with the newer one in TBL monitoring,

preventing charts from being displayed correctly. Since only one chart

in LAMS was using the old library version, it was rewritten and the old

library was removed.

    • -27
    • +38
    ./web/pages/tblmonitoring/tra.jsp
  1. … 1 more file in changeset.
Merge branch 'LDEV-5155' into v4.0

  1. … 33 more files in changeset.
LDEV-5155 Fix a broken i18n label

LDEV-4769 Updating Greek, English, Spanish, Norwegian

  1. … 10 more files in changeset.
LDEV-4825 Introduce RAG colouring for item analysis in other places

  1. … 2 more files in changeset.
LDEV-5155 Add column with average rating for given rubrics row

    • -2
    • +21
    ./web/WEB-INF/tags/StyledRating.tag
  1. … 31 more files in changeset.
LDEV-5155 Always put rubrics column's value next to its description

  1. … 31 more files in changeset.