• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3115: Support for Parallel Activities.

  1. … 11 more files in changeset.
LDEV-3194: Support for all question types in Assessment tool.

    • -1
    • +179
    ./lams/questions/QuestionExporter.java
  1. … 1 more file in changeset.
LDEV-3194: Support for several question types in Assessment tool.

    • -26
    • +87
    ./lams/questions/QuestionExporter.java
  1. … 5 more files in changeset.
LDEV-3194: Support for Scratchie tool.

    • -2
    • +7
    ./lams/questions/QuestionExporter.java
  1. … 4 more files in changeset.
LKC-43 changed default font name from "Calibri" to "Calibri-Regular". As autoSizeColumn() method calculated column width incorrectly for some JDK versions

LKC-43 In case where the background color is green, make sure that the text color is white

LDEV-3194: Central QTI export modules and support for Multiple Choice tool.

    • -0
    • +469
    ./lams/questions/QuestionExporter.java
  1. … 10 more files in changeset.
LDEV-3187: Fix a bug in grouped tool session creating.

    • -1
    • +5
    ./lams/learningdesign/ToolActivity.java
LDEV-3182 Include lesson and course information in email alerts sent to monitors

    • -14
    • +78
    ./lams/events/EventNotificationService.java
    • -23
    • +33
    ./lams/events/IEventNotificationService.java
  1. … 26 more files in changeset.
LDEV-3187: Prevent LAMS from creating Tool Session containing whole lesson class when grouping is required in the given activity.

    • -43
    • +40
    ./lams/learningdesign/ToolActivity.java
  1. … 1 more file in changeset.
LDEV-3175: Fix several some bugs in Live Edit. Code optimisation and clean up.

    • -51
    • +44
    ./lams/lesson/service/LessonService.java
  1. … 5 more files in changeset.
LDEV-3171: Give a Monitor an option to remove learner's content from activities when moving him backwards in a sequence.

Implementation of content-removing method for most of tools.

  1. … 57 more files in changeset.
LDEV-3170: Allow forcing students to restart a lesson every time they enter it.

    • binary
    ./lams/dbupdates/patch02040023.sql
  1. … 6 more files in changeset.
LDEV-3172: Changing the inactive user timeout setting to 3hrs.

  1. … 1 more file in changeset.
LDEV-3147 added default value

LDEV-3147 fixed multiline comments which somehow don't work

LDEV-3147 temporarily suspend removing DB columns

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

    • -0
    • +19
    ./lams/dbupdates/patch02040022.sql
    • -36
    • +8
    ./lams/learningdesign/Activity.java
    • -175
    • +140
    ./lams/learningdesign/ComplexActivity.java
    • -205
    • +208
    ./lams/learningdesign/GateActivity.java
    • -24
    • +1
    ./lams/learningdesign/LearningDesign.java
    • -122
    • +64
    ./lams/learningdesign/OptionsActivity.java
  1. … 58 more files in changeset.
LDEV-3155 Added common method to acquire leader userId from the nearest leader selection tool

    • -2
    • +9
    ./lams/tool/service/ILamsToolService.java
    • -3
    • +3
    ./lams/tool/service/LamsToolService.java
LDEV-3155 Added common method to acquire leader userId from the nearest leader selection tool

    • -1
    • +6
    ./lams/tool/service/ILamsToolService.java
    • -2
    • +86
    ./lams/tool/service/LamsToolService.java
  1. … 1 more file in changeset.
LDEV-3163: Make LAMS use ServerURL when providing URLs.

  1. … 40 more files in changeset.
LKC-41 Adjusts columns' width to fit the contents.

LDEV-3160: Allow monitor to decide whether learners' progress will be erased when they get removed from class.

    • -1
    • +3
    ./lams/lesson/service/ILessonService.java
    • -1
    • +12
    ./lams/lesson/service/LessonService.java
  1. … 6 more files in changeset.
LKC-40: Allow transaction rollback, but also allow the user to carry on.

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

  1. … 2 more files in changeset.
LDEV-3156: Assign created lesson to proper organisation.

Support MCQ and Assessment Tools.

    • -158
    • +143
    ./lams/web/servlet/AbstractStoreWDDXPacketServlet.java
  1. … 15 more files in changeset.
LDEV-3156: Put back missing methods, removed along with Flash Monitoring. Manually add session cookies to WebConversation if it is not done automatically. Make TestHarness work with Leader and Scratchie tools.

    • -99
    • +74
    ./lams/learningdesign/Activity.java
  1. … 234 more files in changeset.
LDEV-3115: Allow groupings in saved LDs.

Prevent SVG icons from being processed by Batik library as it produces errors.

Multiple minor fixes.

    • -30
    • +38
    ./lams/util/svg/SVGGenerator.java
  1. … 6 more files in changeset.
LDEV-3115: Allow saving of LDs consisting of simple Tool activities.

Fixes to JSON parsing.

Activity colouring based on categories.

    • -0
    • +71
    ./lams/util/JsonUtil.java
  1. … 9 more files in changeset.
LDEV-3115: Save LD preparations. Adapt ObjectExtractor so it reads from JSON.

Add "Save" and "Save as" buttons. Allow choosing where to save the LD, along with some validation. Partial LD serialization.

    • -0
    • +207
    ./lams/util/AuthoringJsonTags.java
  1. … 10 more files in changeset.