Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3283: Check user priviledges before exporting portfolio.

LDEV-3283: Check lesson state on learner join.

LDEV-3283: Check user on lesson join.

LDEV-3026: Skip last-ness checking if the user who is displaying progress (Monitor) is not the one who took the lesson (Learner).

LDEV-3215 Proper handling and message in case of Activity requires existing grouping but no group for user exists yet.

  1. … 8 more files in changeset.
LDEV-3207: Remove unused columns for setting absolute open & close gate times.

  1. … 12 more files in changeset.
LDEV-3207: Add support for Schedule Gate based on activity completion. Fix bugs in Flashless Authoring LD save.

  1. … 24 more files in changeset.
LDEV-3179: Make export portfolio unavailable to learners by default. Make this option honoured by Learner interface. Remove unnecessary code.

  1. … 4 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

  1. … 70 more files in changeset.
LDEV-3163: Make LAMS use ServerURL when providing URLs.

  1. … 39 more files in changeset.
LKC-40: Synchronise calls to the same activity and attempt to create a session, if it does not exist. Even though the method creating sessions in LamsCoreToolService is synchronised, subsequent reads from DB are (probably) dirty, i.e. they show that session does not exist while it is already there, created by another, isolated transaction. Reattempting session creation from within transaction not only is broken (because of the dirty reads) but also does not make sense, because if the session already exists, there is no point in repeating a failed attempt to create it. The synchronisation code prevents threads from creating sessions at the same time and even if anything happens, allows an user to carry on.

LKC-40: Add synchronisation outside service transactions, so there is a clean DB read when a transaction starts.

LKC-40: Allow transaction rollback, but also allow the user to carry on.

  1. … 1 more file in changeset.
LKC-40: Remove exception handling in lams_learning as one in lams_common should be enough.

LKC-40: Make exceptions not rollback create* methods and they are expected.

  1. … 1 more file in changeset.
LKC-40: Make exceptions not rollback create* methods and they are expected.

LKC-40: Remove retry and sleeping as they might be unnecessary.

LKC-40: If retry of creating tool session fail, carry on, as the session exists anyway.

LDEV-3091: Sort users in grouping view.

  1. … 2 more files in changeset.
LDEV-3077 Escapes user answers for displaying them in jqGrid (particularly escapes all quotes)

  1. … 1 more file in changeset.
LDEV-3075 fixed links to CKEditor's uploaded images in export portfolio

LDEV-3076 added ability to upload images by learners using CKeditor

  1. … 29 more files in changeset.
LDEV-3021: Learners tab initial implementation. Move progress methods from Learner to Monitor modules. Make Flashless Learner use common Raphael progress bar library.

  1. … 10 more files in changeset.
LDEV-3033: Make Export Porfolio and customer projects use JBoss bind address for internal calls. Code clean up.

  1. … 2 more files in changeset.
LDEV-3026: Add utilities for getting activity position. Make Tools position-aware and display different label if they are last in LD.

  1. … 177 more files in changeset.
removed redundant toolSessionDAO reference

LDEV-2912: Remove RAMS references from export servlets and Ant build files.

  1. … 3 more files in changeset.
LDEV-2967: Add support for Branching. Fix minor bugs.

  1. … 1 more file in changeset.
LDEV-2967: Add support for Gates and Optional Activities and Sequences.

  1. … 2 more files in changeset.
LDEV-2946: Add UTF-8 encoding information to response.