lams_tool_mindmap

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5259 Reintroduce BeanFactoryLocator mechanism back to LAMS

It was removed for Spring 5

  1. … 58 more files in changeset.
LDEV-5257 Update jQuery to 3.6.0

    • -2080
    • +3148
    ./web/includes/javascript/mapjs/main.js
  1. … 2 more files in changeset.
LDEV-5257 Update underscore.js from 1.8.3 to 1.13.1

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-4769 Updating Simplified Chinese, English, Spanish, Norwegian

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

  1. … 64 more files in changeset.
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-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. … 95 more files in changeset.
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-5235 Show Mindmap in monitoring for multiuser, non-grouped mode

LDEV-5228 Fix print mode for single user mindmaps

    • -1
    • +9
    ./web/pages/learning/singleMindmap.jsp
LDEV-4769 Updating English, Spanish, Greek

  1. … 7 more files in changeset.
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-4769 Updating Greek, English, Spanish, Norwegian

  1. … 13 more files in changeset.
LDEV-5225 Improve Gallery Walk monitoring layout. Add labels.

Merge branch 'LDEV-5225' into LDEV-5228

LDEV-5225 Expand Gallery Walk panel in monitoring for ratings

LDEV-5228 Add print button to Mindmap

    • -0
    • +72
    ./web/pages/learning/singleMindmap.jsp
LDEV-5225 Envelop Gallery Walk monitoring info into panel

    • -57
    • +76
    ./web/pages/monitoring/summary.jsp
LDEV-5225 Change incorrect button label

LDEV-5225 Add Mindmap Gallery Walk missing monitoring file code

    • -10
    • +12
    ./web/pages/monitoring/summary.jsp
LDEV-5225 Add Mindmap Gallery Walk ratings in monitoring

    • -86
    • +107
    ./web/pages/monitoring/summary.jsp
LDEV-5225 Add Mindmap Gallery Walk learning

    • -0
    • +231
    ./web/pages/learning/galleryWalk.jsp
    • -0
    • +35
    ./web/pages/learning/galleryWalkMindmap.jsp
    • -0
    • +11
    ./web/pages/learning/websocket.jsp
LDEV-5225 Add Mindmap Gallery Walk controls in monitoring

    • -3
    • +120
    ./web/pages/monitoring/summary.jsp
LDEV-5225 Add Mindmap Gallery Walk authoring

    • -19
    • +77
    ./web/pages/authoring/advanced.jsp
LDEV-5225 Add Mindmap Gallery Walk model

LDEV-4656 Prevent nodes' titles to be longer than 100 characters

    • -0
    • +7
    ./web/includes/javascript/mapjs/main.js
LDEV-5223 Prevent ep_resize from rendering short initial Etherpad

  1. … 34 more files in changeset.