Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3070: Use window.parent if required in Tools. Make single activity lesson wizard optional, set in sysadmin menu.

    • -0
    • +13
    ./lamsfoundation/lams/dbupdates/patch02040017.sql
  1. … 58 more files in changeset.
LDEV-3070: Fix few minor errors in Tools. Pass notifyCloseURL to proper authoring page in some Tools. Make generation of Tool content a non read-only operation as it starts a database transaction which is later used for writing.

    • -1
    • +1
    ./lamsfoundation/lams/toolApplicationContext.xml
  1. … 20 more files in changeset.
LDEV-3070: Add single activity lessons wizard, first implementation iteration. Some changes were not committed as they interfere with old index page design.

  1. … 121 more files in changeset.
LDEV-3081 assign correct user roles in integrations

  1. … 2 more files in changeset.
LDEV-3070: Make course name wrap in tabs. More space for action buttons. Load tab contents when course name clicked, not on page load. Code formatting.

  1. … 2 more files in changeset.
LDEV-3076 added ability to upload images by learners using CKeditor

    • -0
    • +26
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 27 more files in changeset.
LDEV-3061: Allow emailing learners from Monitor. Fix issues with EventNotificationService. Move emailing module from Admin to Central.

    • -60
    • +73
    ./lamsfoundation/lams/events/AbstractDeliveryMethod.java
    • -467
    • +475
    ./lamsfoundation/lams/events/Event.java
    • -540
    • +533
    ./lamsfoundation/lams/events/EventNotificationService.java
    • -216
    • +337
    ./lamsfoundation/lams/events/IEventNotificationService.java
    • -205
    • +209
    ./lamsfoundation/lams/events/Subscription.java
    • -15
    • +6
    ./lamsfoundation/lams/util/Emailer.java
  1. … 30 more files in changeset.
LDEV-3051 Sort my groups folder in alphabetical order

  1. … 3 more files in changeset.
LDEV-3052 added lesson status check before opening learner interface

    • -0
    • +8
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 3 more files in changeset.
LDEV-3021: Fix bugs in displaying branches with "stopAfterActivity" feature. Add branch labels.

    • -88
    • +150
    ./lamsfoundation/lams/util/svg/SVGGenerator.java
  1. … 1 more file in changeset.
LDEV-3021, LDEV-3030: Show branching contents in Sequence tab. Allow forcing user into activities within branching. Add Live Edit and Journal Entries buttons in Learners tab.

    • -35
    • +25
    ./lamsfoundation/lams/util/svg/SVGConstants.java
    • -491
    • +771
    ./lamsfoundation/lams/util/svg/SVGGenerator.java
  1. … 14 more files in changeset.
LDEV-3021: Add Learners tab paging. Fix a bug in progress activity URL calculation.

    • -0
    • +56
    ./lamsfoundation/lams/lesson/util/LearnerProgressComparator.java
    • -0
    • +52
    ./lamsfoundation/lams/lesson/util/LearnerProgressNameComparator.java
  1. … 7 more files in changeset.
LDEV-3033: Make Export Porfolio and customer projects use JBoss bind address for internal calls. Code clean up.

    • -1
    • +23
    ./lamsfoundation/lams/util/HttpUrlConnectionUtil.java
  1. … 4 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. … 182 more files in changeset.
LDEV-3010 added option to send emails with Html Content-type

    • -0
    • +12
    ./lamsfoundation/lams/dbupdates/patch02040016.sql
    • -4
    • +24
    ./lamsfoundation/lams/events/Event.java
    • -58
    • +26
    ./lamsfoundation/lams/events/EventNotificationService.java
    • -105
    • +110
    ./lamsfoundation/lams/util/Emailer.java
  1. … 16 more files in changeset.
LDEV-3018 Grouping lists is sorted properly now

    • -0
    • +121
    ./lamsfoundation/lams/util/AlphanumComparator.java
LDEV-3000: Remove unnecessary field decoding from form parser.

LDEV-3000: Fix importing of large number of questions. Fix Essay question type detection.

    • -18
    • +23
    ./lamsfoundation/lams/questions/QuestionParser.java
  1. … 8 more files in changeset.
LDEV-3021: Initial implementation witm most of "Sequence" tab features.

  1. … 10 more files in changeset.
LDEV-3015: Change the way AccessPermissionFilter finds a lesson for givet Tool Content ID. In some cases going through Tool Session fails.

LDEV-3000: Add support for HTML and images in questions and answers.

    • -20
    • +125
    ./lamsfoundation/lams/questions/QuestionParser.java
    • -142
    • +183
    ./lamsfoundation/lams/util/UploadFileUtil.java
  1. … 7 more files in changeset.
LDEV-3000: Add support for IMS QTI plain XML files (non zipped).

  1. … 3 more files in changeset.
LDEV-3007: Allow secure, untrusted connections to LAMS server.

    • -195
    • +240
    ./lamsfoundation/lams/util/HttpUrlConnectionUtil.java
  1. … 1 more file in changeset.
LDEV-3000: Add support for Assessment Tool. Add question type and title.

    • -55
    • +218
    ./lamsfoundation/lams/questions/QuestionParser.java
  1. … 14 more files in changeset.
LDEV-3000: Remove HTML tags in earlier stages of processing.

  1. … 1 more file in changeset.
LDEV-3000: Fix a bug throwing an exception when URL parameter does not have a value.

    • -41
    • +58
    ./lamsfoundation/lams/util/WebUtil.java
LDEV-2849: Remove unused files.

    • -144
    • +0
    ./lamsfoundation/lams/util/XmlFileLoader.java
  1. … 1 more file in changeset.
LDEV-3000: Add centralised interface for IMS QTI package processing. Add support for MCQ tool.

    • -0
    • +55
    ./lamsfoundation/lams/questions/Answer.java
    • -0
    • +56
    ./lamsfoundation/lams/questions/Question.java
    • -0
    • +308
    ./lamsfoundation/lams/questions/QuestionParser.java
    • -0
    • +15
    ./lamsfoundation/lams/util/WebUtil.java
  1. … 9 more files in changeset.
LDEV-2991: Add Conditions tab.

    • -0
    • +45
    ./lamsfoundation/lams/lesson/util/LessonDTOComparator.java
  1. … 7 more files in changeset.
LDEV-2926 * removed XDoclet tags from Java classes that generate them improperly and thus already possess static .hbm.xml files. * removed static .hbm.xml files in cases when they can be produced using Xdoclet information

  1. … 2 more files in changeset.