lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3120: Send to server all learners of an existing group in one bach instead making a separate Ajax call for each of them.

LDEV-3295 Allow questions having user responses with ratings be deleted

LDEV-3301 prevent CKEditor's autogrow feature occupying more space than available

LDEV-3301 set autoGrow_minHeight to prevent it from increasing its size on accessing it the first time.

LDEV-3283: Check user on lesson join and export portfolio.

LDEV-3300: Remove Forum questions from the parent object as they may be accidentaly saved by cascade.

LDEV-3292: Add missing indexes.

LDEV-3299: Put Scratchie answers in correct order for QTI export, even if their orderId field is corrupted.

LDEV-3299: Put Scratchie answers in correct order for QTI export, even if their orderId field is corrupted.

LDEV-3300: Remove Forum questions from the parent object as they may be accidentaly saved by cascade.

LDEV-3269: readding all Marcin's labels

LDEV-3297 fixed problem with JQM and displaying video using iframe tag

LDEV-3296: adding option to collapse the ckeditor bar

LDEV-3296 Upgrade CKEditor to version 4.4.3

    • -24
    • +0
    /lams_central/web/ckeditor/.htaccess
    • -1433
    • +0
    /lams_central/web/ckeditor/CHANGES.html
    • -0
    • +612
    /lams_central/web/ckeditor/CHANGES.md
    • -92
    • +0
    /lams_central/web/ckeditor/INSTALL.html
    • -1327
    • +0
    /lams_central/web/ckeditor/LICENSE.html
    • -0
    • +1264
    /lams_central/web/ckeditor/LICENSE.md
    • -0
    • +39
    /lams_central/web/ckeditor/README.md
    • -0
    • +160
    /lams_central/web/ckeditor/build-config.js
    • -147
    • +912
    /lams_central/web/ckeditor/ckeditor.js
    • -211
    • +0
    /lams_central/web/ckeditor/ckeditor.pack
  1. … 313 more files in changeset.
LDEV-3293: Use Hibernate 4 cache. Remove unused cache management from lams_admin.

  1. … 895 more files in changeset.
LDEV-3275: Remove Application Context files which seem obsolete. They have been probably used for testing.

LDEV-3275: Change call parameters as Java 8 warns about misuse of varargs.

LDEV-3293: Use Spring support for Hibernate 4 instead of 3 (session factory and filters). Use new path for Hibernate DTDs. Make XDoclet generate hbm.xml files with the correct path by providing it a new template.

    • -0
    • +268
    /lams_build/conf/xdoclet-hibernate-template.xml
  1. … 97 more files in changeset.
LDEV-3293: Add missing Spring libraries and configuration entries.

  1. … 243 more files in changeset.
LDEV-3293: Rewrite Application Context configuration files for Spring 4.

  1. … 64 more files in changeset.
LDEV-3293: Add source code for a Spring library.

  1. … 89 more files in changeset.
LDEV-3293: Add missing Spring libraries and remove obsolete Hibernate libraries.

    • binary
    /lams_build/lib/hibernate/hibernate3.jar
    • binary
    /lams_build/lib/spring/spring-expression-4.0.6.RELEASE.jar
    • -11
    • +7
    /lams_build/lib/spring/spring.module.xml
LDEV-3207: adding labels

LDEV-3225: adding labels

LDEV-3289: adding labels

LDEV-2975 Updating Greek, Norwegian

LDEV-3293: Add missing Spring libraries and source code.

  1. … 194 more files in changeset.
LDEV-3293: Save or update each collection item manually as new Hibernate does not have a method for processing the whole collection anymore.

LDEV-3293: Rewrite the class to use new Hibernate's tools. It can not be confirmed at the moment if it does the same.

LDEV-3293: Use the new Spring's support for Hibernate 4 instead of Hibernate 3. Switch from using HibernateDaoSupport.getSession() to its getSessionFactory().getSession(). The latter is sure to close the session automatically while a session returned by the first method should be closed manually. Theoritecally we do it in OpenSessionInViewFilter, but it may not be always the case, leading to open Hibernate session being left behind.

  1. … 73 more files in changeset.