Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
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

    • -75
    • +0
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 36 more files in changeset.
LDEV-2984 Removed jxl library from LAMS and thus only POI one is left for excel export

    • -0
    • +57
    ./lamsfoundation/lams/util/ExcelCell.java
    • -0
    • +142
    ./lamsfoundation/lams/util/ExcelUtil.java
LDEV-2986 added option to allow choosing which tab is active on a signup page

    • -0
    • +12
    ./lamsfoundation/lams/dbupdates/patch02040015.sql
  1. … 8 more files in changeset.
LDEV-2983 Removed export csv functionality from Daco tool

    • -157
    • +0
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 8 more files in changeset.
LDEV-2981: Remove obsolete SIF Open ID servlet and now unnecessary libraries. Remove source code for removed libraries.

  1. … 165 more files in changeset.
LDEV-2981: Replace concurrent collections from concurrent.jar with ones from standard Java distribution. Add generics and general clean up.

  1. … 1 more file in changeset.
LDEV-2849: Remove unnecessary libraries and dependencies.

    • -138
    • +0
    ./lamsfoundation/lams/test/AbstractLamsStrutsTestCase.java
    • -193
    • +0
    ./lamsfoundation/lams/test/AbstractLamsTestCase.java
  1. … 103 more files in changeset.
LDEV-2972 deleted import sun.util.calendar.CalendarUtils

LDEV-2972: removing sun.misc.BASE64Decoder

  1. … 1 more file in changeset.
LDEV-2959: adding an update statement for older room_name entries with a dash instead of an underscore

LDEV-2495: Add gRaphael pie charts to Survey Tool. Remove JFree chart libraries.

    • -111
    • +0
    ./lamsfoundation/lams/util/ChartUtil.java
  1. … 32 more files in changeset.
LDEV-2949: Reimplement Presence Chat in Learner using Ajax instead of Jabber. Remove Jabber libraries and support code. Minor fix in Chat Tool.

    • -4
    • +3
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +27
    ./lamsfoundation/lams/dbupdates/patch02040014.sql
    • -4
    • +4
    ./lamsfoundation/lams/localCommonContext.xml
    • -0
    • +47
    ./lamsfoundation/lams/presence/dao/IPresenceChatDAO.java
    • -0
    • +82
    ./lamsfoundation/lams/presence/model/PresenceChatUser.java
    • -0
    • +53
    ./lamsfoundation/lams/presence/service/IPresenceChatService.java
    • -0
    • +102
    ./lamsfoundation/lams/presence/service/PresenceChatService.java
    • -116
    • +0
    ./lamsfoundation/lams/util/XMPPUtil.java
  1. … 75 more files in changeset.
LDEV-2945 improving performance of lesson output export

  1. … 1 more file in changeset.
WVI-35: Add code for lesson synchronisation: service methods for checking and downloading content, servlet methods for communication scenarios, front-end stuff for regular sync checking and displaying information nicely. Made horizon project not expose its beans to global App Context, as it is not needed any more. Add some file utility methods.

    • -128
    • +142
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 3 more files in changeset.
LDEV-2925: Change optional App Context file path to be more specific as searching in whole Classpath is time consuming (15 seconds). This means that the file has to be in JAR next to classes, not in WAR in WEB-INF.

    • -1
    • +1
    ./lamsfoundation/lams/beanRefContext.xml
LDEV-2925: Allow submodules to contain optionalModuleApplicationContext.xml file with beans which are to be shared with other projects.

    • -34
    • +9
    ./lamsfoundation/lams/beanRefContext.xml
WVI-33, WVI-34: Add Learner progress synchronisation code for manual triggering. Fix a bug in prefix-less user creation via IntegrationService. General clean up.

  1. … 3 more files in changeset.
WVI-33: Extend usePrefix=false use to leave out integrated server prefix from user name, not only organisation. Fix a minor bug.

  1. … 1 more file in changeset.