lams_tool_laqa

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2866 * Got rid of duplicative jsp parts in Ozgur's tools * Some initial refactoring of the code

  1. … 92 more files in changeset.
LDEV-3303 CKEditor should respect height parameter overriden by editor instance

  1. … 36 more files in changeset.
LDEV-3301 prevent CKEditor from occupying more space than available due to its autogrow feature

    • -1
    • +12
    ./web/authoring/editQuestionBox.jsp
    • -2
    • +0
    ./web/authoring/pedagogicalPlannerForm.jsp
  1. … 12 more files in changeset.
LDEV-3304 * added tablesorter paging due to "Q&A "all answers" page takes minutes to load when there are a lot of responses left by other users" * slightly optimized export content

  1. … 6 more files in changeset.
LDEV-3295 fixing old artefact: QaQuestion was renamed back to QaQueContent long time ago

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

LDEV-3304 * added tablesorter paging to QA monitor * slightly optimized export content * fixed problem with displaying non-latin letters in tablesorter * fixed problem with incorrect display jRating for all items except the last one

    • -22
    • +20
    ./web/learning/RevisitedLearnerRep.jsp
    • -21
    • +19
    ./web/learning/mobile/LearnerRep.jsp
    • -21
    • +19
    ./web/learning/mobile/RevisitedLearnerRep.jsp
    • -5
    • +78
    ./web/monitoring/MonitoringMaincontent.jsp
    • -59
    • +5
    ./web/monitoring/SummaryContent.jsp
LDEV-3304 added sorting by rating

    • -2
    • +1
    ./web/learning/RevisitedLearnerRep.jsp
LDEV-3304: adding label

LDEV-2975: updating Greek, French, Norwegian

LDEV-3304 added tablesorter paging due to "Q&A "all answers" page takes minutes to load when there are a lot of responses left by other users"

    • -90
    • +122
    ./web/learning/LearnerRep.jsp
    • -88
    • +123
    ./web/learning/RevisitedLearnerRep.jsp
    • -82
    • +119
    ./web/learning/mobile/LearnerRep.jsp
    • -60
    • +103
    ./web/learning/mobile/RevisitedLearnerRep.jsp
LDEV-3304 reduced amount of DB queries due to "Q&A "all answers" page takes minutes to load when there are a lot of responses left by other users"

LDEV-3295 removed unused method

LDEV-3295 fixing old artefact: QaQuestion was renamed back to QaQueContent long time ago

LDEV-3303 CKEditor should respect height parameter overriden by editor instance

  1. … 37 more files in changeset.
LDEV-3295 Allow questions having user responses with ratings be deleted

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

    • -1
    • +12
    ./web/authoring/editQuestionBox.jsp
LDEV-3292: Add missing indexes.

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.

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

  1. … 77 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.

  1. … 1 more file in changeset.
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. … 81 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. … 54 more files in changeset.
LDEV-3293: Use new Spring ApplicationContext classes.

  1. … 34 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. … 6317 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-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. … 3092 more files in changeset.
LDEV-3236 prevent exception "Property 'httpSessionID' not found on type org.lamsfoundation.lams.tool.qa.web.form.QaPedagogicalPlannerForm"

    • -2
    • +0
    ./web/authoring/pedagogicalPlannerForm.jsp
LDEV-3275: Fix TLD files so they conform to XSD. Undertow is strict about it.

  1. … 34 more files in changeset.