lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5257 Secure fileDownloadToken cookie

  1. … 9 more files in changeset.
LDEV-5257 Enable CKEditor ACF. Disable preview for learners.

LDEV-5257 Do not allow source editing in CKEditor in Wiki learner

  1. … 1 more file in changeset.
LDEV-5257 Update CKEditor from 4.16.0 to 4.16.2

    • -0
    • +16
    ./web/ckeditor/bender-runner.config.json
    • -511
    • +529
    ./web/ckeditor/ckeditor.js
  1. … 17 more files in changeset.
LDEV-5257 Update jQuery to 3.6.0

  1. … 2 more files in changeset.
LDEV-5257 Update jQuery UI from 1.12.1 to 1.13.0

    • -10
    • +3
    ./web/includes/javascript/jquery-ui.js
LDEV-5257 Get rid of obsolete jQuery migration plugin

Pure jQuery seems to be working just fine.

LDEV-5257 Get rid of obsolete prototype.js

    • -4874
    • +0
    ./web/includes/javascript/prototype.js
  1. … 1 more file in changeset.
LDEV-5239 Add Description field to MCQ-based AEs in TBL wizard

    • -3
    • +6
    ./web/authoring/template/tbl/appexDoku.jsp
LDEV-5240 Move advanced options in TBL wizard into a new tab

    • -16
    • +30
    ./web/authoring/template/tbl/appexAssessment.jsp
    • -35
    • +48
    ./web/authoring/template/tbl/appexDoku.jsp
    • -37
    • +48
    ./web/authoring/template/tbl/tbl.jsp
LDEV-4769 Updating Simplified Chinese, English, Spanish, Norwegian

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

LDEV-5253 Sysadmin Login As feature to be configurable

  1. … 4 more files in changeset.
LDEV-5254 Detect Live Edit from LD property and not existence of Gate

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

LDEV-4769 Updating Simplified Chinese

LDEV-4411 Add cache hits/misses per second

They are updated every 5 seconds.

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.

  1. … 11 more files in changeset.
LDEV-3656 Clean up invalidated session from internal tracking mapping

These session should have been removed from the mapping when

SessionListener is called. Sometimes the listener is not called due to

WildFly internal bugs. We are left with a long list of stale sessions.

We should periodically clean up the mapping. Making it happen on runtime

stats fetch is as place as any other, plus it happens periodically.

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

    • -17
    • +0
    ./web/includes/javascript/openUrls.js
  1. … 64 more files in changeset.
LDEV-4769 Updating Simplified Chinese, English, Spanish

  1. … 3 more files in changeset.
LDEV-3555 Do not create LD thumbnail with incorrect read-only colouring

LDEV-5249 Document ckeditor code change

LDEV-5249 Prevent error when image class is empty

LDEV-4826 Reintroduce MCQ tool QTI export

It is needed to migrate TBL sequences with MCQ as iRAT to Assessment as

iRAT.

  1. … 3 more files in changeset.
LDEV-4769 Updating Simplified Chinese, English and Español

LDEV-4534 Ignore clicks outside editable field

The default behaviour is to cancel editing, which many users find

annoying.

    • -0
    • +1
    ./web/authoring/template/tbl/appexDoku.jsp
  1. … 1 more file in changeset.
LDEV-5248 Calculate query cache hit ration correctly

LDEV-3468 Adding OK status again

LDEV-5248 Get query cache stats directly from Session Factory

  1. … 2 more files in changeset.