lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
LDEV-3293: Cast DAO methods' results to their return type. Java 8 is more restrictive about generics. Hibernate find() methods returns List<?> and it can not be quietly cast to List<SomeClass>. Each occurence was explicitly casted and warnings about the type being unchecked were supressed.

  1. … 41 more files in changeset.
LDEV-3289 Audit log when moving students backwards/forwards in monitor * Moved all public methods' comments to interface

LDEV-3293: Use new Spring ApplicationContext classes.

    • -6
    • +0
    /lams_admin/conf/xdoclet/web-settings.xml
    • -5
    • +1
    /lams_tool_assessment/web/WEB-INF/web.xml
    • -4
    • +0
    /lams_tool_eadventure/web/WEB-INF/web.xml
  1. … 20 more files in changeset.
LDEV-3293: Add Spring 4.0.6 libraries and their sources. Make LAMS use them and reference Hibernate 4.3.5 embedded in WildFly 8.1.

  1. … 6303 more files in changeset.
LDEV-3292: Add missing indexes.

LDEV-3291 fix exception when finishing Q&A with "one in each page" option ON

LDEV-3117 and LDEV-3115: Updating labels

LDEV-2975: Updating Greek, English, Spanish, Norwegian

LDEV-3286: Updating labels

LDEV-2975: Updating French

LDEV-3286 audit log when marks are released

    • binary
    /lams_build/lib/lams/lams-gradebook.jar
LDEV-3286 audit log mark changes done in gradebook

LDEV-3286 new option for gradebook service to audit log mark changes

    • binary
    /lams_build/lib/lams/lams-gradebook.jar
LDEV-3290 proper error handling by jqgrid

    • -4
    • +3
    /lams_gradebook/web/gradebookCourseLearner.jsp
    • -8
    • +7
    /lams_gradebook/web/gradebookCourseMonitor.jsp
    • -9
    • +9
    /lams_gradebook/web/gradebookMonitor.jsp
LDEV-3287: Adding labels

LDEV-2975: Updating English, Spanish, Norwegian and Greek

LDEV-3287 Audit log when loginas

LDEV-3275: Move lams-dictionary.jar back to lams.ear as it is a module defined in application.xml and these can not reside in lib dir.

LDEV-3283: Check user priviledges before exporting portfolio.

LDEV-3275: Decrease version of Hibernate from 4.x (delivered to WildFly) to 3.6.10 (newer than used before, but still 3.x as otherwise Spring won't work with it).

  1. … 3078 more files in changeset.
LDEV-3275: Add Tool Deployer binary with updated code.

LDEV-3236 prevent exception "Property 'httpSessionID' not found on type org.lamsfoundation.lams.tool.qa.web.form.QaPedagogicalPlannerForm"

LDEV-3285: Upgrading version number

    • -0
    • +7
    /lams_bb_integration/RELEASE_NOTES.TXT
LDEV-3285: Upgrading version number

    • -0
    • +7
    /lams_bb_integration/RELEASE_NOTES.TXT
LDEV-3275: Make exclusion and imports more fine grained in XML Commons so pre-loaded classes from JDK are used instead of one from the JAR.

LDEV-3275: Exclude a part (javax/**) of xml-apis.jar as it is already present in Java JDK. Leaving it caused class clashes. The whole JAR could not be removed, though, as classes in org/** are required by Spring and other libs.

LDEV-3285: include lessonid in integration hash

LDEV-3285: include lessonid in integration hash