Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
LDEV-2836 fixed Presence and IM

  1. … 7 more files in changeset.
LDEV-2856 added missing property

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
LDEV-2829 Lesson intro page

    • -0
    • +10
    ./lamsfoundation/lams/dbupdates/patch02040010.sql
    • -300
    • +272
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 14 more files in changeset.
LDEV-2835, LDEV-2833: Make Expires header value calculate only once.

  1. … 2 more files in changeset.
LDEV-2782 lessons get sorted by lessonIds

    • -0
    • +50
    ./lamsfoundation/lams/lesson/util/LessonComparator.java
  1. … 3 more files in changeset.
LDEV-2832: fixing issue with missing label

    • -1
    • +1
    ./lamsfoundation/lams/util/Configuration.java
LDEV-2828: fix hibernate queries that were incorrect and were causing LAMS to crash

LDEV-2830: fix encoding

LDEV-2830: Fixing problem with missing locales in previous versions

LDEV-2830: Czech and Indonesian

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch02040009.sql
LDEV-2813: set mobile interface to flashless learner by default

  1. … 2 more files in changeset.