lams_learning

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3275: Start replacing JBoss libraries with ones from WildFly. Minor changes in config files.

  1. … 38 more files in changeset.
LDEV-3275: Remove broken Eclipse builders.

  1. … 30 more files in changeset.
LDEV-2901: Add Eclipse output /bin folders to projects' .cvsignore files.

  1. … 59 more files in changeset.
LDEV-3026: Skip last-ness checking if the user who is displaying progress (Monitor) is not the one who took the lesson (Learner).

LDEV-3264: Get setting from parameter instead of attribute.

LDEV-3246: Fix error when activity title is empty.

  1. … 1 more file in changeset.
LDEV-2701: Add gate description.

  1. … 6 more files in changeset.
LDEV-3226: change date formatting

  1. … 32 more files in changeset.
LDEV-3207: Fix minute counter.

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

    • -0
    • +12
    ./web/msgContent.jsp
  1. … 6 more files in changeset.
LDEV-3171: Fix labels.

LDEV-2975: upgrading Portuguese (Brazil)

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

  1. … 12 more files in changeset.
LDEV-3207: new labels

LDEV-3207: Add support for Schedule Gate based on activity completion. Fix bugs in Flashless Authoring LD save.

  1. … 20 more files in changeset.
LDEV-2463: escape HTML to prevent possible XSS attacks

LDEV-2463: escape HTML to prevent possible XSS attacks

LDEV-2463: escape HTML to prevent possible XSS attacks

  1. … 34 more files in changeset.
LDEV-2463: escape HTML to prevent possible XSS attacks

LDEV-2463: escape HTML to prevent possible XSS attacks

  1. … 6 more files in changeset.
LDEV-3186: Make "progress broken" information display to user.

LDEV-2975 Upgrading portuguese (Brazil)

  1. … 32 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. … 3 more files in changeset.
LDEV-3171: Fix labels.

LDEV-2990 Improved IM's UI: * IM tab is enlarged. Link for opening it now occupies entire available space * changed cursor css style

LDEV-3161 make lesson complete callback iframe invisible

LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

  1. … 66 more files in changeset.
Updating French

LDEV-3163: Make LAMS use ServerURL when providing URLs.

  1. … 38 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.