Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
LDEV-2905 improvements to signup * added help tag * context explained with mentioning "lams_server/signup" URL

  1. … 2 more files in changeset.
LDEV-2907: adding kaltura default settings

  1. … 2 more files in changeset.
LDEV-2905 Integrated lams_signup to LAMS core

LDEV-2905 Integrated lams_signup to LAMS core

    • -0
    • +22
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +25
    ./lamsfoundation/lams/dbupdates/patch02040013.sql
    • -0
    • +44
    ./lamsfoundation/lams/signup/dao/ISignupDAO.java
    • -0
    • +70
    ./lamsfoundation/lams/signup/dao/hibernate/SignupDAO.java
    • -0
    • +154
    ./lamsfoundation/lams/signup/model/SignupOrganisation.java
    • -0
    • +50
    ./lamsfoundation/lams/signup/service/ISignupService.java
    • -0
    • +209
    ./lamsfoundation/lams/signup/service/SignupService.java
  1. … 23 more files in changeset.
LDEV-2893 new ability to refresh integration window once Lams authoring one gets closed

LDEV-2890, CNG-26: Recommit suspicious SQL entries.

  1. … 1 more file in changeset.
LDEV-2890, CNG-26: Make Sysadmin option a part of standar LAMS distribution, not only one customised for MindTap.

    • -0
    • +10
    ./lamsfoundation/lams/dbupdates/patch02040012.sql
  1. … 2 more files in changeset.
CNG-26: Add configuration setting allowing to choose whether suffix (date, unique number) should be added or not when importing a zipped LD in Authoring.

  1. … 1 more file in changeset.
LDEV-2889: Add collapsible west pane in Learner containig Flash progress bar. Make its appearance optional with sysadmin settings. Externalise mainflash.jsp CSS.

    • -0
    • +10
    ./lamsfoundation/lams/dbupdates/patch02040011.sql
  1. … 7 more files in changeset.
LDEV-2884: including delete on cascade for learning designs

WVI-25: Remove servlet configuration from Central, make lams_saml be almost completely standalone. Add DB tables and access layer for storing user "office" parameter. Make lams_saml a WAR instead of JAR as it needs access to Central context beans and introduces own services. Make configuration be stored in WAR and accessed internally by Java code instead of deploying it in web content and access by HTTP. Put "group" parameter in sesssion when user accesses SamlServlet for the first time, before redirecting to IdP log in page. This parameter is later used for registering user. Add wrapper method in Integration service allowing creation of group withou external server prefix.

  1. … 5 more files in changeset.
LDEV-2755: Upgrading 2.4 final release dates

LDEV-2861 updating svgGenerator to be able to use it standalone after LDEV-2603

    • -13
    • +25
    ./lamsfoundation/lams/util/svg/SVGGenerator.java
  1. … 3 more files in changeset.